Three ways to unzip the zip files on Your web site.



As a webmaster you have to upload files to your web site. These files can be simple .html or .php files or script files. Script files can be .pl, .cgi or .php …
Sometimes you need to upload zip files to your web site when you are uploading script files, backup files or moving data from [...]








Unix has the facility that we can use to zip or tar the folders and files on your web site. You can download them to your computer as backups.
To tar single folder:
tar cvf folder1.tar folder1
To tar multiple folders (in current directory):
tar cvf folders.tar folder1 folder2 folder3
To tar multiple folders (in different directories):
tar cvf folders.tar /path/to/folder1 [...]






Installing php.ini and ioncube on bluehost.com or hostmonster.com.



Recently many php scripts are encrypted with ioncube loaders or zend encoder. Means they need special modules installed on your server to run properly.
Usually hosts install these modules on their servers along with php default installation. All you need to do is enable it at your web site level.
Bluehost and hostmonster web hosts made it [...]






« Previous Entries  Next Page »