Close Live Results
KnowledgeBase »
Installation Instructions »
Domain Marketplace Script
Live Search Results:
Domain Marketplace Script
- Extract the contents of the zip file in the directory or file that you plan to run the script.
- Create a MySQL database for the script.
- Import the included db.sql file that was included in the download zip to the database you have created for the script, or you can open the db.sql file and copy all the sql script and run at phpmyadmin.
- Open the db.php file and configure your database info;
$dbServer = \"your database host\";
$dbName = \"your database name\";
$dbUser = \"your database user name\";
$dbPass = \"your database host\"; - To access the site admin area, please go to http://www.yoursiteurl/admin
Username: admin
Password: admin