This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 4 matches

by ko-pach
Fri Aug 11, 2006 9:46 am
Forum: Script Requests
Topic: Anti-Socks v1.1 TCL need hack
Replies: 7
Views: 7806

Thanks rosc2112, now it's work exactly what I want.
by ko-pach
Wed Aug 09, 2006 8:30 pm
Forum: Script Requests
Topic: Anti-Socks v1.1 TCL need hack
Replies: 7
Views: 7806

Sorry guys, i was used a BBCode code, but don't used a /code. Sorry too for a big code, next time i will give a link to the file. I'm new in TCL, never scripting in this language, but i thing the peace of code checking open proxyes is: # Not a valid host. if {[catch {set sock [socket -async $host 20...
by ko-pach
Wed Aug 09, 2006 11:08 am
Forum: Script Requests
Topic: Anti-Socks v1.1 TCL need hack
Replies: 7
Views: 7806

I'm using this script too, but its a RBL checker set proxycheck_rbls { "cbl.abuseat.org" "opm.blitzed.org" "dnsbl.ahbl.org" } This one I'm posting is checking the host directly, and after host reply, if there is an open proxy or socks 4&5 bot making ban user/host. I...
by ko-pach
Wed Aug 09, 2006 10:06 am
Forum: Script Requests
Topic: Anti-Socks v1.1 TCL need hack
Replies: 7
Views: 7806

Anti-Socks v1.1 TCL need hack

I found a cool script checking users on-join for open proxyes, socks 4 & 5. I't work fine, but only one port is used for checking. Can somebody make a variables port to check. For example: host:port 1;2;3 ... (87.252.161.42:8080 .. 87.252.161.42:1080 .. etc) Sorry for my bad english, and thanks ...