I agree with ThreeGuineaWatch, put a proxy on a popular list is to kill it But your proxy still can get banned even if you have no back link. schools alway know which sites are visited, then they can ban even report it. It's great to know their spiders' IP They're unlike Googlebots though
Exactly. There are really two proxy business models. The one Sohan employs, which requires a lot of work, and the one I use. The former is basically buying a TON of .info domains and putting them all up, then buying more as they get banned, which I find to be rather shortsighted. But they don't get a chance to get to making around $20 a day in that first week. If you let them stay up longer, you will see much higher revenues. The business model I use is to buy a few (less than 10) high quality .com's, get them rolling, and then sit on them for a month or two. Once I feel they're making a good profit, I can sell them off for $XXXX. It works.
Yes my experince says that proxies from proxy.org get ban so fast.. many proxy owners are adviced to get them name listen in proxy.org but it takes school to ban these proxy and collect all proxy database easily to ban from proxy.org many of big proxies are really no included in proxy.org or any other top list.. i guess the more u shout ur proxy address in big proxy list site the earlier it ll be black liste
a) are you attempting to create your on popups or using code provided by an advertising network? b) how are you launching CGIProxy? c) do you want them from your homepage and all subsequent proxied pages, or only proxied pages? Help us to help you
Go to nph-proxy.pl or nph-proxy.cgi, whatever. Find the line that says $INSERT_FILE=. It may also be #$INSERT_FILE= ''. If it is, uncomment it (get rid of the # sign). This will insert a file in the header of each CGI proxy-generated page. You can then make a file like header.php and include whatever you want in there, although in my experience PHP code doesn't work in it. Here's what mine looks like (lines 527-554 for me). # If either $INSERT_HTML or $INSERT_FILE is set, then that HTML text or the # contents of that named file (respectively) will be inserted into any HTML # page retrieved through this proxy. $INSERT_HTML takes precedence over # $INSERT_FILE. # When viewing a page with frames, a new top frame is created and the # insertions go there. # NOTE: Any HTML you insert should not have relative URLs in it! The problem # is that there is no appropriate base URL to resolve them with. So only use # absolute URLs in your insertion. (If you use relative URLs anyway, then # a) if $ANONYMIZE_INSERTION is set, they'll be resolved relative to this # script's URL, which isn't great, or b) if $ANONYMIZE_INSERTION==0, # they'll be unchanged and the browser will simply resolve them relative # to the current page, which is usually worse.) # The frame handling means that it's fairly easy for a surfer to bypass this # insertion, by pretending in effect to be in a frame. There's not much we # can do about that, since a page is retrieved the same way regardless of # whether it's in a frame. This script uses a parameter in the URL to # communicate to itself between calls, but the user can merely change that # URL to make the script think it's retrieving a page for a frame. Also, # many browsers let the user expand a frame's contents into a full window. # [The warning in earlier versions about setting $INSERT_HTML to '' when using # mod_perl and $INSERT_FILE no longer applies. It's all handled elsewhere.] # As with $INSERT_ENTRY_FORM, note that any insertion may throw off any # precise layout, and the insertion is subject to background colors and # other page-wide settings. #$INSERT_HTML= "<h1>This is an inserted header</h1><hr>" ; $INSERT_FILE= '../header.php' ; Code (markup):
Nah, the hardest bit is parking them all. Takes 10mins, but it's pretty slow on cPanel. After that, it's just a waiting game for a day or two. A .com is no diff to a .info IMO. The proxies I run are quality. They always have a low load, and enough ram to run smoothly.
So do you just have all of your domains redirect to one main domain? Because it takes a little longer for me to set up - I put a separate proxy on each and then include my main PHP file which determines the variables to display.