Please read and follow these installation instructions. If you have a problem after that, Contact support.
Mymediascript is compatable with most cpanel servers that have php 4.0 or higher.
If you are not sure of compatability please contact sales.
Installation:
Upload all the files and directories
at the main html directory at your server, using your favorite FTP program.
Keep the same directory structure
Change the directory permissions
as follow:
"banners" directory -> chmod
777
"items" directory -> chmod
777
Next you will need to create a database and user for instructions to create a database click HERE After database is created you will need to import the mymedia.sql file to the database. This is done via the mysql admin. The link located at the bottom of the databases page. There select the database you created and select import. Click the browse select the db.sql file and you will be complete.
Next open the config.php file and edit your database info as follows:
//enter your MySQL database host
name, often it is not necessary to edit this line
$db_host = "localhost";
//enter your MySQL database username
$db_username = "database_user";
//enter your MySQL database password
$db_password = "password";
//enter your MySQL database
name
$db_name = "database_name";
//Script URL
$site_url = "http://www.yourdomain.com";
The admin panel is situated
at: http://www.your-domain/admin username & password: admin
The site by default uses
PayPal.
|