Cpanel/Webmail Login – IP Address has Changed! – How to login through Dynamic IP Internet Connections

Just like the title above happens if you login to the Cpanel / Webmail using Internet connections that have a dynamic IP. Dynamic IP is the IP numbers that change itself is happening on the ISP (Internet Service Provider). Usually the GSM modem based ISP.

Cpanel/Webmail Login - IP Address has Changed!
Cpanel/Webmail Login – IP Address has Changed!

(more…)

Continue ReadingCpanel/Webmail Login – IP Address has Changed! – How to login through Dynamic IP Internet Connections

How to tar/untar, compress/uncompress files/folders using php script

  • Post category:SSH
  • Post comments:0 Comments

How to tar/untar, compress/uncompress files/folders using php script
How to tar/untar, compress/uncompress files/folders using php script

Uploading and downloading files is a chore every webmaster has to cope with on daily basis, but if you do this by compressing the files, uploading the tar or zipped and uncompressing them on server, life becomes a little easier.

Similarly taking backup on a server becomes easier if you just compress the files/folder on server and download the tar.gz file. Usually these commands are run over SSH, but if you do not have SSH access, you can place the commands in php script too.
(more…)

Continue ReadingHow to tar/untar, compress/uncompress files/folders using php script