Recently I had problem with apache after upgrade, and after checking log files, I found that error was
PHP Fatal error: [ionCube Loader] The Loader must appear as the first entry in the php.ini file in Unknown on line 0
This is because ionCube must be loaded before any of the Zend...
DATABASE ERROR: CONNECTION FAILED!
Unable to connect to the database!
Please contact your server-administrator.
In order to resolve this error you need to use the following command
Solution :
/usr/local/cpanel/bin/update-roundcube...
Rebuilding Roundcube in Cpanel is just with one command
/usr/local/cpanel/bin/update-roundcube...
Spamming is a known problem for every host, and adding information in header for the emails sent by php is a great way to track down spamming script.
Cpanel has this option to select in easyapache.
You can go to WHM>>Easy apache,
Exhaustive Options list >>...
Php mail () function is used to send emails through php scripts and most of the times is used by spammers to spam from servers. Here is the way to disable it in WHM/Cpanel.
Login to WHM
Go to tweak settings
Find “Prevent the user "nobody" from sending out mail to remote addresses (PHP...
If you are running a busy server with several customers, uploading alot of file then there is a chance that you get out of space without knowing. I was about to write a script for my server but then found it on a famous website.
#!/bin/sh
# Shell script to monitor or watch the disk space
# It...
While updating a server, I got perl dependency error with Samba
# yum upgrade
.....
.....
samba-3.0.33-3.7.el5.i386 from base has depsolving problems
--> Missing Dependency: perl(Convert::ASN1) is needed by package samba-3.0.33-3.7.el5.i386 (base)
Error: Missing Dependency:...
By default smtp servers use port 25 but some of the isps block port 25 and force their users to use their smtp server to avoid spamming, however Cpanel have a simple option to add additional smtp port so that your users can use their website's smtp server to send emails.
Login into WHM.
Click...
Have you lost your wordpress blog password? No worries, you can reset it using simple steps
Open up Cpanel and click on PHPMyAdmin
Go to the database of your blog
Populate tables
Go to the table wp_users and click on browse
Click on the pencil (edit) icon next to the user you want to...
Cpanellogd [log processing] and cpbackup [Backups] consumes lots of CPU power of server. Therefore, it is not recommended to run cpanellogd and cpbackup at the same time on shared server. By default cpanel run them at the same time, however you can set cpanel to not to run them at the same time to...