Close Live Results

Live Search Results:

KnowledgeBase » Installation Instructions » Domain Marketplace Script

Domain Marketplace Script

  1. Extract the contents of the zip file in the directory or file that you plan to run the script.
  2. Create a MySQL database for the script. 
  3. 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.
  4. 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\";
  5. To access the site admin area, please go to http://www.yoursiteurl/admin
    Username: admin
    Password: admin

 

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