
Youtube-clone script
Version 1.0 (04/2010)
Server-Side flv encoder, flash video converter Linux/Windows
http://www.youtube-clone.com

This script package allows a site owner to offer visitors file downloads.
The Administrator sets up Categories and can add files under each. The
Administration Center allows the admin to edit and remove files and categories.

The script generates the code for your link for each category and each
video file. You may allow visitors to browse your categories or you
may only allow the use of links that you provide. When a visitor downloads,
the location of the file is not shown to the visitor on the web page, 
although they could discover the location if they view the page source.

INSTALLATION:

STEP 1
Edit the file "db.php" and "/manage/db.php"  in the require directory with you MySQL
connection information.
eg.  $conn = mysql_connect("localhost", "root", "abc123")

STEP 2
Upload the Youtube-clone upload folder to your server maintaining the directory structure. 
You may rename it prior to set up if you like. (Run the script in your
root directory. It's meant to run in a subdirectory.)

STEP 3
Import datebase folder "youtube_clone_db.sql"  with you MySQL

STEP 4
manage address/manage/login.php
usernameadmin   
password :  admin


Enjoy!