AutoVideoScript v5.0
In order to install your site, please follow these instructions:
1) Upload the contents of '/UPLOAD' to the root directory of your website, ensuring the file structure remains in tact
2) Edit '/_inc/vars.php' and set your website title, subtitle and other settings such as your adsense code, search tags etc (more details on each
setting are provided in the file)
Thats it! With those two simple steps you should be up and running....
* The script is set up with adsense ads already in place, in which the publisher ID entered in '_inc/vars.php' is inserted. If you
wish to replace adsense altogether with alternate ads, the files you need to edit are contained in the /ads_inc folder
* This script is designed for use on either a top-level domain ( ie
www.yoursite.com 
) or a subdomain ( ie vids.yoursite.com). If you wish to use it in a
subdirectory (ie
www.yoursite.com/vids 
) then you will need to do two things:
1) Ensure your site URL, including the subdirectory, is completed in '_inc/vars.php'
2) Edit .htaccess and change "RewriteBase /" to "RewriteBase /YOUR_SUBDIRECTORY/" - ie if you are running the site on
www.yoursite.com/vids 
, you need to edit
.htaccess to "RewriteBase /vids/"
----
*Script Requirements
- Latest versions of PHP/Apache (recommended)
- fURL and cURL must be set as open/on in your server config
- Mod_Rewrites need to be enabled
----