Install ImageMagick on the Cpanel server.

ImageMagick is one of the most requested add-ons that allows for image manupulation.    First, you should check GD on the server , it can be complied through easyapache.First check Imagemagick on the server/scripts/checkimagemagick=======================================Installation ImageMagick  on the server/scripts/installimagemagickInstallation will take a couple minutes as it will install other packages needed by ImageMagick.==========================================================Check version of Imagemagick/usr/bin/convert […]

See More

Images not loading for websites.

If you find that images are not loading in linux  server then you should disable php functions.php.ini is configuration file of PHP.Find exact path of php.ini# php -i | grep php.iniOr you can use the another command like# php.iniConfiguration File (php.ini) Path => /usr/local/libLoaded Configuration File => /usr/local/lib/php.inithen search disabled disable_function in that file and […]

See More

How to view webalizer stats without login to cpanel .

Just follow below steps. ================== ============================ cd /home/username/www ln -s ../tmp/webalizer   webalizer chown username.username  webalizer cd ../tmp chmod 755 ./ chmod 755 ./webalizer ================== ============================ It will allow domain.com/webalizer/ for viewing stats without logging in to cPanel

See More