What do you guys use? Preferably something fast that can go through 6-10k proxies reasonably fast w/ anonymity ratings (level 1-3).
Proxy list verification software?
Collapse
X
-
Fuck You Avatar!!!! <----- lol..
Adult Biz Consultant A tech head since 1995
Affiliate Support: Chaturbate | CCBill Live
-
+1 for scrapebox.
Though I just buy private proxies now. Got tired of the hassle with public proxies.Conversion Sharks - 1,000+ adult dating offers, traffic management, and consistently high payouts.
We will guarantee and beat your current EPC to win your dating traffic!
Skype: ConversionSharks || Email: info /@/ conversionsharks.comComment
-
They aren't cheap, but I use www.yourprivateproxy.com. Probably not price effective if you need a large amount of proxies.Conversion Sharks - 1,000+ adult dating offers, traffic management, and consistently high payouts.
We will guarantee and beat your current EPC to win your dating traffic!
Skype: ConversionSharks || Email: info /@/ conversionsharks.comComment
-
proxyflip has always been good for dedicated http proxies, though check their tos before buying. they're tight on what the proxies ca be used for. i hear from a lot of people proxybonanza is good.Comment
-
AccessDiver can do that with good speed on windows.
realistically its only about 10 lines of perl to make a tester for them. or a well written shell command.
if you dont know how to test them.... probably shouldn't be doing the activities that require them. ;)Comment
-
I got a custom one here I wrote up a while ago for a client, but never got around to installing it. It's yours for free. E-mail troywilk [at] gmail.com, and I'll send it to you.
EDIT: Doesn't give anonymity ratings though. Just checks whether or not the proxy is available.Last edited by Kiopa_Matt; 12-29-2010, 05:50 PM.xMarkPro -- Ultimate Blog Network Management
Streamline your marketing operations. Centralize management of domains, pages, Wordpress blogs, sponsors, link codes, media items, sales and traffic statistics, plus more!Comment
-
-
i say this time and time again...
custom code...
coding up a little php applet that does this would be fairly trivial...
plus side of running it on a server (even low end vps) would be that depending on the proxies, it would probably be ripper fast too...Comment
-
probably something like this
Code:#!/usr/bin/perl use LWP::UserAgent; use strict; use warnings; my $ua = LWP::UserAgent->new; $ua->timeout(15); open FILE, "<list.txt" or die $!; while (my $line = <FILE>) { my $proxy = "http://".$line; $ua->proxy('http', $proxy); my $response = $ua->get('http://google.com'); if ($response->is_success) { print $line; } else { } } print "\n[] Complete list!"; close(FILE);Comment
-
yep scrapeboxTRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.comComment
-
Comment
-
-
who said anything about illegal? contact any sponsor you want and tell them i spam backlinks. see if they give a fat flying fuck. so keep twiddling your thumbs and telling yourself you're taking some moral high ground, when you only know half the game. idiot.Last edited by Angry Jew Cat - Banned for Life; 12-30-2010, 10:27 PM.Comment
-
so you use XRUMER to spam backlinks??
does it really make you 10K per month profit??
lol... LOSER..
keep renting your apart.
Comment
-
-
SSSSSSSShhhhhhhhh i know blackhat guys who make more money in a day, than you do in a whole year..blackhat doesnt mean illegal, it just means smart =)_________________
I am the best
Comment
-
Comment
-
I wonder if someone could start some radical new proxy p2p idea, where everyone connected would randomly route through others and vice versa, have the software limit bandwidth use but with enough people all over the world using such a system and with the right software using multiple routing and switching it would be really hard to ban or come back later on, and as an anonymizer type tool it could be really useful could be a lot of different uses whether people just wanting to remain anonymous when forum posting or for those that like to have their ip constantly changing, etc.
does this make any sense?
__________________
Looking for a custom TUBE SCRIPT that supports massive traffic, load balancing, billing support, and h264 encoding? Hit up Konrad!
Looking for designs for your websites or custom tubesite design? Hit up Zuzana Designs
Check out the #1 WordPress SEO Plugin: CyberSEO SuiteComment
-
this sounds a whole lot like tor... its brutally slow... but works in a similar sense.I wonder if someone could start some radical new proxy p2p idea, where everyone connected would randomly route through others and vice versa, have the software limit bandwidth use but with enough people all over the world using such a system and with the right software using multiple routing and switching it would be really hard to ban or come back later on, and as an anonymizer type tool it could be really useful could be a lot of different uses whether people just wanting to remain anonymous when forum posting or for those that like to have their ip constantly changing, etc.
does this make any sense?Comment
-
-
Comment




Comment