How To Install Open the file includes/db.conf.php and change the first lines with your site data. Upload all the files. Chmod the folder thumbs to 777 Go to http://www.yoursite.com/install.php (replace yoursite with your actual domain) Write your desired administrator user name and password and submit. Set the file cron.php inside the admin folder to run once per day with a cron job. Here's an excellent cron tutorial http://www.newista.com/tutorial/xskin/CronJobs.html After a succesfull installation you can go to your admin area at http://www.yoursite.com/admin/ When you log for the first time the first thing you should do is to add your desired video categories on the Categories section. After that you can begin adding a videos to the site from the different providers. You also have to upload your logo to the images folder. Installing in a subdirectory If you want to install the script in a subfolder you have to modify lines 5 8, and 9 from the htaccess file to something like this. RewriteRule video/(.*)/(.*)/$ /subfolder/svideo.php?id=$1&adr=$2 RewriteRule c/(.*)/(.*)/$ /subfolder/svideo.php?cat=$1&set=$2 RewriteRule ^s/(.*)/$ /subfolder/svideo.php?set=$1