################################################# # # # Video Grabber # # Version: 1.3 # # Copyright © 2008 phppod.com # # # # Email : support@phppod.com # # Website: www.phppod.com # ################################################# 1. Unzip the file to a local drive 2. Upload all the files to your server 3. Make the following files and folders read/write (777) templates_c cache libs/semiconfig.php 4. register your domain name at phppod.com. Look at the red text in the invoice sent with your order 5. Edit the config file which can be found in the libs directory define('DOMAIN', 'example.com'); Where: example.com is your domain name -- If you want to install the script in a subfolder, please edit the following line else { $doc_root = getenv("DOCUMENT_ROOT"); if (substr($doc_root, -1) != "/") { $doc_root .= "/"; } $doc_root .= 'downloader/'; Replace downloader with your subfolder name 6. Go to the following URL www.example.com/install.php, replacing "www.example.com" with your domain. Follow the steps in the wizard. 7. Remove install.php from your script directory or just rename it to something random