Quote:
Originally Posted by funhacker
danieldada you make out like you program?.. lols...
@thread maker - you can learn a little cq_action and each compose make it a 50% chance to make a message popup with random sayings (to prevent memory injection to detect the mesage)
@dani-filth0 - add to your ip filter ban the entire range of whatever ISP that country users are using untill you ban all their ISPs ip rangers
|
also you can search for account <-> ip in account server logs, then just use who.is server to detect ISP they are using. all ISPs do have IP range like 138.14.0.0/16, it's just range of 138.14.0.0 to 138.14.255.255, you have to put this(not the one example I used - search for real range of IPs) in your firewall, then, they can't even connect to your account server.
you can ban ppl aswell with setting "online" column to 1 in account table like this:
Code:
update account.account set online=1 where name="account_name"