We offer free support at our forum.Please report any issues that you may have while using the script on the forum
» Linux or Unix based Operating System
» PHP version 4.3.x or Higher
» MySQL database server
Installation Instructions
------------------------------------
» Step #1-Unzip VideosmateOrganizer.zip
» Step#2- Open the (Videosmate_Organizer) directory and Edit the "dbconn.php" file and set your mysql database username and password.
Important
------------------------------------
Edit only the following lines:
$database="your_database_name";
$mysql_user = "Your_database_user";
$mysql_password = "Your_DB_password";
Admin Control Panel login Details
$admin = "admin_username";
$admin_pw = "admin_password";
The Admin control panel username and password should be different from the database username and password.
Your Admin Control Panel will be accessed at this link:
http://yourdomain.com/sitedb/admin/admin.php
» Step#3 -Copy all the files in the (Videosmate_Organizer) directory to the root directory of your server
» Step#4 -Open your Database and run the "tables_sql" script located in the (SQL_Tables_Script) directory inorder
to create the required tables for the Videosmate organizer to work.
» Step#5 -Open your site at
http://yourdomain.com/index.php
Your Site should be ready if all the above steps are correctly done.