How I Made $5k one month barely any work with proxy scripts

Code:
<script type="text/javascript">
//interstitial ad
clicksor_enable_inter = true; clicksor_maxad = -1;     
clicksor_hourcap = -1; clicksor_showcap = 10;
clicksor_enable_adhere = false;
//default pop-under house ad url
clicksor_enable_pop = true; clicksor_frequencyCap = 0.5;
durl = \'\';clicksor_layer_border_color = '';
clicksor_layer_ad_bg = \'\'; clicksor_layer_ad_link_color = \'\';
clicksor_layer_ad_text_color = ''; clicksor_text_link_bg = \'\';
clicksor_text_link_color = \'#f20066\'; clicksor_enable_text_link = true;
</script>
<script type="text/javascript" src="..........=111111"></script>

This would be better written, using heredoc syntax, as:
Code:
echo <<<CLICK
<script type="text/javascript">
//interstitial ad
clicksor_enable_inter = true; clicksor_maxad = -1;	 
clicksor_hourcap = -1; clicksor_showcap = 10;
clicksor_enable_adhere = false;
//default pop-under house ad url
clicksor_enable_pop = true; clicksor_frequencyCap = 0.5;
durl = '';clicksor_layer_border_color = '';
clicksor_layer_ad_bg = ''; clicksor_layer_ad_link_color = '';
clicksor_layer_ad_text_color = ''; clicksor_text_link_bg = '';
clicksor_text_link_color = '#f20066'; clicksor_enable_text_link = true;
</script>
<script type="text/javascript" src="..........=111111"></script> 			 		
CLICK;

Much more efficient, and escaping quotes isn't needed (:
 
When you click submit, it doesn't go. My safe mode is off, cmoded folders 777. Anyone having same problem ?
 
I had to modify the code a bit. Using the script OP posted the <SCRIPT> was being placed after the </BODY> and </HTML> code which caused it not to work.

follow the same instructions but there is more to the changes needed:

after:
$string = $this->mass_replace($to_replace, $string);

add:

$stringa = str_replace("</BODY>", "", $string);
$stringb = str_replace("</HTML>", "", $stringa);

$string = $stringb.'infolinkscode</BODY></HTML>';

replace infolinks code with your infolinks code leaving the quotes the </BODY> and the <HTML>
 
Damn it! As a proxy player, I kind of doing proxy sites a lot last time but stopped because my adsense was banned. Thanks a lot. I could smell $100 for this. I'm sure those who already done proxy sites know how this would give you easy cash :D
 
I used to run proxies for 2 years, made good bank as well.

My tip is to block all international traffic possible. Now this will probably cut your traffic down by 90% but you will be surprised that most proxy sites get the majority of their traffic from Iran and China.

So if you block them, your CTR if gonna go right up and your going to be using less resources on your hosting :)

Another thing to note, don't bother getting cPanel if your only hosting one site on a budget VPS. Just get a vanilla linux VPS (I would say ubuntu is the easiest to use) and make sure you have lamp installed. If you have no idea what lamp, feel free to Google. That will take you 15mins to setup and it will save you a bunch of headaches.

I have vePortal on my vps. What do I do next to host the proxy script?
 
I got my vps with vePortal.

I installed Webmin on the vps

I can only host using SSH (only option in the server section of Webmin)

Can someone guide me how I go about hosting my domain, where I can upload the proxy script?

Thanks in advance
 
So just like to as I run a few proxy sites that shared proxy hosts are slow I used to get decent traffic on my site but did not make much for a dedi server so stayed on shared and lost most of it now having found a vps that is which is cheap and allows proxy site I have moved on to but got to say that I have been on vps for about a week and it keeps on crashing and support so i have seen is not good on top I have had to rebuilt server 3 times and my sites are still down today for some reason server is not working again the host is cheap on vps and allow proxy site it is dmehosting.com
 
Holy run on sentences (above) batman...
Switch to a better host that has less VPS on the same box. Your server is freezing because it is not getting enough CP-U time.
 
Holy run on sentences (above) batman...
Switch to a better host that has less VPS on the same box. Your server is freezing because it is not getting enough CP-U time.

What the **** did he say??
 
How does one with absolutely no clue what Proxy Scripts are start making money with this method? Thanks
 
did anyone have success with this system?

Does anyone know how to host a proxy script using webmin?
 
Does someone have the Zelune Proxy Script that OP mentioned? I can't download it from brothersoft, all I can get is some zelune-proxy-script-downloader.exe ...
 
is it really possible to make 5k a month with a simple one page website?!
 
im going to try this method soon, please let me know guys if the method doesnt work anymore!
thanks:)
 
Back
Top