Close Live Results

Live Search Results:

KnowledgeBase » Installation Instructions » Fiver Script

Fiver Script

Thank you for your purchase!

1) Database upload
find the \"database/\" folder in the archive. Inside you have a file called db.sql
Login to your hosting Cpanel, point to phpMyAdmin and create a database.
Then, just hit import tab and you\'ll see the upload form.

2) Database connection
find the \"classes/\" folder and open with a text editor like notepad++/wordpad/textmate/gedit file called \"class.MySQL.php\"
Replace values like DATABSE_USER,DATABASE_NAME,DATABASE_PASSWORD,DATABASE_HOST to make it fit your details.

function __construct() {
    $this->connect(\"DATABASE_USER\", \"DATABASE_NAME\", \"DATABASE_PASSWORD\", \"DATABASE_HOST\");
}

3) System PATH
Open config.inc.php with a text editor and on line
define(\"SYSTEM_PATH\", \"/home/phpvall1/public_html/fivescript.com/demo\");
replace to fit with your own hosting path
If you dont know it, access your SITEURL.com/cwd.php

4)
Go back to PhpMyADmin->Select your database->Select table called \"Settings\"
You\'ll see there an entry, click the pen to edit it!
On the \"url\" field, please add your full URL including last \"/\" backslash;

NOTES

If images aren\'t working to be uploaded be sure to add chmod 0777 directory permissions to uploaded folder
!!if you want to change your admin password / username which are defaultly set to admin:adminservice you may open phpmyadmin table called users and click the pen to edit your username. you\'ll need to copy&paste your password in MD5 format which can be done via http://www.md5.cz/ or similar sites.

Good luck and contact us if you have any questions or need help!

 

Was this article helpful?
Yes, Helpful | Not Helpful
+ 3 | - 0