Hello and thanks for coming to my thread. I recently took over my friends new website which sells clones of many large website. I would like to upload all of the scripts to my website so i can show people examples of each one. I am not exactly sure what i am doing wrong, but it is not working. I need someone to show me how to do one and i will probably be able to figure out the rest by myself. I am either looking for someone to help me for free or i can probably come up with a small compensation. Or if someone wants, i can pay them $20 to load them all for me All the scripts and the website is www.clonedscripts.info
Here is the basics for free. If you still need help you may PM me. Every script worth the time to install it comes with a readme or other file that will tell you the exact steps to follow. So RTFM is the first step.The basics of which are: Login to your server and create a folder for your script. Create a mysql database, a user and add that user to the database if the script needs a database. Copy all the info to notepad for use in the next step. Open the configure file and modify the required informaton. Common items are DB name, usermame, db password, and sitename. Upload the files to the correct folder on the server and then run the install script or use phpmyadmin to install the DB tables. Common problems when trying to install crapware include outdated functions that do not work a a modern server or scripts that require register_globals on which they no longer are on by default since php4 was released. It may be possible to turn them on but it really isn't a good plan. Another common problem is some scripts want a directory or file chmodded to 777. Again this is not wise and is prohibited on many modern servers. In many cases 744 or 755 will work. In many others it won't because of the crappy script.