“PHP & HTML5 Media Player” Documentation by “Pricop Alexandru”
“PHP & HTML5 Media Player”
Thank you for purchasing my script. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here, or email me at pricop2008@yahoo.com. Thanks so much!
Table of Contents
- Preparing...
- Upload process...
- Installation...
- Configure the script...
- Faq...
1. Setting up your MySQL and FTP server - top
This script requires PHP 5 and MySQL.
Now, first thing you want to do, is to make sure you create a MySQL database along with an user for it
(IMPORTANT NOTE: Copy somewhere your mysql username, and password, as you will need them later), and setup your FTP server for the domain where the script will be installed.
So your requirements are:
A) A MySQL database + MySQL user
B) Domain name + FTP server.
2. Upload process - top
-
The first step is to upload the content inside the folder "Script" (IMPORTANT NOTE: Upload what's inside the folder Script, not the script folder) into your public_html folder or into your default FTP root folder.
-
The second thing is to upload into your .sql file from the folder called "MySQL" using the IMPORT function available in MySQL.
3. Installation process - top
Now, after you uploaded everything, you can start the installation process.
Changes inside Script
- On your FTP server, set the permissions to: 755 for the folder called uploads.
-
- With a text editor (e.g.: Notepad), open the following file located inside the 'Script/includes/' folder: config.php.
Now, replace what's inside the brackets (e.g.: 'YOURDBNAME') with your MySQL settings, you should have something like this:
$conf['user'] = 'YOURDBUSER';
$conf['pass'] = 'YOURDBPASS';
$conf['name'] = 'YOURDBNAME';
save and exit.
Now, after you finished the steps above, upload the edited file
config.php to
includes folder from FTP.
The default username is "admin", and the password is "pricop2008@yahoo.com" without quotes.
Changes inside the Admin Panel
- You must enter the domain or the subdomain where the script is installed in the filed "URL:".
- You can change the AdSpots codes by loggin in into your Admin Panel
- You can add file extensions or delete them.
- You can change the Admin password by loggin in into your Admin Panel
and more...
5. Faq - top
- Q: I want to modify a text or something about the design...
A: You can change anything visual from the theme located in: /skins/
- Q: I want to change the content of the Privacy Policy, Contact, Disclaimer and/or ToS page.
A: Open skin/page/ and open the .html file you want to edit, save & upload, that's it.
- Q: I have problems/questions related to the script, how can I contact you...
A: If you want a live chat, you can add me on Y!Messenger: pricop2008, if you want to contact me via email, pricop2008@yahoo.com
Pricop Alexandru
Go To Table of Contents