Proxy`s script

These are old archives. They are kept for historic purposes only.
Post Reply
Zilverwings
Posts: 3
Joined: Mon Feb 19, 2007 8:42 pm

Proxy`s script

Post by Zilverwings »

hi I do search a module that them with proxy`s to the server ampossible we have much charge of the proxy people it is so stupid but we can`t do something to him is there an module for That?
Greets Zilverwings/Luc
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

You can always use somthing like BOPM (Blitzed Open Proxy Monitor) which can both scan for basic proxies on known ports and check users IP's against DNSBL's which you can set up in its config.
Zilverwings
Posts: 3
Joined: Mon Feb 19, 2007 8:42 pm

proxy

Post by Zilverwings »

We have that script also but they come back! and we don`t know what we must do to him but we wans banned him.
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

Well maybe some text he/she says every time of a few nick!user@hosts masks someone can look for a patern in to devise a spamfilter might help.
JanisB
Posts: 128
Joined: Fri Apr 22, 2005 9:05 am
Location: LV
Contact:

Post by JanisB »

1) Create MySQL table with fields `nick`, `ident` and `host`.
2) Fill table with "/who 0" data from server (as oper)
3) Use query

Code: Select all

SELECT `host` , count( * ) AS `connections`  FROM `online_users`  GROUP BY `host`  HAVING `connections` >1 ORDER BY `connections` DESC  LIMIT 0 , 10;
to see top10 possible clones from some IP/host.
4) Have nice day.

P.S. Sure, you can write your own mIRC/TCL/PHP(!) script for filling in array, not DB table, this will be a little bit faster ;)

--
Regards,
most probably unneeded IRC stuff supplier,
JanisB.
Post Reply