Peer Guardian
 

News:

29 December 2022 - PtokaX 0.5.3.0 (20th anniversary edition) released...
11 April 2017 - PtokaX 0.5.2.2 released...
8 April 2015 Anti child and anti pedo pr0n scripts are not allowed anymore on this board!
28 September 2015 - PtokaX 0.5.2.1 for Windows 10 IoT released...
3 September 2015 - PtokaX 0.5.2.1 released...
16 August 2015 - PtokaX 0.5.2.0 released...
1 August 2015 - Crowdfunding for ADC protocol support in PtokaX ended. Clearly nobody want ADC support...
30 June 2015 - PtokaX 0.5.1.0 released...
30 April 2015 Crowdfunding for ADC protocol support in PtokaX
26 April 2015 New support hub!
20 February 2015 - PtokaX 0.5.0.3 released...
13 April 2014 - PtokaX 0.5.0.2 released...
23 March 2014 - PtokaX testing version 0.5.0.1 build 454 is available.
04 March 2014 - PtokaX.org sites were temporary down because of DDOS attacks and issues with hosting service provider.

Main Menu

Peer Guardian

Started by Cboy301, 01 February, 2004, 12:47:39

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Cboy301

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?
Thanks,
       Mikey

Visit My Hub At kickincountry.no-ip.com

nErBoS

Sorry my question, but what does the peer guardian do ???
--## nErBoS Spot ##--

[NL]trucker

nErBoS

 asfar as i know it is a program that blocks bad-ip,s
Owner of FunnyHub
 
Funyhub.no-ip.info
       Forum Master of


nErBoS

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
--## nErBoS Spot ##--

pHaTTy

peer guardian blocks ip ranges, i just finished up on my new RangeMaster look in finished scripts ;)
Resistance is futile!

nErBoS

Ohhh it's a IP-Bot sorry i understood that was a IP-Blocker ( to block ips)  :P

Sorry  :]  

Best regards, nErBoS
--## nErBoS Spot ##--

SMF spam blocked by CleanTalk