This website is a PHP based website. It includes an installer for easier installation so manually changing files is not required. However a knowledge of how to set permissions is required. If you do not know how to set permissions via FTP do not worry. In this case or if you experience repeat errors, simply open up the file common.php in a text editor (such as Wordpad, Notepad or Simple Text for Mac) and change all the variables for your site. Be careful not to remove any special coding. (details on manual installation on the bottom of this file.

Step One: is to sign up for your Revenue Pilot Account:

Sign up for your Revenue Pilot Account by Clicking here:

Step Two: is to sign up for your Clickbank Account:

Sign up for your SearchFeed Account by Clicking here:

Step two: Customize the site

A blank logo template is included if you want to change the logo, it is called logo_blank.jpg.

Template.php may be used to create new pages. It contains the basic layout of the design.

Navigation Links can be changed by editing nav.php. This is an include file so it will automatically update when you change the links to whatever you chose.

 

Step Three: Upload the site to your server and FTP to the location where you uploaded your site. Set permissions on common.php to 666. (On some servers the write process used in the setup will not require you to set permissions.

If need be, set the permissions on your site as follows:

common.php - 666

For newer FTP or FTP clients without number, CHMOD is a follows:

Owner: Read/Write
Group: Read/Write
Other: Read/Write

 

Step four. Launch setup in your browser. When the page load fill out the form.

http://www.yourdomain.com/setup

 

Troubleshooting

If your website does not work correctly from the items your submitted via your form, it is highly likely that the permissions as not correct. The form needs permissions set so that it can write your information to make the site work. All the sites variables are controlled by the common.php file. If you are sure permissions are correct, then open common.php and changd the variable yourself as follows: Only change the RED items if you are not modifying the site design.

<?php

$mainmod = "index.php";
$sitetitle = "My Revenue Pilot";
$site_name = "My revenue Pilot";
$site_email = "you@yourdomain.com";
$url = "http://www.yourdomain.com";
$clickbank = "yournickname";
$headerfile = "header.php";
$footerfile = "footer.php";
$revenuepilotid = "7199";
$numresults = "10";
$boxbackground = "#FFFFFF";
$mainboxwidth = "400";
$resultsboxwidth = "400";
$borderwidth = "1";
$bordercolor = "#000000";
$titlecolor = "#FFFFFF";
$banner1_url = "https://www.paypal.com/mrb/pal=GMT8N47ZSRZAG";
$banner1_image = "http://images.paypal.com/images/paypal_mrb_banner.gif";
$banner2_url = "http://hop.clickbank.net/?yournickname/ntchosting";
$banner2_image = "http://www.ntchosting.com/images/NTC_ban_468x60_05.gif";

?>

 

Once variable have been changed, upload the common.php to your browser, your website should not work.

To check your stats login to your Revenue Poilt and Clickbank Affiliate accounts.