Flooders, Please Help!
 

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

Flooders, Please Help!

Started by BlazeXxX, 20 February, 2004, 19:19:54

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

BlazeXxX

Hi Guys,
I am getting drifted away with the flooder group. They seem to have a modified DC++ which lets them reconenct within seconds and reconnect.

So within a minute time, same nick with smilar ips connecting to the hub and causing the hub to go down. I am needing a script which temp ban the ppl who tries to connect without a 1 minute gap. I also want it to msg that user saying connection interval must be 1 Minute and temp ban them.

Its getting sick as they are flooding from all ip ranges for no reason.

This is an example of how the flood is happening:

[18:06] *** Joins: [10Mbit]?ABC
[18:06] *** Parts: [10Mbit]?ABC
[18:06] *** Joins: [10Mbit] ABC
[18:06] *** Parts: [10Mbit] ABC
[18:06] *** Joins: [10Mbit] ABC
[18:06] *** Parts: [10Mbit] ABC
[18:06] *** Joins: [10Mbit] ABC
[18:06] *** Parts: [10Mbit] ABC
[18:06] *** Joins: [10Mbit] ABC
[18:06] *** Parts: [10Mbit] ABC
[18:06] *** Joins: [10Mbit] ABC
[18:06] *** Parts: [10Mbit] ABC
[18:06] *** Joins: [10Mbit] ABC
[18:06] *** Parts: [10Mbit] ABC
[18:06] *** Joins: [10Mbit] ABC
[18:06] *** Parts: [10Mbit] ABC

Someone please help me with this issue  :(

Later,
BlazeX

kepp

#1
ime to stop the buggers yea

--quick anti hammer v1 by Phatty
--will reset on scripts restart
-- reset every 10 mins without timer by plop

function Main()
Bot = "GoD"
lucifer = {}
hammeramount = 5
end

function NewUserConnected(user)
	if lucifer[user.sName]==nil then
		lucifer[user.sName]=1
	elseif lucifer[user.sName]==hammeramount then
		user:Ban()
		SendPmToOps(Bot,user.sName.." has been lucified for hammering the server")
	else
		lucifer[user.sName]=lucifer[user.sName]+1
	end
end

function DataArrival(user, data) 
   if HomeMadeTimer ~= strfind(date("%M"), "^%d") then 
      HomeMadeTimer = strfind(date("%M"), "^%d") 
      lucifer = nil
      lucifer = {}
   end
end

Really cool indeed! i use it myself.
Set the hammerAmmount to anything you want, then if the same person enters 5 times within 10 minutes he will get banned!
Guarding    

BlazeXxX

Niceee kepp , you made my day. I am tired of banning them by nicks, now gonna hammer them hard   :O

Later,
BlazeX

SMF spam blocked by CleanTalk