“PHP Video Search Engine” Documentation by “Pricop Alexandru” Share on GrabTemplates.com


“PHP Video Search Engine”

Created: 6/19/2012
By: Pricop Alexandru - www.pricop.info
Email: pricop2008@yahoo.com

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

  1. Preparing...
  2. Upload process...
  3. Installation...
  4. Configure the script...
  5. 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

  1. 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.
  2. 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

  1. 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.

4. Configuration of the script - top

The default username is "admin", and the password is "pricop2008@yahoo.com" without quotes.

Changes inside the Admin Panel

  1. You must enter the domain or the subdomain where the script is installed in the filed "URL:".
  2. You must enter a subject for the videos that appears on the first page (e.g: Eminem).
  3. You can change the AdSpots codes by loggin in into your Admin Panel

5. Faq - top

  1. Q: I want to modify a text or something about the design...
    A: You can change anything visual from the theme located in: /skins/
  2. 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.
  3. 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
Share on grabtemplates.com

Go To Table of Contents