1EZsubmit Help
Script requirements:
CGI & Perl
Module LWP Simple
DBI and mySQL in case using mySQL version
Installation:
Copy all the files to a directory under your CGI directory.
Set the chmod of 1EZsubmit.cgi and dosubmit.cgi to 755.
Open file settings.cgi and edit the first 3 variables:
$path = 'your server full path to the script directory'
$siteurl = 'http://www.yoururl.com'
$scripturl = 'your url to script directory'
For mySQL version, enter your mySQL database setting including:
$mysql_db = 'your database name';
$mysql_host = 'localhost';
$mysql_user = 'your username';
$mysql_pass = 'your password';
$table_engines= 'name of engines table';
Upload the file "setup.cgi" to your directory, set chmod to "755" and run the file to set up engine table.
Running:
Call the script from the browser, fill in the information and press Submit my Site.
More help:
Need more help, please visit my website www.webowners.net
Enjoy the script.
Anh Nguyen