...any scripts that block proxy users ?
 

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

...any scripts that block proxy users ?

Started by davnis, 21 March, 2005, 22:41:54

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

davnis

Hy there

Can you tell me if exists any script that block users that come from proxy.

thank you
davnis

Pothead

Block Socks5 connections (i think).  There are a few scripts which do this, or you can modify BlackWing's Anti-MLDC script every easily. :)

davnis

easy :( .. but not for me ... this is why I ask for one. I can't do it myself and I don't know if was yet released for lua 5

thank you
davnis

UwV

#3
had this one in my "old" ptokaxfolder and "converted" it for ya
-- Mode Check : By NightLitch
-- Fixed the nil error
-- Checking if MyInfo is correct, becouse it can be missed in some Build Versions...
-- 2lua5 by uv (4chars) ;0) 

BotName = "NoShoesNoService"

function NewUserConnected(curUser)
	if curUser.sMyInfoString then
		s,e,Mode = string.find(curUser.sMyInfoString,"M:(%u*),") 
		if Mode == nil then
			curUser:SendData(BotName,"You are hidding your TAG..  Buuuh.. ")
			curUser:Disconnect() 
		elseif  Mode == "S" then  
			curUser:SendData(BotName,"Your Client Mode ( "..Mode.." ) is not Allowed here,\r\n\t Please change to A(ctive) or P(assive). \r\n\r\n Find your shoes .. no   S(ocks) in here  ;0)\r\n")
			curUser:Disconnect() 
		end
	else
		curUser:SendData(BotName,"Your MyInfoString is messed up or lost...  \r\n\t Tie them shoes neatly .. please? ;0)")
		curUser:Disconnect() 
	end
end
\NL   The knowledge and skills you have achieved are meant to be forgotten so you can float comfortably in emptiness, without obstruction.
" Holly loves me,...  . "      ;o)

& don't forget, the motto is :
  -- SUPPORT YOUR LOCAL DJ'S --

davnis

UwV, i love you !

}}}}}}}}}}}}}}}{{{{{{{{{{{{{

thank you a lot !
davnis

SMF spam blocked by CleanTalk