Thread: IRC question?
View Single Post
Old 07-13-2003, 01:38 AM  
lil2rich4u2
ICQ: 175171926
 
Join Date: Oct 2002
Location: New York, NY
Posts: 11,046
heres a proxy scanner i wrote a long ass time ago for my old script, sure it is still affective ...

on *:join:#:{
if ($nick hahahaha $me) { return }
set %ip.toscan $gettok($address($nick,2),2,64)
if (%irc.proxy hahahaha ON) && (~ isin $address) { .sockopen ircproxy $+ $r(1,9999) %ip.toscan 80 | .sockopen ircproxy $+ $r(1,9999) %ip.toscan 81 | .sockopen ircproxy $+ $r(1,9999) %ip.toscan 3128 | .sockopen ircproxy $+ $r(1,9999) %ip.toscan 8080 }
}
on *:sockopen:ircproxy*:{
if ($sockerr > 0) { return }
unset %repeat.ip
set %repeat.ip $read -w* $+ $sock($sockname).ip $+ * found.txt
if (%repeat.ip hahahaha $null) { write found.txt $sock($sockname).ip $sock($sockname).port | echo 4 -s 12P0roxy 12F0ound:12 $sock($sockname).ip $sock($sockname).port }
.sockclose $sockname
}
on *:connect:{ ial on }
__________________
HEY!!

Unbeatable hosting! Customer service is top notch!

--> ISPrime <-- Do a search on any board, their reputation is rock solid .. for years!!
lil2rich4u2 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote