Jump to content

arsalahmed786

Member
  • Posts

    8
  • Joined

  • Last visited

Everything posted by arsalahmed786

  1. Hi, First of all if my thread isn't in correct sub-community please move it and sorry for that. I have WHMCS with cpanel reseller working fine automatically but i'm trying to add directadmin as well so i create new server and enter user/pass it also require access hash but in tutorials it says it's not important if you put user/pass anyway whenever i 'test connection' i get this error. "Connection Error: 7 - Failed to connect to 5.253.84.139 port 2222: Connection refused"
  2. Nevermind i found how to use hook method. but i want to remove Network status and knowledgebase both i can't remove 2 menu.
  3. How to permanently knowledgebase tab ? Yeah i saw old thread but i think these are too old @Brian says: remove the following commend but where is it? on which file? <?php use WHMCS\View\Menu\Item as MenuItem; add_hook('ClientAreaPrimaryNavbar', 1, function (MenuItem $primaryNavbar) { if (!is_null($primaryNavbar->getChild('Knowledgebase'))) { $primaryNavbar->removeChild('Knowledgebase'); } if (!is_null($primaryNavbar->getChild('Support'))) { $primaryNavbar->getChild('Support') ->removeChild('Knowledgebase'); } }); Please tell me where i can find above script so i can remove it.
  4. yeah i'm using product download but can you tell me how can move this section from support to "My service" ?
  5. Hi, i want to sell some downloadable one-time service. For example: member buy something then he will get download like of .txt/.zip or file and button he can download that file again anytime he want because it's One-Time subscription also if file updated or 2nd one uploaded he will also can download that one. I saw we can add file on support but i want file can be download at "my service" where it show when i bought etc. is there any plugin/module for this. and ofc since it only a file not which will be mailed and able to download unlimited or limited per day so how do i make order automatically setup i mean for cPanel it'll use details we provide to module etc. I hope you understand please reply. I really want to do this.
  6. "We do not allow depositing funds in advance with us at the current time." How can i enable that client allowed to add funds on their account.
  7. First of all thanks for the reply, i didn't added "$smtp_debug = true;" just change ports and it fine now Thanks, now i'm using port 443 for SSL but thanks for your help, just want to know if it added "$smtp_debug = true;" on configuration.php file then it will debug the problem? or show the entire logs? just want to know if in case if i have face that problem again.
  8. Hey, I Couldn't able to receive mail from WHMCS neither SMTP nor PHPmail, first i was using phpmail it was fine i don't know what happen then it stop working and i tried gmail smtp, 3rd parties server and always fail Email Sending Failed - SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting (Subject: {Mail subject}) I'm using PHP 5.6 i think problem is in version of PHP let me know which package i should select for this version or i have to change version. Let me know if you want any further information.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated