Page 1 of 1

Proxy`s script

Posted: Thu Mar 01, 2007 4:50 pm
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

Posted: Thu Mar 01, 2007 5:26 pm
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.

proxy

Posted: Thu Mar 01, 2007 7:48 pm
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.

Posted: Thu Mar 01, 2007 9:13 pm
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.

Posted: Fri Mar 02, 2007 1:17 pm
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.