|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Join Date: Aug 2004
Posts: 2,009
|
I need a php or perl script to extract proxies (format: 193.194.84.198:8080) from html files or txt files, whatever suits best. The proxies will be mixed with normal text and html. Who's got recommendations?
And no, I'm not a spammer. |
|
|
|
|
|
#2 |
|
Registered User
Join Date: Aug 2005
Location: New Orleans
Posts: 175
|
I can write you a perl script that will strip http url's with ports from garbage filled files. Your lucky day, send me a benji, ill have it finished within 60-90 minutes. call 206-338-4357 first if this is urgent.
[email protected] --->8 |
|
|
|
|
|
#3 |
|
Confirmed User
Join Date: Aug 2004
Posts: 2,009
|
Thanks but I already have a programmer on my list. No one has premade programs?
|
|
|
|
|
|
#4 |
|
Confirmed User
Join Date: Apr 2003
Location: Loveland, CO
Posts: 5,526
|
sample in php (not tested):
Code:
<?PHP
$str = implode('',file("text.file"));
$reg = "([0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}:[0-9]{4})";
preg_match_all("/$reg/",$str,$matched);
while(list(,$val) = each($matched))
echo $val;
?>
But it was free. *shrug*
__________________
Your post count means nothing. |
|
|
|
|
|
#5 |
|
there's no $$$ in porn
Industry Role:
Join Date: Jul 2005
Location: icq: 195./568.-230 (btw: not getting offline msgs)
Posts: 33,063
|
would be easy to write in perl. just shout if you want me to do it...
|
|
|
|
|
|
#6 | |
|
Confirmed User
Join Date: Aug 2004
Posts: 2,009
|
Quote:
|
|
|
|
|
|
|
#7 | |
|
Confirmed User
Join Date: Mar 2004
Location: → → →
Posts: 1,717
|
Quote:
Code:
([0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}:[0-9]{2,4})
Code:
\b(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(?:\:[\d]{2,4})\b
|
|
|
|
|
|
|
#8 | |
|
Confirmed User
Join Date: Apr 2003
Location: Loveland, CO
Posts: 5,526
|
Quote:
__________________
Your post count means nothing. |
|
|
|
|
|
|
#9 |
|
Confirmed User
Join Date: Apr 2004
Location: Denver, CO ICQ 280-752-076
Posts: 6,343
|
The intelligence exhibited in this thread is highly unusual for GFY... LMAO
![]()
__________________
Every Day... Bling Daddy's Masturbation Station! Bling Daddy's Masturbation Station! The Daily Bag of Douche - Humor at it's FINEST. |
|
|
|
|
|
#10 |
|
Confirmed User
Industry Role:
Join Date: Aug 2002
Location: Sunny Fucking California
Posts: 1,575
|
These guys have an online version as well as a windows version you can buy
http://www.checker.freeproxy.ru/checker/
__________________
“Ours is a world of nuclear giants and ethical infants. We know more about war than we know about peace, more about killing than we know about living. If we continue to develop our technology without wisdom or prudence, our servant may prove to be our executioner.” ― Omar Bradley (1948) |
|
|
|
|
|
#11 |
|
Confirmed User
Industry Role:
Join Date: Jan 2004
Location: interwebs
Posts: 1,190
|
uhhh a script i dont know of but a program i do know of, try http://www.project2025.com/charon.php
__________________
icq: 236148465 |
|
|
|
|
|
#12 |
|
holla
Join Date: Jul 2003
Location: KFC
Posts: 11,769
|
search google for 'access diver'
|
|
|
|
|
|
#13 |
|
( ͡ʘ╭͜ʖ╮͡ʘ)
Industry Role:
Join Date: Mar 2004
Posts: 20,010
|
|
|
|
|
|
|
#14 | |
|
( ͡ʘ╭͜ʖ╮͡ʘ)
Industry Role:
Join Date: Mar 2004
Posts: 20,010
|
Quote:
|
|
|
|
|
|
|
#15 |
|
Confirmed User
Join Date: Aug 2004
Posts: 2,009
|
Bump. A webbased (http) proxy checker would be nice too :-)
|
|
|
|