Checking Malware contents for any account : Steps : 1. login to shell 2. fire one command given below : grep -ilr “kusik-tusik-trf.com” /home/*/public_html/index.* grep -ilr “iframe” * grep -ilr “eval(base64_decode” * most probably search : grep -ilr “eval(unescape” * 3. You will get file name. Open the file and search for the malware using […]
Archive for the ‘cpanel’ Category
Thumbnail not created for EXIF jpeg file
Thumbnail not created for EXIF jpeg file by using Imagemagick Solution : The problem due the Imagemagick version. You need to upgrade your Imagemagick version. You can easily upgrade your Imagemagick version by using yum command. root# yum install glib2 root# yum install libpng root# yum install libjpeg root# yum install libtiff root# yum install […]
JFolder::create: Infinite loop detected
When try to install template or component then it shows the error * JFolder::create: Infinite loop detected * Warning! Failed to move file. Solution : The problem is an incorrectly set /tmp file. 1] Check the entry of ” Path of Temp folder” in admin section of joomla ( “Global Configuration<< server ” ). 2] First create /tmp folder […]
Request Entity Too Large
Request Entity Too Large The requested resource /send.php does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit. 01 3006 Solution : This error due the variables_order used on the server. The default variables_order used on the cpanel server is “EGPCS”. If you want to use […]
Warning: Parameter 1 to modMainMenuHelper::buildXML() expected to be a reference.
Warning: Parameter 1 to modMainMenuHelper::buildXML() expected to be a reference. Solution : This error is occurred due the php version 5.3 and joomla is not certified to work with PHP 5.3.0. You need to change some code in your files. open the file vi /home/username/public/modules/mod_mainmenu/helper.php You can change this : Form function buildXML(&$params) to function […]
Unrouteable address
Error : A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: test@domain.com Unrouteable address” Solution : Suppose you have try to send emails from domain.com to any other email account and the server shows the above error then this problem is due […]
Mysql Database size shows 0 in cPanel
Error : database size not updated in cpanel Solution : In cPanel >> mysql databases , it shows database size as ” zero” even if it is not. You just need to make the below changes to fix it : root@server [#] vi /var/cpanel/cpanel.config and search for following line. disk_usage_include_sqldbs=0 ( set it to 1 […]
DB Error: connect failed in horde
Error : When try to access the Horde from cPanel then it shows following error. Warning: fopen(/var/cpanel/horde/log/horde_0.log) [function.fopen]: failed to open stream: Permission denied in /usr/local/cpanel/3rdparty/lib/php/Log/file.php on line 216 A fatal error has occurred DB Error: connect failed Details have been logged for the administrator. Solution: The problem due to the ” Horde Groupware Webmail […]
Remove IP from Brute Force Protection
How to remove blocked ip address from the Brute Force Protection by using SSH ? Solution :– When WHM locks out an user account, especially “root”, the best way is to wait for 10 minutes to see if the account will be unlocked. If the locks persists, webmaster and administrator who still can remote login […]
How to disable Core file generation?
How to disable Core file generation Solution :– first of all delete the core files which are present on the server or under any account then vi /etc/init.d/httpd and below the “ulimit -n 16384? you need to put ulimit -c 0 And Command to delete core files find ./ -name “core.*” -exec rm -f {} […]



