|
Shopping Cart
0 item ($0.00)
|
|
|
Paysite Community ScriptInstallation GuideAssume you want to install the script to yourdomain.com
//MySQL database
define( "dbuser", "yourdbuser" ); define( "dbpassword", "yourdbpassword" ); define( "dbname", "storedb" ); define( "dbhost", "localhost" ); //Site HTTP URL define( "surl", "http://yourdomain.com" ); //Site HTTPS URL define( "ssurl", "http://yourdomain.com" ); //Site root. It is an empty if the script is in root directory or "/store" if the script in "/store" directory. define( "site_root", "" );
|