Below mentioned are the steps to install Fantastico on Linux server via SSH access and WHM: 1- Login via SSH to your server and enter following commands: cd /usr/local/cpanel/whostmgr/docroot/cgi wget -N http://files.betaservant.com/files/free/fantastico_whm_admin.tgz tar -xzpf fantastico_whm_admin.tgz rm -rf fantastico_whm_admin.tgz 2- Now go to WHM, login as root and follow the link WHM -> Add-Ons -> Fantastico De Luxe […]
INSTALL IMAGE MAGICK ON CPANEL SERVER
In current cPanel version, you may install Image Magick easily by running the script as below: /scripts/installimagemagick if the installation not completed this way , You may use the manual way from cPanel script to get it complete. /scripts/installrpm ImageMagick /scripts/installrpm ImageMagick-devel wget layer1.cpanel.net/magick.tar.gz tar zxvf magick.tar.gz cd magick sh install Done. […]
HOW TO UNINSTALL FANTASTICO
If your server have previously installed Fantastico DeLuxe and you might no longer needed it, you may uninstall it or remove it by following steps: Log into the server through SSH. Run following commands to uninstall Fantastico. rm -rf /var/netenberg/fantastico_de_luxe/ rm -rf /usr/local/cpanel/whostmgr/docroot/cgi/fantastico/ rm -rf /usr/local/cpanel/3rdparty/fantastico* rm -rf /usr/local/cpanel/base/frontend/*/fantastico rm -f /usr/local/cpanel/base/frontend/x/cells/fantastico.html rm -f /usr/local/cpanel/base/frontend/x/cells/cpanelplugin_Fantastico_De_Luxe.html […]
Exim Error internal problem in system filter: failure to transfer data from subprocess: status=0100 readerror=’No such file or directory’
Sometimes while sending emails from the website using scripts, you will get the following error: [wpfmb type=’error’ theme=2]internal problem in system filter: failure to transfer data from subprocess: status=0100 readerror=’No such file or directory'[/wpfmb] The above error occurred because of issues with the exim service. To fix the issue run the command as follows: chmod +s /usr/sbin/exim […]
CPANEL USER SHELL ACCESS : FORK: RESOURCE TEMPORARILY UNAVAILABLE
Today one of the cPanel user shell access gives error as follows: su – user -bash: fork: Resource temporarily unavailable The error occurs due to cPanel and its “Shell Fork Bomb Protection”. To fix this issue, Logging into WHM Go to Security >> Security Center Shell Fork Bomb Protection and click on “Disable Protection” It will resolve the issue. […]
How to install mod_cloudflare in cPanel / WHM
CloudFlare functions as a proxy, you will see changes to the way that your website visitors’ IP details are shown both in your server records and web applications – especially that all accessibility seems to be coming from CloudFlare IP details. You can modify this actions and log & show the real guest IP details […]
FATAL ERROR: register_globals is disabled in php.ini, please enable it!
To resolve this error we need to add or modify our php.ini file to enable the register_globals setting. Find the location of the php.ini file. Edit the file /usr/local/lib/php.ini using vi editor and uncomment the line (removing the ; will uncomment the line) register_globals. Change register_globals = Off to register_globals = On Save the file and exit . […]
How to add/change SPF record in Plesk control panel
To add/change SPF record in Plesk panel ,Follow the steps below: Login to plesk control panel and click on “Domains”. You can see “Open in Control Panel” for every domain. Click on ‘Open in Control Panel’ for the domain you wish to change the SPF record. Click on ‘Dns settings” under “website & domains” […]
How to Create Email Aliases in Plesk
E-mail aliases are temporary e-mail addresses, or simply a forwarding e-mail addresses. 1. Click on the Mail tab 2. Click on an E-mail Address 3. Click on the “E-mail Aliases” tab 4. Type in the alias name. If you want to add another e-mail alias please click on the Add e-mail alias 5. Press the […]
How to Configure Email Forwarding in Plesk
To configure email forwarding in Plesk, Follow the steps below: 1. Click on the Mail tab 2. Select an e-mail address 3. Click on the Forwarding tab 4. Click on the “Switch on mail forwarding” if it is not switched on already 5. Type in an e-mail address you want to forward e-mails to 6. […]