Installation Instructions

PHP Wallpaper Script comes with a built-in installation module.
If you have any trouble installing the script please contact us.


What you have to do?
  1. Using your hosting control panel create a MySQL database.
  2. Then create a MySQL user and assign it to the database you just created.
  3. Assign all privileges to the database user. (you can remove them after the installation is complete)
  4. Unzip php wallpaper script and using a FTP client upload the files to server.
  5. Go to your website. You will be redirected to installation page. Follow those steps from overview.
  6. All done. Ready to go.


Installing the script inside a folder.

If you install the script inside a folder you will have to modifiy the .htaccess file.
Open .htaccess with a text editor and replace "RewriteBase /" with "RewriteBase /folder/".
Next, open index.php find $doc_dir = '' and assign the folder you want, like: $doc_dir = '/folder'
That's all.