Is there a script that is like the peer guardian that is in mean machine but that i can use with Robocop if sowhere can i find it?
Sorry my question, but what does the peer guardian do ???
nErBoS
asfar as i know it is a program that blocks bad-ip,s
Ok so you want a IP-Blocker here is it..
botname = "IP-Block"
ipblock = {"127.0.0.1","1.1.1.1"}
function Main()
frmHub:RegBot(botname)
end
function NewUserConnected(user, data)
for i=1,getn(ipblock) do
if (user.sIP == ipblock[i]) then
user:SendData(botname, "Your IPs isn't allowed here.")
user:Disconnect()
end
end
end
Best regards, nErBoS
peer guardian blocks ip ranges, i just finished up on my new RangeMaster look in finished scripts ;)
Ohhh it's a IP-Bot sorry i understood that was a IP-Blocker ( to block ips) :P
Sorry :]
Best regards, nErBoS