
After you have installed your proxy, you will want to make some money from it

.
You can use the following publishing programs:
- Adengage - Home / Proxified pages
- Adversal - Home / Proxified pages
- Adtegrity - Home / Proxified pages -- Email Todd Morris
- Adsense - Home -- High chance of being banned
- Adbrite - Home / Proxified pages
- Bidvertiser - Home
- RMBClick - Home / Proxified pages -- Email stephan for approval
- Exoclick - Home / Proxified pages -- Contact them for a higher share
For this bit you will need HTML experience
First you wiill need to design the front page. Plan it all before you design it. You will need to enter a form for your proxy. The form action for PHP will be index.php and for CGI it will be "path/to/nph-proxy.pl/010110A/x-proxy/start". You can view that page on your proxy, and click view sourrce to get the other options you can include.
So it will go index.html -> index.php or nph-proxy.pl/010110A/x-proxy/start. This way it does not block off your proxy in the first place.
To monetise CGI Proxy, you will need to edit nph-proxy.pl and find
Code:
#$INSERT_FILE= '' ;
You will need to remove the # and inside the two single quotes ( ' ' ) you need to place ads.inc. Then on your ftp client, make a file called ads.inc, and upload it.
Inside this file, you will place all your ads for the proxified pages.
To monetise PHP Proxy, you will need to open index.php and find
Code:
$_url_form .= '</form></div>';
You will need to place all your ads after the ending div tag (</div>).
If there are any single quotes ( ' ) in your code placed after the div tag, you will need to escape it ( \' ).
I reccomend you force the remove javascript to stay on. If it's off, some times your popups may not load.