cpaenl ip login flag - Display Country based Flags  for cPanel last Login IP Address

Display Country based Flags for cPanel last Login IP Address

Here is how to detect user country from the IP address that cPanel displays on the right side of the Tools page, and add a flag representing that country. Display Country based Flags for cPanel last Login IP Address 1.) First download the flag icons...

postcpup - Execute custom script after cPanel updates

Execute custom script after cPanel updates

cPanel update script that is executed every night is /scripts/upcp and according to its code, file named /scripts/postupcp will get executed at the end: if (-e "/scripts/postupcp") { system("/scripts/postupcp"); } We can use this file to add a...

image 1 - Bring back Paper Lantern icons to Jupiter cPanel theme

Bring back Paper Lantern icons to Jupiter cPanel theme

Jupiter is the name of the new default cPanel theme, and one of the most hated things about the new theme is the new icon style: jupiter cpanel theme icons To bring back the old icons from the Paper Lantern theme to Jupiter, simply copy the icons cp...

firefox ebKNbQhG6D - How to Properly Uninstall NodeJS & NVM from CentOS

How to Properly Uninstall NodeJS & NVM from CentOS

yum remove nodejs rm -rf ~/.nvm ~/.npm ~/.bower /usr/local/bin/npm /usr/local/bin/node* /usr/local/include/node* /usr/local/lib/node* /usr/local/share/man/man1/node* /usr/local/lib/dtrace/node.d ~/.npm ~/.node-gyp /opt/local/bin/node...

image - How to Assign Dedicated IP Addresses to cPanel Subdomains only

How to Assign Dedicated IP Addresses to cPanel Subdomains only

Step 1. Add the dedicated IP address to the user’s subdomain file. cd /var/cpanel/userdata/username Note: username represents the user who requires that each subdomain use a dedicated IP address. nano subdomain.example.com The file’s...