User use Netlimiter ? Block him Download
 

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

User use Netlimiter ? Block him Download

Started by Pablo.zz, 08 November, 2005, 17:33:03

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Pablo.zz

Sorry for me bad english guys i am from Czech Republik,
can someone create a script in lua5 named Netlimiter DownBlock ?

I need this
When a user is connected and use netlimiter,
no kicks no bans, just block download :)
Can someone make it ?

Message:
U are using netlimiter, please disable him and then can u download...


 :D

Northwind

if its possible then it make security issue...

...and best for all that cant be done IMO


Pablo.zz

#2
If can be done if..  :D

i know. Mutor. And respect man  ;)

One more thing

I have this old script netlimiter
but she gives to user timeban.
Maybe convert ?
Replace the ban direction, whit a downblocker.

thx for reply
 ;)

Quote-- antinetlimiter for QuikThinker by bastya_elvtars
-- to LUA 5 converted on Earth
todo=2 -- 1 to disconnect, 2 to timeban, 3 to ban
timeban=60 -- in minutes

-- no edit below plz

OpConnected=NewUserConnected
function MyINFOArrival(curUser,data)
   if curUser.sConnection then
      if string.find(string.lower(data),"netlimiter") then
         local what,doin=hasto(curUser)
         curUser:SendData("Reno_Raines","Pouzivas netlimitera ktery je zde zakazan / You are using NetLimiter (netlimiter is here not akcepted !, now you are "..what)
         SendToOps("Reno_Raines","*** Detekovan Netlimiter uzivatel "..curUser.sName.." znicen ...")
         return doin
      end
   end
end

function hasto(curUser)
   if todo == 1 then
      return "disconnected.",curUser:Disconnect()
   elseif todo == 2 then
      return " papa na "..timeban.." minut.",curUser:TimeBan(timeban)
   elseif todo == 3 then
      return "banned.",curUser:Ban()
   end
end


Pablo.zz

Thanks Mutor,

Respect.

Pablo.zz

100% working

many thank's mutor

SMF spam blocked by CleanTalk