Configure the Config.php
Open your config.php file in a Notepad, this file is included to the script
files.
//** replace the domain with
your domain
//****** Your domain WITHOUT the http://
$domain="scriptwizards.com";
//** replace these infos with your database name,
username and password that you created in your control panel
//****** Database name, username and password for database
$dbname="popdb";
$dbuser="pop";
$dbpassword="wizards";
//** Replace it with your prefer title
for your Popup Ad Network
//====== Site Title
$cSiteTitle="Popup Ad Network";
//** If you have a 2CheckOut seller account, replace the
00000 with your 2Checkout ID
//====== Type your 2CheckOut.com ID Your Payment Gateway
$checkoutID="00000";
//** First, you have to create a item price in 2CheckOut,
if you are first time to create an item price, the item number is 1, otherwise
replace it with the Item number,
//====== The start of Item number in 2CheckOut traffic item product. default start at 1
$checkoutStartItemNo=1;
//** How much you are selling your 1000 popups
//====== Selling 1000 popups for your advertiser in USD, default is $4/CPM
$advertrate=4;
//** We have 5 traffic packages to sell, the more bulk
traffic the more discount, place the discount here
The 5 traffic packages are 10k, 50k, 100k, 500k and 1000k credits or traffic.
//====== Discount in your 5 traffic packages, default is 0, 5%, 10%, 15%, 20%
$discountrate= array(0, 0.05, 0.10, 0.15, 0.20);
//** Referral % added to your Publisher when they refer
other webmasters and get 10% whatever they earn.
//====== Referral Rate default is 10%
$G_REFER_RATE=0.10;
//** Give 2 credits for your members who post your link to
their websites, default is 2 credits per clickthru
//====== Credit per clickthru if webmaster display your banner, default is 2
$G_CLICK_CREDIT = 2;
Now you can start uploading your files to your host. Click
here to Continue