Installation Instructions
If you have any trouble installing the script please contact us.
What you have to do?
- Using your hosting control panel create a MySQL database.
- Then create a MySQL user and assign it to the database you just created.
- Assign all privileges to the database user. (you can remove them after the installation is complete)
- Unzip php wallpaper script and using a FTP client upload the files to server.
- Go to your website. You will be redirected to installation page. Follow those steps from overview.
- 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.