Update via PHPMYADMIN:
Disable Captcha :
UPDATE tblconfiguration SET value = ” WHERE setting = ‘CaptchaSetting’;
Update WHMCS link:
UPDATE tblconfiguration SET value=’https://bill.example.com/’ WHERE setting=’SystemURL’;
WHMCS ADMIN SETTINGS:
Disables all outgoing emails within WHMCS.
Update storage settings of downloads, attachments, projects and others.
Storage setting link:
https://bill.example.com/admin/setup/storage/index/
/home/example/public_html/downloads
/home/example/public_html/attachments
/home/example/public_html/attachments/projects
Server Error (500) when trying to access the Cyberpanel If you are getting this error while accessing the cyberpanel, there…
How to connect git with DirectAdmin Login into SSH and run the following command to create a new key pair…
How to host next js app in cpanel Login > Setup Node.js App > Create Application Enter the values shown…
3dsecure Access Denied Affiliates Affiliates Signup Announcements Banned Configure Products Downloads Downloads Denied Error Login Logout Password Reset Ticket Feedback…
Export Database via SSH mysqldump --routines -u databaseusername -p databasename > database.sql Import Database via SSH mysql -u databaseusername…
If you are facing issue with file permissions, run this command within the public_html to fix the permissions issue find…