PtokaX forum

Archive => Archived 4.0 boards => Finished Lua 4 scripts => Topic started by: plop on 05 July, 2004, 05:52:44

Title: deflood
Post by: plop on 05 July, 2004, 05:52:44
-----------------------------
-- V4.3
-----
-- added protection against GetNickList floods (thx to psf8500).
-- added protection against fake MyInfo's with random chars (thx to psf8500).
-- added protection against fake IP's on ConnectToMe (thx to psf8500).
-- changed removed the need for 2 versions of deflood, mode can be set from the script now.
-- changed made it optional to set what to do with flooders (no need 2 mod the script anymore).


it can be found on my website.

plop

* note 2 the mods: delete any post which has nothing 2 do with the development of deflood.
Title:
Post by: plop on 05 July, 2004, 17:20:20
---------------------------------------------
-- V4.3.1
-----
-- changed the amount of times a user can do $GetNickList can be set from the config.
-- added table with imune IP's on the fake $ConnectToMe's (some hubowners need this).

plop
Title:
Post by: (=CyberPimp=) on 05 July, 2004, 19:36:15
Great work and It works fine, just 1 question. Does the header use memory, it?s a quite big header. Sould I cut the header off? ?(

Sorry I had to edit this, i?m haveing problem with connect to me hub flooder, some of my users can?t get in unless thay are passive.  :(
Title:
Post by: psf8500 on 06 July, 2004, 00:27:35
About fake $ConnectToMe's it is possible for users to innocently send the wrong IP.

Try entering a random IP in Settings in DC++ for example.

Instead of sending "You are now banned on suspision of using a hub flooder!!" to people who send invalid ConnectToMe's maybe you should send them a message saying what IP they should be using.

If there IP is wrong they won't be able to download anyway so it'll be helping them :)
Title:
Post by: (=CyberPimp=) on 06 July, 2004, 01:24:21
Yep It?s just a problem helping solving this cos most ppl have routers here in iceland and thay want to be active. But I think of something to make this work.
Title:
Post by: blackwings on 06 July, 2004, 02:11:04
QuoteOriginally posted by psf8500
About fake $ConnectToMe's it is possible for users to innocently send the wrong IP.

Try entering a random IP in Settings in DC++ for example.

Instead of sending "You are now banned on suspision of using a hub flooder!!" to people who send invalid ConnectToMe's maybe you should send them a message saying what IP they should be using.

If there IP is wrong they won't be able to download anyway so it'll be helping them :)
and the "GetNickList flood", can a innocent user get banned for that? Like is there a DC client that might update the User list to often???
Title:
Post by: plop on 06 July, 2004, 02:11:36
a timeban with a reason showing info about active mode and the correct ip 2 be used should indeed solve it.
gone build 4.3.2 in a couple mins.

@ (=CyberPimp=): pls don't ever strip the header, it's only 2.44KB.
lua may be a scripting language, it's compiled the moment you start it.
comments like the header is aren't needed 2 run the script and are therefor dropped from memory.
and not 2 forget i somethimes have 3-4 updates per day on it with the same version number (i'm trying 2 avoid this now) on which the comments/header is the only proof for the version.

plop
Title:
Post by: (=CyberPimp=) on 06 July, 2004, 02:29:19
When I say header I meen the version number texts, thats not requiured to run the script but it is a good to know text. It would be best to have the vesion on a another file and relese the files in a zip file or som. But if it doesent take memory it don?t matter, you know whats best.
Title:
Post by: plop on 06 July, 2004, 02:44:24
---------------------------------------------
-- V4.3.2
-----
-- changed the $ConnectToMe has now only the option to do a timeban of x minutes.
-- instead of showing "you banned" it gives the correct IP and links to some site's
-- with info about how to setup active mode while being behind a router.
----------------------------------------------------------------------

@ (=CyberPimp=): even if it would take memory it's neglactible.
it wouldn't reduce the preformancea and compaired with other languages the 2.4KB is a fraction.
ptokax starts processing the script on dataarival, thats halfway the script.
now on many other scripting languages you would be right, like php/html.

plop
Title:
Post by: (=CyberPimp=) on 06 July, 2004, 02:49:44
ok tanx, thats good to know
Title:
Post by: plop on 06 July, 2004, 03:04:58
QuoteOriginally posted by (=CyberPimp=)
ok tanx, thats good to know
yw.

plop
Title:
Post by: uffetjur on 06 July, 2004, 10:23:15
Nice Opti Your script is worth a golden star
Title:
Post by: Herodes on 06 July, 2004, 13:29:34
QuoteOriginally posted by uffetjur
Nice Opti Your script is worth a golden star

hmm. ... somthing is wrong .. Lol
Title:
Post by: plop on 06 July, 2004, 16:20:25
QuoteOriginally posted by uffetjur
Nice Opti Your script is worth a golden star
ploppy ~= opti

lol

plop
Title:
Post by: Reefa on 06 July, 2004, 20:35:31
Hello mate,

It seems some of our modem users are still getting kicked for the fake connectToMe...

Even one of the ops was having trouble :P  and he had nothing in his IP box!

Can anything be done?

Thanks,

Reef :)
Title:
Post by: plop on 06 July, 2004, 21:06:42
QuoteOriginally posted by Reefa
Hello mate,

It seems some of our modem users are still getting kicked for the fake connectToMe...

Even one of the ops was having trouble :P  and he had nothing in his IP box!

Can anything be done?

Thanks,

Reef :)
the connecttome is only for clients which work in active mode.
if you leave it empty it won't send an ip, which has the result that it doesn't work.
no ip == nothing 2 connect 2.
same for dailup, they need 2 fill in there ip if they wanne work in active mode.

plop
Title:
Post by: Reefa on 06 July, 2004, 21:22:14
lol ok thanks! ;)
Title:
Post by: NotRabidWombat on 06 July, 2004, 21:24:30
Leaving the IP field blank should default to the IP used by your network device. You probably should check for private IP ranges that are incorrect rather than malicious.

10.0.0.0 / 8
172.16.0.0 / 12
192.168.0.0 / 16

-NotRabidWombat
Title:
Post by: plop on 06 July, 2004, 22:09:12
QuoteOriginally posted by NotRabidWombat
Leaving the IP field blank should default to the IP used by your network device. You probably should check for private IP ranges that are incorrect rather than malicious.

10.0.0.0 / 8
172.16.0.0 / 12
192.168.0.0 / 16

-NotRabidWombat
but incorrect settings is a human factor on something which could be malicious.
there are 2 things humans can do wrong here by accident, set the private ip in the settings or the wrong wan ip.
this last happens a lot on ppl whith dynamic ip's.
but either way doing the extra check you suggested is a nice thing 2 do, it can show them precisely what they are doing wrong.

plop
Title:
Post by: NotRabidWombat on 06 July, 2004, 22:11:52
What I am mean is those three IP ranges can _not_ be malicious. They simply will not resolve outside of a private network.

-NotRabidWombat
Title:
Post by: Reefa on 07 July, 2004, 02:24:28
Sup man!

Would it be possible to make OPs and VIPs immune from the fake ConnectToMe check?

Thanks,

Reef
Title:
Post by: blackwings on 07 July, 2004, 04:11:57
or maybe even remove the ConnectToMe, some like some users doesn't understand even if the bot tells them about it.

EDIT: or for us that have reg hubs, that only non regged users get checked for ConnectToMe.
Title:
Post by: (=CyberPimp=) on 07 July, 2004, 10:45:51
it?s no problem removeing ConnectToMe if that?s what you want. Just remove the following code from the script:

  elseif strsub(data, 1, 12) == "$ConnectToMe" then
      local s,e,ip = strfind(data, "(%S+):%d+|$")
      if ip and tIPs[user.sIP] == nil then
         if ip ~= user.sIP then
            user:SendPM(Bot, "You have the wrong IP in the active settings from your DC client!!\r\n"..
               "You have set it to "..ip..", the IP you should have set it on is: "..user.sIP..".\r\n"..
               "For Safety reasons you are now banned for "..iConnect.." minutes\r\n"..
               "For more info about how to setup active mode you should look at the next website's:\r\n"..
               "Default router setup manual: --->  [URL]http://www.plop.nl/lua_tools/dc-active.zip\r\n[/URL]"..
               "Specialized router manuals: ---> [URL]http://www.portforward.com\r\n[/URL]"..
               "Official dc++ faq: ---> [URL]http://dcplusplus.sourceforge.net/faq/faq.php?display=faq&faqnr=11&catnr=2&prog=1&lang=en&onlynewfaq=1[/URL] |")
            msg = user.sName.." - "..user.sIP.." - "..date().." - time banned for a wrong ip in the $ConnectToMe, but this could be a hub flooder!! (fake ConnectToMe)"
            StoreLog(user.sName, msg)
            user:TimeBan(iConnect)
            return 1
         end
      end
Title:
Post by: blackwings on 07 July, 2004, 11:04:43
(=CyberPimp=), thanx, but that's just a temporary solution for me. The best thing for me, would be if the ConnectToMe was only checked on unregged users.
Title:
Post by: (=CyberPimp=) on 07 July, 2004, 14:29:01
I can?t see your point, why have it at all if it?s only for non reg.
Title:
Post by: blackwings on 07 July, 2004, 21:06:42
Anyway, to have that ConnectToMe thingie is more dangerous than not haveing it, when you have a small reg hub as me (it's public, but you need to be regged to dl from users and to be able to chat).

So I have removed it from the script now.
Title:
Post by: plop on 07 July, 2004, 23:48:58
---------------------------------------------
-- V4.3.3
-----
-- changed the $ConnectToMe check now disconnects private ip ranges, and tells them the right IP to use
-- changed reason msg send to the kicked/banned users matches the kick/ban type.
----------------------------------------------------------------------

plop
Title:
Post by: plop on 14 July, 2004, 01:45:39
---------------------------------------------
-- V4.3.4
-----
-- fixed bug on not kicking/banning (thx reefa)
-- fixed bug on level checking (thx reefa)
----------------------------------------------------------------------

plop
Title:
Post by: blackwings on 23 July, 2004, 06:41:25
plop, you should add a option, that can turn the ConnectToMe On or Off, sure it easy to dl the part of the code, but instead of getting users asking how to remove it, they will see that the simple can use th option in the script to turn it off.
Title:
Post by: plop on 23 July, 2004, 12:04:21
QuoteOriginally posted by blackwings
plop, you should add a option, that can turn the ConnectToMe On or Off, sure it easy to dl the part of the code, but instead of getting users asking how to remove it, they will see that the simple can use th option in the script to turn it off.
removing it would leave a security leak, while the users themself are the blame for getting kicked.
deflood tells them how 2 fix it, now i can't feel sorry because they don't read this msg.
if they complain, your reaction should be 2 give them there IP.

plop
Title:
Post by: NightLitch on 23 July, 2004, 12:05:56
listen to plop
Title:
Post by: plop on 10 August, 2004, 06:38:26
---------------------------------------------
-- V4.3.5
-----
-- quick fix for the !me flooder from TE
---------------------------------------------
-- V4.3.6
-----
-- added filter for the scrolling statusbar flooder (thx "unknown"/plop/sUiCiDeMAniC)
----------------------------------------------------------------------
it can be found on the usual place.

plop
Title:
Post by: plop on 10 August, 2004, 17:20:42
really tiny bug was found in 4.3.5 and 4.3.6.
both are fixed under the same version numbers.

plop
Title:
Post by: UwV on 14 August, 2004, 14:27:08
found this in V4.3.6
--------------------------------
-- explain the script what seconds, minutes, hours and day's are
sec = 1000
min = 60 * sec
hour = 60 * min
day = 12 * hour
---------------------------------

* what happened ran out of coffee and called it a day ? .. ;0)  

why only 12 hours in a day ?

*childish remarks ignore if you dont think it's funny ..
Title:
Post by: Herodes on 14 August, 2004, 14:47:09
cause its 12 * hours day and another 12* hours for the night  loly :)
Title:
Post by: plop on 14 August, 2004, 15:12:36
QuoteOriginally posted by UwV
found this in V4.3.6
--------------------------------
-- explain the script what seconds, minutes, hours and day's are
sec = 1000
min = 60 * sec
hour = 60 * min
day = 12 * hour
---------------------------------

* what happened ran out of coffee and called it a day ? .. ;0)  

why only 12 hours in a day ?

*childish remarks ignore if you dont think it's funny ..
lol didn't even see it, i blindfully copyed it from another script.
beside it isn't used @ all, so it won't cause any problem.
but i'll stick 2 herodes excuse. lol

plop
Title:
Post by: plop on 16 August, 2004, 20:30:33
change  -- maximum msg's stored from the user
MaxStored = 3
to-- maximum msg's stored from the user
MaxStored = 6
now it filters meka_meka's flava destroyer.

plop
Title:
Post by: plop on 07 September, 2004, 19:56:11
-- V4.4
-----
-- added filter for the OpZone hub flooder.
-- this way filters all flooders which use a new connection for every chat/pm msg
it can be found on my site.

plop
Title:
Post by: Dj_OcTaGoN on 08 September, 2004, 18:56:07
Hi,

seems even if i change the tIPs to my local loop 127.0.0.8 it whont let me in..... (DeFlood v4.4)
I can get in sometimes though but will get kicked whenever i try to download any filelist...
I had no problems with this while using deflood 4.3.6

cheers// Dj_OcTaGoN


Title:
Post by: hornblower on 15 September, 2004, 02:25:24
Im having exactly the same problem as Dj_OcTaGoN
any help appreciated

Thanks
Title:
Post by: plop on 15 September, 2004, 13:01:08
QuoteOriginally posted by Dj_OcTaGoN
Hi,

seems even if i change the tIPs to my local loop 127.0.0.8 it whont let me in..... (DeFlood v4.4)
I can get in sometimes though but will get kicked whenever i try to download any filelist...
I had no problems with this while using deflood 4.3.6

cheers// Dj_OcTaGoN
i didn't change anything on that part, sounds like a config error.
the loopback on windows is always 127.0.0.1

plop
Title:
Post by: Dj_OcTaGoN on 16 September, 2004, 10:23:01
well the only thing i did in v4.4 was exactly same thing i did in 4.3.6
changed:

tIPs = { ["127.0.0.1"] = 1, ["127.0.0.8"] = 1 }
Title: version 4.4
Post by: hornblower on 16 September, 2004, 23:45:38
again i did only what Dj_OcTaGoN did and it still kicked me out.
I did however notice that you had introduced two references to the tIP table elswhere in the script which were not in 4.3.6
I removed them and it works ok - maybe not functioning properly but at least I can stay in my own hub!
Any ideas anyone.
Its still a great script plop:)
Title:
Post by: plop on 17 September, 2004, 06:24:51
check which ip ptokax sees your on, and add that 2 the table.

plop
Title:
Post by: hornblower on 17 September, 2004, 09:04:11
Thanks for that Plop but Ive done that. I even copy and pasted the table from 4.3.6 but still no joy. In all other hubs im in Ptokax reports my external IP in my own hub it reports the local IP of my router. Honestly Ive done nothing else to 4.4 except put exactly the same internal IP addresses in the table.
As I said there are other references to the tIPs in 4.4 that are not in 4.3.6

-- the tables needed
msgTable= {}
tShare = {}
tNames = {}
tMyInfo = {}
tGetNick = {}
tIPs = {}

function OnTimer()
   msgTable= nil
   tShare = nil
   tNames = nil
   tMyInfo = nil
   tGetNick = nil
   tIPs = nil
   msgTable= {}
   tShare = {}
   tNames = {}
   tMyInfo = {}
   tGetNick = {}
   tIPs = {}
end

function NewUserConnected(user)
   if tIPs[user.sIP] then
      tIPs[user.sIP] = tIPs[user.sIP] +1
      if tIPs[user.sIP] >= iMaxCon then
         msg = user.sName.." - "..user.sIP.." - "..date().." - banned for using a hub flooder!! (IP connected more then "..iMaxCon.."x within "..(time / 1000).." seconds)"
         StoreLog(user.sName, msg)
         return ByeBye(user)
      end
   else
      tIPs[user.sIP] = 1
   end
end

function UserDisconnected(user)

I dont understand scripting only the bits i need for it to work I leave that to you the experts. But these are the parts which are different to 4.3.6 which contain references to tIPs. Whether they are causing the problem I dont know. In the meantime Ive gone back to 4.3.6
Title:
Post by: Dj_OcTaGoN on 17 September, 2004, 11:34:46
Im connecting to my hub via 127.0.0.8 so PtokaX sees me with that IP, or do u mean anything else?


cheers // Dj_OcTaGoN
Title:
Post by: blackwings on 18 September, 2004, 06:37:37
QuoteOriginally posted by Dj_OcTaGoN
Im connecting to my hub via 127.0.0.8 so PtokaX sees me with that IP, or do u mean anything else?


cheers // Dj_OcTaGoN

:S

I think he meant this Dj_OcTaGoN =

You know that on the ptokax software, you can see the list of everyone that is logged into the hub. When you are in the hub, then go to this list of user that is logged in, in ptokax and right click on your username and choose "user info" There you will see what IP ptokax software sees you as.

But at the same time, I don't think it's deflood that is doing this, I think that like your firewall or router is causing this(if you have one of these).
Title:
Post by: Dj_OcTaGoN on 18 September, 2004, 12:01:48
Well then i understood right.
Well i cant get it to work...i tried connecting with 127.0.0.1 instead of 127.0.0.8 but still same thing...
But i guess Deflood 4.3.6 is almost as good as 4.4 so i will keep to 4.3.6, btw really great script! Keep goodwork going   :)
[11:59] You have the wrong IP in the active settings from your DC client!!
You have set it to 81.226.x.x, the IP you should have set it on is: 127.0.0.1.
For Safety reasons you are now banned for 8 minutes
For more info about how to setup active mode you should look at the next website's:
Default router setup manual: --->  [URL]http://www.plop.nl/lua_tools/dc-active.zip[/URL]
Specialized router manuals: ---> [URL]http://www.portforward.com[/URL]
Official dc++ faq: ---> [URL]http://dcplusplus.sourceforge.net/faq/faq.php?display=faq&faqnr=11&catnr=2&prog=1&lang=en&onlynewfaq=1[/URL]
Title:
Post by: plop on 18 September, 2004, 13:29:36
---------------------------------------------
-- V4.4.1
-----
-- fixed conflict on double used table (tIPs changed to tUIPs on the hammer check).
found the bug, used the same table for 2 things.
sorry for the stupid mistake.

plop
Title:
Post by: Dj_OcTaGoN on 18 September, 2004, 16:01:54
Yes working perfectly, thanx!

cheers // Dj_OcTaGoN
Title:
Post by: hornblower on 18 September, 2004, 16:39:52
Thanks Plop Im working OK now too!
Beginning to think I was going mad
Great script!
Title:
Post by: BoJlk on 18 September, 2004, 21:01:40
Hi plop I got an Error on
Deflood v4.4.1

Syntax error: `for' table must be a table
stack traceback:
   1:  function `Main' at line 172 [file `...UB [v0.330 build15.25]\scripts\deflood4.4.1.lua']
Title:
Post by: plop on 18 September, 2004, 21:18:09
QuoteOriginally posted by BoJlk
Hi plop I got an Error on
Deflood v4.4.1

Syntax error: `for' table must be a table
stack traceback:
   1:  function `Main' at line 172 [file `...UB [v0.330 build15.25]\scripts\deflood4.4.1.lua']
seems like the badTable is missing from the top of the script.
try a fresh install.

plop
Title:
Post by: BoJlk on 19 September, 2004, 03:25:10
plop
And another Weird Error i got the other day...
well it's probably a commond BOT action that defined by the Deflood as Spam...

[04:11:17] *** MyINFO Spam detected!! from user: ?RoboCop?
[04:11:17] *** MyINFO Spam detected!! from user: -ChatOP-

And about the Deflood v4.4.1
I've tried to unregister the BOT so it would not appear In the user list...maybe i did it wrong?
And that whats caused the error?!

[color=green]-- name of the bot.
-- Bot="deflood"[/color]
Title:
Post by: blackwings on 19 September, 2004, 05:13:50
QuoteOriginally posted by BoJlk
I've tried to unregister the BOT so it would not appear In the user list...maybe i did it wrong?
And that whats caused the error?!

[color=green]-- name of the bot.
-- Bot="deflood"[/color]

remove this line from "function Main()", then it won't appear in the userlist =
frmHub:RegBot(Bot)
Title:
Post by: plop on 19 September, 2004, 11:25:20
QuoteOriginally posted by BoJlk
plop
And another Weird Error i got the other day...
well it's probably a commond BOT action that defined by the Deflood as Spam...

[04:11:17] *** MyINFO Spam detected!! from user: ?RoboCop?
[04:11:17] *** MyINFO Spam detected!! from user: -ChatOP-

And about the Deflood v4.4.1
I've tried to unregister the BOT so it would not appear In the user list...maybe i did it wrong?
And that whats caused the error?!

[color=green]-- name of the bot.
-- Bot="deflood"[/color]
keep the bot registered in the list, so it notifies potential flooders that it's useless 2 flood your hub.
the myinfo spams are triggered by some other script, prob something which gives your bot's a description/tag/email etc...
either reduce the amount of times that scripts sends that stuff or remove the  whole script.

plop
Title:
Post by: Optimus on 19 September, 2004, 13:10:54
Quote[04:11:17] *** MyINFO Spam detected!! from user: ?RoboCop?
[04:11:17] *** MyINFO Spam detected!! from user: -ChatOP-

Yups Plop is right is a bug in RoboCop it's sending to much MyInfo's hehe. Things are solved in my new Version. I will release it this week. lol :D
Title:
Post by: BoJlk on 19 September, 2004, 18:12:03
Thank you Both

well plop
Quotekeep the bot registered in the list, so it notifies potential flooders that it's useless 2 flood your hub.
About that I would like to use the tactic of You don't know what you don't see  :D
Because if some Spamer will think it's safe! he'll be wrong and his ASS will be BANNED! and not kicked for trying. He,HE...

And how do i change the number of times message posted for Deflood to react????

And Optimus I'll surely will wait for your new release...
Title:
Post by: bolamix on 28 September, 2004, 05:05:37
Heya,
I'd need a few pointers on using Deflood: I haven't yet had our hub flooded (currently knocking on my table leg), should I use Deflood just in case, or should I wait until we actually get flooded? It looks like a pretty memory-intensive script, and I don't have too much of that particular currency, unfortunately.

Another thing is, I don't have a clear idea of what this script actually does during a hub's normal activity (ie. no flooder present). Should I warn users of hitherto unseen messages? Of previously authorized clients becoming suspects? In short, what to expect? Our userbase is rather solid, but small ;)

Thanks for any answers!
Title:
Post by: plop on 28 September, 2004, 06:58:49
QuoteOriginally posted by bolamix
Heya,
I'd need a few pointers on using Deflood: I haven't yet had our hub flooded (currently knocking on my table leg), should I use Deflood just in case, or should I wait until we actually get flooded? It looks like a pretty memory-intensive script, and I don't have too much of that particular currency, unfortunately.

Another thing is, I don't have a clear idea of what this script actually does during a hub's normal activity (ie. no flooder present). Should I warn users of hitherto unseen messages? Of previously authorized clients becoming suspects? In short, what to expect? Our userbase is rather solid, but small ;)

Thanks for any answers!
thats like speeding with a car on a road for 50KM/h with a speed of 150KM/s.
sooner or later you run into trouble and your bound 2 respond 2 late (if you can respond).

the only way's a user can get harmed is if they ignore the warnings or do something wrong.

how much resources it uses i don't know, maby some folks could show some specs.

plop
Title:
Post by: BoJlk on 28 September, 2004, 15:20:00
I don't know but that's the only Stat i can see about the Deflood MEM usage

deflood4.4.1.lua   C: 109   T: 116
Title:
Post by: bolamix on 28 September, 2004, 16:53:30
Dank u plop i spassiba BoJlk :))
Quoteplop wrote:
thats like speeding with a car on a road for 50KM/h with a speed of 150KM/s.
sooner or later you run into trouble and your bound 2 respond 2 late (if you can respond).
I like your analogy with speeding, but I haven't even seen a flooder in over 2 years, that's why I'm wondering if this is really needed for my small and unregged hub... I can't really say that I'm speeding, I'm more like a kid riding his bicycle along the highway, not on it ;)

And I was wondering about mem usage cause I've been using one big mother of a bot, very nice and useful I found (chilla's L.I.S.), but now I've put the hubsoft on a PI@166 with 128 Mb RAM, and L.I.S. numbers where more like "C:12000 T:15000" and the hub was painfully slow (with around 30 users on average). So I had to remove LIS, and now I'm more careful about which scripts I install 8)
Admittedly Deflood is a lot smaller (less code and external files) than LIS, but I don't know enough lua --or programming in feneral-- to guess how much that impacts mem usage.
Tell you what, I'll test it out and report :P l8er...
Title:
Post by: imby on 28 September, 2004, 17:23:29
QuoteOriginally posted by BoJlk
Thank you Both

well plop
Quotekeep the bot registered in the list, so it notifies potential flooders that it's useless 2 flood your hub.
About that I would like to use the tactic of You don't know what you don't see  :D
Because if some Spamer will think it's safe! he'll be wrong and his ASS will be BANNED! and not kicked for trying. He,HE...

And how do i change the number of times message posted for Deflood to react????

And Optimus I'll surely will wait for your new release...

This might be a useful suggestion for you, might not be. Two bots can have the same user name. so you can set deflood to have the same nick as your main bot or robocop. I've done the same here and it's working perfectly.

Open deflood in notepad, find this line:

-- name of the bot.
Bot="deflood"

and you just write between the " " the exact name of your main bot. so

]-- name of the bot.
Bot="?Robocop?"

for example.

save it in notepad. and close the hub completely then reopen it and it should work. I hope this is what you are asking for.

as for some more figures,

deflood4.4.1.lua Mem: 60-140 GC:122
comparable to:
Robocopv9.0a.lua 300-600 GC: 683

i dunno what these figures mean. just know everything runs perfectly and have an average uptime of 10 or more days. only reboot cuz someone needs the pc or downloading updates.
Title:
Post by: plop on 28 September, 2004, 17:46:13
---------------------------------------------
-- V4.4.2
-----
-- removed the cleaning of the table in UserDisconnected on the hammer
----------------------------------------------------------------------

plop
Title:
Post by: mke on 29 September, 2004, 03:45:59
hi plop,

i have tried ur script and is probably on the best, that is though when i connect as passive. whenever i try switch to active it justs kicks me out of my hub. dunno. have tried everything and all recommendations that are on the post but it doesnt seem to work. i have setup my router to forward a port with my internal ip, and when i connect to other hubs i log in as active with no problems and can search everything. when i connect to my hub it justs disconnects me. defloof reports me that i should config my settings in dc to point the internal ip instead of the external ip of the router. when i do that, i can connect to my hub as active, but i cant search anything. as much as i know dc settings should have the external ip and the port that is forwarded, instead the internal lan ip. dunno what to do. any ideas?
Title:
Post by: plop on 29 September, 2004, 06:23:26
QuoteOriginally posted by mke
hi plop,

i have tried ur script and is probably on the best, that is though when i connect as passive. whenever i try switch to active it justs kicks me out of my hub. dunno. have tried everything and all recommendations that are on the post but it doesnt seem to work. i have setup my router to forward a port with my internal ip, and when i connect to other hubs i log in as active with no problems and can search everything. when i connect to my hub it justs disconnects me. defloof reports me that i should config my settings in dc to point the internal ip instead of the external ip of the router. when i do that, i can connect to my hub as active, but i cant search anything. as much as i know dc settings should have the external ip and the port that is forwarded, instead the internal lan ip. dunno what to do. any ideas?
add your local lan ip here.
-- don't check the next IP's on fake $ConnectToMe's
-- (for hub owners who are behind a NAT router)
tIPs = { ["127.0.0.1"] = 1, ["127.0.0.2"] = 1 }
plop
Title:
Post by: mke on 29 September, 2004, 06:56:04
do u ever sleep??? its 6:30 in the morning!!! anywayzz

thx i got it to work now as active. was using 4.3 and didnt seem to work. dunno, 4.4 works like it was ment to work.


by the way, i have to congratulate u on this excellent remark u have made!  :D nescafe by day, espresso by night.

>>----> coffee is more important then oxygen, I can hold my breath for 2 minutes. <----<<
Title:
Post by: BoJlk on 29 September, 2004, 17:32:33
QuoteOriginally posted by imby
QuoteOriginally posted by BoJlk
Thank you Both

well plop
Quotekeep the bot registered in the list, so it notifies potential flooders that it's useless 2 flood your hub.
About that I would like to use the tactic of You don't know what you don't see  :D
Because if some Spamer will think it's safe! he'll be wrong and his ASS will be BANNED! and not kicked for trying. He,HE...

And how do i change the number of times message posted for Deflood to react????

And Optimus I'll surely will wait for your new release...

This might be a useful suggestion for you, might not be. Two bots can have the same user name. so you can set deflood to have the same nick as your main bot or robocop. I've done the same here and it's working perfectly.

Open deflood in notepad, find this line:

-- name of the bot.
Bot="deflood"

and you just write between the " " the exact name of your main bot. so

]-- name of the bot.
Bot="?Robocop?"

for example.

save it in notepad. and close the hub completely then reopen it and it should work. I hope this is what you are asking for.

as for some more figures,

deflood4.4.1.lua Mem: 60-140 GC:122
comparable to:
Robocopv9.0a.lua 300-600 GC: 683

i dunno what these figures mean. just know everything runs perfectly and have an average uptime of 10 or more days. only reboot cuz someone needs the pc or downloading updates.
[/size]

Forgot to Thank you 4 ur reply...

it was a good idea...
Title:
Post by: plop on 29 September, 2004, 17:35:18
QuoteOriginally posted by mke
do u ever sleep??? its 6:30 in the morning!!! anywayzz

thx i got it to work now as active. was using 4.3 and didnt seem to work. dunno, 4.4 works like it was ment to work.


by the way, i have to congratulate u on this excellent remark u have made!  :D nescafe by day, espresso by night.

>>----> coffee is more important then oxygen, I can hold my breath for 2 minutes. <----<<
i just woke up 2 go 2 work. lol
but i sleep about 4-6 hours a day.
who needs sleep when there is coffee.
good 2 hear that you got it running now.

plop
Title:
Post by: plop on 29 September, 2004, 20:29:29
---------------------------------------------
-- V4.4.3
-----
-- added bad share table

plop
Title:
Post by: blackwings on 29 September, 2004, 21:13:39
is [166430355311] = 1 the only share size that could point out a hubflooder?
Title:
Post by: plop on 29 September, 2004, 22:58:00
QuoteOriginally posted by blackwings
is [166430355311] = 1 the only share size that could point out a hubflooder?
there are probably more vallue's, thats why i added the table instead of a single integer.
this way deflood is ready for the future.

plop
Title:
Post by: blackwings on 29 September, 2004, 23:06:26
QuoteOriginally posted by plop
QuoteOriginally posted by blackwings
is [166430355311] = 1 the only share size that could point out a hubflooder?
there are probably more vallue's, thats why i added the table instead of a single integer.
this way deflood is ready for the future.

plop

can't people be mistaken for using a hubdestroyer when they aren't? I mean, someone might have the exact share size value as the value in deflood and not using a hubdestroyer
Title:
Post by: BoJlk on 30 September, 2004, 03:30:34
hehe...

plop i consider your script as HUB Firewall...GOOD WORK

One little request: can you include in your script AntuHammering Feature?

Actually i remembered that you have that feature, but can do something like...when TimeBaned for Hammering
it resets the time, it's a problem thou because if user banned for 20 min. and the DC Client Reconnects every 2 min. So he'll banned 4 ever :)))
Title: just so u know....
Post by: Meka][Meka on 30 September, 2004, 03:42:30
QuoteOriginally posted by plop
QuoteOriginally posted by blackwings
is [166430355311] = 1 the only share size that could point out a hubflooder?
there are probably more vallue's, thats why i added the table instead of a single integer.
this way deflood is ready for the future.

plop

just so everyones share size doesnt get banned..thought i'd let u know, my new Nemesis Project has a random share value...
Title:
Post by: imby on 30 September, 2004, 05:47:36
so why make these flooders?
Title:
Post by: plop on 30 September, 2004, 06:30:23
QuoteOriginally posted by Meka][Meka
QuoteOriginally posted by plop
QuoteOriginally posted by blackwings
is [166430355311] = 1 the only share size that could point out a hubflooder?
there are probably more vallue's, thats why i added the table instead of a single integer.
this way deflood is ready for the future.

plop

just so everyones share size doesnt get banned..thought i'd let u know, my new Nemesis Project has a random share value...
who says it was ment for that project of yours.
i asked it before but then you ignored it, but i'll ask again.
are you out 2 secure hubs or are you a looser who can't stand that other ppl have a nicer/better hub then you and your only out 2 destroy there fun?

plop
Title:
Post by: plop on 30 September, 2004, 06:34:02
QuoteOriginally posted by BoJlk
hehe...

plop i consider your script as HUB Firewall...GOOD WORK

One little request: can you include in your script AntuHammering Feature?

Actually i remembered that you have that feature, but can do something like...when TimeBaned for Hammering
it resets the time, it's a problem thou because if user banned for 20 min. and the DC Client Reconnects every 2 min. So he'll banned 4 ever :)))
the timeban's are handled by ptokax, so you need as ask this feature from pta.
beside nearly every flooder crashes the moment delflood sends a msg.
if it's a ordinairy client you gotta be happy, your hub is prob so nice that they can't wait 2 get back.

plop
Title:
Post by: imby on 30 September, 2004, 06:52:27
well, these flooders are getting out of hand. a lot of hub owners are simply going to close their hub if it persists.
Title:
Post by: plop on 30 September, 2004, 17:08:33
QuoteOriginally posted by imby
well, these flooders are getting out of hand. a lot of hub owners are simply going to close their hub if it persists.
the problem is that many ppl fight back, just ignore them.
all they want is attention, when you ignore them there is no fun for them.
and beside that if you flood back you prove that your just as lame.

plop
Title:
Post by: imby on 30 September, 2004, 18:05:39
i agree, if something gets through, it's best to improve on your own hub defenses. because trying to get them back is just as juvenile and ultimately pointless. thankyou very much for your work on this script plop.
Title:
Post by: BoJlk on 30 September, 2004, 22:15:23
Sorry for my in ignorance plop
i know theres a script called AntiHammer if i'm not mistaken...
So why can't it be integrated?
Title:
Post by: plop on 01 October, 2004, 00:10:08
QuoteOriginally posted by BoJlk
Sorry for my in ignorance plop
i know theres a script called AntiHammer if i'm not mistaken...
So why can't it be integrated?
there is a anti hammer inside deflood.
on default it bans every1 who connects 10x in 10 seconds.

@imby: yw.

plop
Title:
Post by: Meka][Meka on 01 October, 2004, 00:18:27
QuoteOriginally posted by plop
QuoteOriginally posted by Meka][Meka
QuoteOriginally posted by plop
QuoteOriginally posted by blackwings
is [166430355311] = 1 the only share size that could point out a hubflooder?
there are probably more vallue's, thats why i added the table instead of a single integer.
this way deflood is ready for the future.

plop

just so everyones share size doesnt get banned..thought i'd let u know, my new Nemesis Project has a random share value...
who says it was ment for that project of yours.
i asked it before but then you ignored it, but i'll ask again.
are you out 2 secure hubs or are you a looser who can't stand that other ppl have a nicer/better hub then you and your only out 2 destroy there fun?

plop

its about not taking shit, i dont like bullshit, i dont like lamers, i dont like tosspots that think they can do what they like when they like, it may be ther hub, but we do not belong to them, without the users, hubs are nothin, dont diss users for no reason, be nice, and hubs dont get attacked, kick a user with shit reason, or no reason, then u are bringing urself the hassle

as ur making a script that also protects the lamers i cant see how ur helping, i create my flooders to take out lamers, flooders are not just what i make, games, utils, editors, flooders, bombers, anti-flooders, and loads other misc things, if u would like to call me lame, sure go ahead, but then u'll probably be next...

auf weidersehen,
Title:
Post by: blackwings on 01 October, 2004, 00:30:54
QuoteOriginally posted by Meka][Meka
its about not taking shit, i dont like bullshit, i dont like lamers, i dont like tosspots that think they can do what they like when they like, it may be ther hub, but we do not belong to them, without the users, hubs are nothin, dont diss users for no reason, be nice, and hubs dont get attacked, kick a user with shit reason, or no reason, then u are bringing urself the hassle

as ur making a script that also protects the lamers i cant see how ur helping, i create my flooders to take out lamers, flooders are not just what i make, games, utils, editors, flooders, bombers, anti-flooders, and loads other misc things, if u would like to call me lame, sure go ahead, but then u'll probably be next...

auf weidersehen,
you say that you attack hubs that aren't nice etc, if it was so, then no one would be in the hub. And even if someone is running a hub badly, it doesn't give you the right to develop programs that destroys for the hub owner. If you think about what you wrote, you should see how childish that way you are thinking is.

I think we should not continue this discussion in this thread, if you want to discuss more, then create a new thread in the "Offtopic" section
Title:
Post by: BoJlk on 01 October, 2004, 00:30:59
Thanks plop Just looked at the script, found it...
Title:
Post by: Ruri_Ruri on 01 October, 2004, 11:56:24
wha????
Title:
Post by: Herodes on 01 October, 2004, 12:26:54
I dont wanna to go in your pants again meka ..
QuoteOriginally posted by Meka][Meka [...] hubs are nothin, dont diss users for no reason, be nice, and hubs dont get attacked, kick a user with shit reason, or no reason, then u are bringing urself the hassle[...]

but this is not a just reasoning ... If I hosted a hub I host it the way I like it to be be hosted ... there is no one that can tell me that I cant kick/ban/disc/or_whatever without a reason or even a bullshit one ...

If there is a problem with that I suggest that user leaves my hub and finds one that suits him/her ... Hubs are abundant ...
Title:
Post by: Meka][Meka on 01 October, 2004, 13:38:46
QuoteOriginally posted by Herodes
I dont wanna to go in your pants again meka ..
QuoteOriginally posted by Meka][Meka [...] hubs are nothin, dont diss users for no reason, be nice, and hubs dont get attacked, kick a user with shit reason, or no reason, then u are bringing urself the hassle[...]

but this is not a just reasoning ... If I hosted a hub I host it the way I like it to be be hosted ... there is no one that can tell me that I cant kick/ban/disc/or_whatever without a reason or even a bullshit one ...

If there is a problem with that I suggest that user leaves my hub and finds one that suits him/her ... Hubs are abundant ...

well ok if u want to play the game like that, DC is about sharing, im just sharing what i can do to ur hubs k? :D
Title:
Post by: blackwings on 01 October, 2004, 13:54:17
everyone, if you want to argue about this, create a new topic in the Off topic section and argue there instead.
Title:
Post by: plop on 01 October, 2004, 16:50:01
just a final question for mekka_mekka.
a restaurant is about eating, if the waiter acts like a jerk or the food tastes like shit, do you then set the restaurant on fire??

plop
Title:
Post by: mke on 01 October, 2004, 21:09:43
Hi there plop,

do u think u can add a description and email to deflood?
by the way it works perfect. keep it up
Title:
Post by: BoJlk on 01 October, 2004, 22:36:15
Meka][Meka
Look that's my opinion...
if you don't like it don't use it
no reason to act childish about it !

Why do you care what Hubowner desides to do
it's his HUB!

There's above 10,000 hubs!!!!!
Shooose a HUB! choose LIFE!
Title:
Post by: blackwings on 02 October, 2004, 03:11:03
Plop, the hubdestroyer Psycho_Chihuahua was talking about in the thread "Flooders" in the off topic section, is it a new hub destroyer? If it is, do you know how to stop this new hub destroyer?
Title:
Post by: Psycho_Chihuahua on 02 October, 2004, 03:31:25
In fact is was an older one, and the easiest way to block it is to set Ptokax to block users without a tag ^^ (so plop has informed me) and as of deflood 4.4.2 the filter is in it
Title:
Post by: blackwings on 02 October, 2004, 04:39:55
QuoteOriginally posted by Psycho_Chihuahua
In fact is was an older one, and the easiest way to block it is to set Ptokax to block users without a tag ^^ (so plop has informed me) and as of deflood 4.4.2 the filter is in it

hmm, to stop users without a tag, then no mac users won't be able to login to the hub :P

Seems like someone need to develop a new good mac dc client or to get hold of the source code of the MAC NMDC and add a tag.
Title:
Post by: Psycho_Chihuahua on 02 October, 2004, 05:16:57
Well, i've put the latest deflood in my hub and so far i havent been flooded, well i own a "registered only" hub anywayz so i harm noone and expect the same in return ^^.

At least hope Deflood or at least one of my Firewalls keeps it out when neccesary.

well from the time i found it to the time i mailed it to plop i guess at max an hour passed  :D  cause i've been using deflood for some time now and out of curiosity checked it out on a test hub (localhost) after which the mail went out
Title:
Post by: Meka][Meka on 03 October, 2004, 17:04:15
QuoteOriginally posted by plop
just a final question for mekka_mekka.
a restaurant is about eating, if the waiter acts like a jerk or the food tastes like shit, do you then set the restaurant on fire??

plop

first of all i dont like religions it aint mekka, it is meka k?

second at your remark, thats a pretty good insurance job ;)
Title:
Post by: Meka][Meka on 03 October, 2004, 17:05:52
QuoteOriginally posted by BoJlk
Meka][Meka
Look that's my opinion...
if you don't like it don't use it
no reason to act childish about it !

Why do you care what Hubowner desides to do
it's his HUB!

There's above 10,000 hubs!!!!!
Shooose a HUB! choose LIFE!

who says i didnt like it? ;)
Title:
Post by: Meka][Meka on 03 October, 2004, 17:11:26
just a notice to all, STOP BEING soft old farts, u know why u complain, we outsmart u, u cant stop us, then stop complaining like a bunsh of tarts and outsmart us.......all u's do is complain, then stop us, get 1 step ahead.....

u complain we outsmart u thats your only prob... think of it as a favor, u cant handle being attacked u cant fix your problems then u shudnt run a hub.....
Title:
Post by: Herodes on 03 October, 2004, 17:21:17
QuoteOriginally posted by Meka][Meka
just a notice to all, STOP BEING soft old farts,[...]
Ok I thought someone puts up a notice when he has somenthing to inform other ppl .. this post is a completely stupid bunch of text in a thread that it is supposed to help ppl out with the problems the poster and his team (lol) are creating (that seperation between "us" and "u" is made by meka...
QuoteOriginally posted by Meka][Meka
u complain we outsmart u thats your only prob... think of it as a favor,
thanks It reminds me of the favour someone did to me by taking my dog down with poisoned food ...
QuoteOriginally posted by Meka][Meka
u cant handle being attacked u cant fix your problems then u shudnt run a hub.....
Yeah I suppose when we finally make the dc secure from your flooding it will be heaven for u .. maybe then you'll get some rest ... I really wouldnt want to have your life meka ...

I getting so bored of you ... prolly this is the last post I answer back ...
/ignore meka][meka
Title:
Post by: Meka][Meka on 03 October, 2004, 17:36:15
QuoteOriginally posted by Herodes
QuoteOriginally posted by Meka][Meka
just a notice to all, STOP BEING soft old farts,[...]
Ok I thought someone puts up a notice when he has somenthing to inform other ppl .. this post is a completely stupid bunch of text in a thread that it is supposed to help ppl out with the problems the poster and his team (lol) are creating (that seperation between "us" and "u" is made by meka...
QuoteOriginally posted by Meka][Meka
u complain we outsmart u thats your only prob... think of it as a favor,
thanks It reminds me of the favour someone did to me by taking my dog down with poisoned food ...
QuoteOriginally posted by Meka][Meka
u cant handle being attacked u cant fix your problems then u shudnt run a hub.....
Yeah I suppose when we finally make the dc secure from your flooding it will be heaven for u .. maybe then you'll get some rest ... I really wouldnt want to have your life meka ...

I getting so bored of you ... prolly this is the last post I answer back ...
/ignore meka][meka

lol u dont know my life lol, my life is hmm perfect, this is just something that cures a bit boredem every now and then, plus @ ur dog, well a hub can be attacked, then secured put back up, dog can be poised, killed and it aint coming back, u dont know what ur talking about, u are jst complaining.....if u dont like it, then start getting ur act together and do sumit about it, but no ur all to lazy u all hope plop can stop it all for u...try learning from him, not sitting around on ur lazy asses waiting, comon have u ppl not got a life outside of dc? it takes 2 mins to make a flooder, another 5 mins to flood, then rest of day free, it takes much longer to run a hub.... get a life...
Title:
Post by: Herodes on 03 October, 2004, 17:48:54
/unignore meka][meka

stop flooding with those bulshit MAaaaN ... I dont host a hub ... I dont w8 for plop's advice .. I go to him when I really need his knowledge as I do with any1 else but myself ...

I am helping my father with construction work in the mornings, in the evenings I get some 3D work done and then in the night I Lua ... so I dont think I am bored ...
..  before u know it I wished someone treaded u as bad as u speak .. bye :)

/ignore meka][meka
Title:
Post by: Meka][Meka on 03 October, 2004, 17:59:51
QuoteOriginally posted by Herodes
/unignore meka][meka

stop flooding with those bulshit MAaaaN ... I dont host a hub ... I dont w8 for plop's advice .. I go to him when I really need his knowledge as I do with any1 else but myself ...

I am helping my father with construction work in the mornings, in the evenings I get some 3D work done and then in the night I Lua ... so I dont think I am bored ...
..  before u know it I wished someone treaded u as bad as u speak .. bye :)

/ignore meka][meka

well bro sounds like a boring life to me, last post @ deflood topic getting way offtopic now from some misc n00b points fingers ;)
Title:
Post by: BoJlk on 03 October, 2004, 18:05:13
Wel Meka][Meka
First: it's not a forum for you i think.
Second: Stop flooding the threat with Bullshit!
Third: i don't care who "u" are /logoff...play dead!
4th: Damn, Man what do you want to prove?!?!?
        That you so smart that you post in forums?!?

Damn i should do the /ignore
*** user Meka][Meka is gaged
Title:
Post by: plop on 03 October, 2004, 18:37:28
QuoteOriginally posted by blackwings
QuoteOriginally posted by Psycho_Chihuahua
In fact is was an older one, and the easiest way to block it is to set Ptokax to block users without a tag ^^ (so plop has informed me) and as of deflood 4.4.2 the filter is in it

hmm, to stop users without a tag, then no mac users won't be able to login to the hub :P

Seems like someone need to develop a new good mac dc client or to get hold of the source code of the MAC NMDC and add a tag.
tell them 2 start using dcgui-qt, it has a tag.

plop
Title:
Post by: BoJlk on 04 October, 2004, 19:43:54
I've got a user banned for

 time banned for a wrong ip in the $ConnectToMe, but this could be a hub flooder!! (bad/fake ConnectToMe)

he's using Regular DC++ v0.4032...
and got a normal IP and not behind a router NAT...
Not an IP spoofer...not a  Passive

But still got banned...

What else Deflood checks

... well the problem was he by mistake was Passive in the DC settings...that's why he was Banned!
Title:
Post by: UwV on 04 October, 2004, 20:51:52
thats what you get with users,..  ;0)

 in dutch ..  "tsja,.. dat heb je met gebruikers "
Title:
Post by: BoJlk on 04 October, 2004, 21:39:38
unfortunetly fo them,
But i don't want a newbies to be kicked because of it!
Maybe it's better to explain to the kicked users what settings in DC to check in case they're Newbies...
Title:
Post by: imby on 04 October, 2004, 21:54:33
it does BoJlk. It sends this message to those with the wrong ip in the connect to me:

            user:SendPM(Bot, "You have the wrong IP in the active settings from your DC client!!\r\n"..
               "You have set it to "..ip..", the IP you should have set it on is: "..user.sIP..".\r\n"..
               "For Safety reasons you are now banned for "..iConnect.." minutes\r\n"..
               "For more info about how to setup active mode you should look at the next website's:\r\n"..
               "Default router setup manual: --->  http://www.plop.nl/lua_tools/dc-active.zip\r\n"..
               "Specialized router manuals: ---> http://www.portforward.com\r\n"..
               "Official dc++ faq: ---> http://dcplusplus.sourceforge.net/faq/faq.php?display=faq&faqnr=11&catnr=2&prog=1&lang=en&onlynewfaq=1 |")
 

without the scripting language of course
Title:
Post by: BoJlk on 05 October, 2004, 00:56:44
QuoteOriginally posted by imby
it does BoJlk. It sends this message to those with the wrong ip in the connect to me:

            user:SendPM(Bot, "You have the wrong IP in the active settings from your DC client!!\r\n"..
               "You have set it to "..ip..", the IP you should have set it on is: "..user.sIP..".\r\n"..
               "For Safety reasons you are now banned for "..iConnect.." minutes\r\n"..
               "For more info about how to setup active mode you should look at the next website's:\r\n"..
               "Default router setup manual: --->  http://www.plop.nl/lua_tools/dc-active.zip\r\n"..
               "Specialized router manuals: ---> http://www.portforward.com\r\n"..
               "Official dc++ faq: ---> http://dcplusplus.sourceforge.net/faq/faq.php?display=faq&faqnr=11&catnr=2&prog=1&lang=en&onlynewfaq=1 |")
 

without the scripting language of course

He,he...Didn't see this...
10x alot.
Then Good Work Plop
Title:
Post by: plop on 05 October, 2004, 13:19:45
QuoteOriginally posted by BoJlk
He,he...Didn't see this...
10x alot.
Then Good Work Plop
thx.
this was the only good way i could think of, because the script can't see a difference between a user making a mistake and the flooder abusing this.

plop
Title:
Post by: BoJlk on 07 October, 2004, 02:16:37
Funny!...
Deflood sudenly Kicked me out!?

Quote Private message from deflood: You have the wrong IP in the active settings from your DC client!!
You have set it to **.**.**.**, the IP you should have set it on is: **.**.**.**.
For Safety reasons you are now banned for 8 minutes
For more info about how to setup active mode you should look at the next website's:
Default router setup manual: --->  http://www.plop.nl/lua_tools/dc-active.zip
Specialized router manuals: ---> http://www.portforward.com
Official dc++ faq: ---> http://dcplusplus.sourceforge.net/faq/faq.php?display=faq&faqnr=11&catnr=2&prog=1&lang=en&onlynewfaq=1  
[02:09:57] *** Connection closed

I didn't set any Active IP address in the DC Settings.
That was funny!
Title:
Post by: plop on 08 October, 2004, 14:10:55
----------------------------------------------------------------------
-- V4.5
-----
-- added filter for the search flooder. (thx uffetjur)
-- changed chatcheck so it's open to accept tables from all kinds of checks (future work).
-- added "anime & music" to the description table.
-- added the 666GB share to the badshare table.
-- done some cleaning.
-- added comments all over the script.
-- found a cleaning lady willing to work for free for you ppl.
----------------------------------------------------------------------
-- V4.5.1
-----
-- changed iMaxCon from 10 to 5, so the yhub flooder in ruri's OMEGA flooder is also filtered.
----------------------------------------------------------------------

plop
Title:
Post by: blackwings on 09 October, 2004, 00:12:57
about how delflood 4.5.1 handles search flooder, it says in the info in the config this = "-- max amount of the searches a user can do (flush interval is halved here)". Does that meant if you use the default flush time (10 * iSec) and iMaxSrch = 5, will the bot kick the user if the user search more than 5 times during 5 seconds??
Title:
Post by: (=CyberPimp=) on 09 October, 2004, 01:38:41
I get this error in 4.5 and 4.5.1

Syntax Error: table index is nil
Syntax Error: table index is nil
Syntax Error: table index is nil
Title:
Post by: plop on 09 October, 2004, 13:20:29
QuoteOriginally posted by blackwings
about how delflood 4.5.1 handles search flooder, it says in the info in the config this = "-- max amount of the searches a user can do (flush interval is halved here)". Does that meant if you use the default flush time (10 * iSec) and iMaxSrch = 5, will the bot kick the user if the user search more than 5 times during 5 seconds??
other way around, on 2 flushes only 1x the table is gone be flushed on this.
so more then 5 searches per 20 secs.

@ (=CyberPimp=): are you running Testdrive ??

plop
Title:
Post by: (=CyberPimp=) on 09 October, 2004, 14:32:00
I was using td4 but i swithed to 0.3.3.0 15.25 and now it works fine :S   something wierd is going on. Going to test it more.
Title:
Post by: BoJlk on 09 October, 2004, 16:24:19
LOL, i got the Same problem with px-TD4...

Deflood v4.5.1

QuoteSyntax Error: table index is nil
Syntax Error: table index is nil
Syntax Error: table index is nil
Syntax Error: table index is nil
Syntax Error: table index is nil
Syntax Error: table index is nil
Syntax Error: table index is nil
Syntax Error: table index is nil
and goes on and on and on...
Title: clear flood log
Post by: [G-T-E]Gate? on 09 October, 2004, 18:21:38
How does one clear the flood log for deflood 4.5.1. Is deleating the log file sufficent ?
G8
Title:
Post by: imby on 09 October, 2004, 21:34:28
Syntax error: attempt to perform arithmetic on a nil value
stack traceback:
   1:  function `DataArrival' at line 420 [file `...rograms - Games\Ptokax\scripts\deflood4.5.1.lua']

Syntax error: attempt to perform arithmetic on a nil value
stack traceback:
   1:  function `DataArrival' at line 420 [file `...rograms - Games\Ptokax\scripts\deflood4.5.1.lua']

with 0330 15.25. i hope this helps. i dunno what caused it unfortunately.
Title: User Consideration
Post by: BoJlk on 11 October, 2004, 15:54:39
Can the Deflood Check by profiles...?
I mean if OP/VIP then...Not checked
Title:
Post by: QuikThinker on 11 October, 2004, 16:15:30
-- filter levels. use 1 for everything but OP's, nil for the table with level numbers.
iMode = nil
tMode = { [-1] = 1 }

Chage this part
Title:
Post by: BoJlk on 11 October, 2004, 17:02:43
-- filter levels. use 1 for everything but OP's, nil for the table with level numbers.
Changing it to "nil" Means Everyone is checked except OP/VIP/Master?

i'm sorry i'm dumb, Just gotto ask this...
Title:
Post by: (=CyberPimp=) on 13 October, 2004, 15:44:45
I?m still haveing problem with deflood 4.5.1.
I?m useing TD4 and RC9b   ;(

Syntax Error: table index is nil
Syntax Error: table index is nil
Syntax Error: table index is nil
and goes on and on and on...
Title:
Post by: Psycho_Chihuahua on 13 October, 2004, 15:50:48
QuoteOriginally posted by BoJlk
-- filter levels. use 1 for everything but OP's, nil for the table with level numbers.
Changing it to "nil" Means Everyone is checked except OP/VIP/Master?

i'm sorry i'm dumb, Just gotto ask this...

-- filter levels. use 1 for everything but OP's, nil for the table with level numbers.
iMode = nil
tMode = { [-1] = 1, [1] = 1, [2] = 1, [3] = 1 }

that is what was meant.....just fill in the Profiles you want to be checked
Title:
Post by: BoJlk on 13 October, 2004, 16:26:03
Okey, thanks for the patience   :]
Title:
Post by: plop on 13 October, 2004, 21:02:32
QuoteOriginally posted by imby
Syntax error: attempt to perform arithmetic on a nil value
stack traceback:
   1:  function `DataArrival' at line 420 [file `...rograms - Games\Ptokax\scripts\deflood4.5.1.lua']

Syntax error: attempt to perform arithmetic on a nil value
stack traceback:
   1:  function `DataArrival' at line 420 [file `...rograms - Games\Ptokax\scripts\deflood4.5.1.lua']

with 0330 15.25. i hope this helps. i dunno what caused it unfortunately.
no problem i know.
some1 forgot that a ip contains 4 numbers with 3 dots.
1.2.3.4
he only came as far as 1.2.3, or maby even less.

plop
Title:
Post by: BoJlk on 14 October, 2004, 16:30:32
i Got a Suggetion for plop

Can you *add Commands to Configure the Script's Features?
Title:
Post by: plop on 14 October, 2004, 20:43:28
QuoteOriginally posted by BoJlk
i Got a Suggetion for plop

Can you *add Commands to Configure the Script's Features?
i'm not a fan of these things, i consider it a securety risk, specialy on a script like deflood.

plop
Title:
Post by: imby on 14 October, 2004, 22:38:23
QuoteOriginally posted by plop
QuoteOriginally posted by imby
Syntax error: attempt to perform arithmetic on a nil value
stack traceback:
   1:  function `DataArrival' at line 420 [file `...rograms - Games\Ptokax\scripts\deflood4.5.1.lua']

Syntax error: attempt to perform arithmetic on a nil value
stack traceback:
   1:  function `DataArrival' at line 420 [file `...rograms - Games\Ptokax\scripts\deflood4.5.1.lua']

with 0330 15.25. i hope this helps. i dunno what caused it unfortunately.
no problem i know.
some1 forgot that a ip contains 4 numbers with 3 dots.
1.2.3.4
he only came as far as 1.2.3, or maby even less.

plop

Ah right, can that be fixed?

and maybe a command or option in the script to show certain warnings and hide others. ie show users warned/kicked for main chat spam, hide those with a wrong IP in their connect to me for example. i'd like that, probably no one else would.
Title:
Post by: Gollum on 16 October, 2004, 11:05:34
I running version 4.5.1 and i think its a great script.

But are it possible to send to ban message somewhere else? I dont want it in OpChat or main. It looks so ugly.

Thanks!!
Title: sending deflood responce to anoter bot window
Post by: [G-T-E]Gate? on 16 October, 2004, 14:45:18
Sure there is a way;

Go to following line in the script

-- name of the opchat so the output of this script shows up there instead of it's own window.
-- comment this for own window (aka place -- before it like this text has).
opchat = "-OPChat-"  -- fill in the name here if you use a scripted opchat.
--opchat = frmHub:GetOpChatName()     -- uncomment this and make the above a comment if you use the ptokax build-in opchat.

NOW there go to

opchat = [COLOR=red]"-OPChat-"[/COLOR]   -- fill in the name here if you use a scripted opchat.

AND Replace "-OPChat-"  with    "the name of ur Main Hub Bot "
 All messeges will be sent to it and ?keep OpChat clean.

Regards G8
Title:
Post by: BoJlk on 16 October, 2004, 21:23:53
First...plop
Quotei consider it a securety risk, specialy on a script like deflood
Even if you make it only to Master/OP...it will?

Second to...[G-T-E]Gate?
QuoteAND Replace "-OPChat-" with "the name of ur Main Hub Bot "
All messeges will be sent to it and ?keep OpChat clean.
But let's say sending it to the RoboCop Bot
will it send it to me?
Title:
Post by: blackwings on 16 October, 2004, 22:18:23
QuoteOriginally posted by BoJlk
Second to...[G-T-E]Gate?
QuoteAND Replace "-OPChat-" with "the name of ur Main Hub Bot "
All messeges will be sent to it and ?keep OpChat clean.
But let's say sending it to the RoboCop Bot
will it send it to me?

I have done the thing Gate said (I have done it since deflood 3.0) and it will send the message to all Ops
Title:
Post by: hornblower on 17 October, 2004, 09:50:37
Syntax error: attempt to perform arithmetic on a nil value
stack traceback:
1: function `DataArrival' at line 423

I am suddenly getting the above sytax error. Im using deflood 4.5.1 and RC 9.0b with Ptokax 0.3.3.0 build 15.25 (debug)

Is it something I can dio anything about/worry about?

Thanks for any advice.
Title:
Post by: Typhoon on 17 October, 2004, 12:47:16
please post the ENTIRE syntax report you get in PtokaX , so plop or Optimus or others can see which script that's making the bug..

Typhoon?
Title:
Post by: hornblower on 17 October, 2004, 14:44:20
As requested

Syntax error: attempt to perform arithmetic on a nil value
stack traceback:
   1:  function `DataArrival' at line 423 [file `...esktop\ptoka x\ptoka x\scripts\deflood4.5.1.lua']

Syntax error: attempt to perform arithmetic on a nil value
stack traceback:
   1:  function `DataArrival' at line 423 [file `...esktop\ptoka x\ptoka x\scripts\deflood4.5.1.lua']

Syntax error: attempt to perform arithmetic on a nil value
stack traceback:
   1:  function `DataArrival' at line 423 [file `...esktop\ptoka x\ptoka x\scripts\deflood4.5.1.lua']

Syntax error: attempt to perform arithmetic on a nil value
stack traceback:
   1:  function `DataArrival' at line 423 [file `...esktop\ptoka x\ptoka x\scripts\deflood4.5.1.lua']
Title:
Post by: belea on 17 October, 2004, 22:19:46
Hi there

im using the version 4.5.1.. and today after my internet was down..  when ppl started to come.. after 100 or 150..  the deflood  putted like a limite or something and i had a full list with bans :)

Thx
Title:
Post by: plop on 18 October, 2004, 20:31:59
----------------------------------------------------------------------
-- V4.5.2
-----
-- fixed error on incorrect IP's (forgotten numbers).
----------------------------------------------------------------------
this fixes the "attempt to perform arithmetic on a nil value".

plop
Title:
Post by: BoJlk on 18 October, 2004, 21:33:29
If it Fixes the:
Syntax Error: table index is nil
Syntax Error: table index is nil
Syntax Error: table index is nil
Syntax Error: table index is nil
Syntax Error: table index is nil
...

Then it's not...
Well atleast on my hub [ProtaX v0.3.2.6 TD4]
Title:
Post by: belea on 18 October, 2004, 21:35:29
nice

 Another suggestion ..  i can set the bot to send only to masters or only to me,  those messeages.. ?

And a little !help command to see all the commands ? and maybe to disable the  $ConnectToMe thing ?

Thx
Title:
Post by: blackwings on 18 October, 2004, 22:16:12
QuoteOriginally posted by belea
And a little !help command to see all the commands ? and maybe to disable the  $ConnectToMe thing ?

Thx
There is no commands in deflood. Plop says that commands makes the script less secure.
To remove the $ConnectToMe(in 4.5.2), remove lines 418 to 454, save the changes and then restart the script, done:)

QuoteOriginally posted by belea
Another suggestion ..  i can set the bot to send only to masters or only to me,  those messeages.. ?
To make deflood to report to you, do this then =-- Add this after Bot="deflood"
tReport="Your nick"

-- Use this format in deflood messages, then it will send you the message ()
SendPmToNick(tReport,Bot, "The message that deflood sends")

-- Save the change and then restart the script, done :)
Title:
Post by: BoJlk on 18 October, 2004, 22:16:55
As plop Said...
Quotei'm not a fan of these things, i consider it a securety risk, specialy on a script like deflood.

plop


*** [edit]...

Which of the number represent the profile...
[size=1]-- filter levels. use 1 for everything but OP's, nil for the table with level numbers.
iMode = nil
tMode = { [-1] = 1, [1] = 1, [2] = 1, [3] = 1 }[/size]
Title:
Post by: Cobalt on 18 October, 2004, 22:17:51
Hello,

I've got problem. I'm using on my hub deflooder 4.5.1 and there is a plenty of people kicked from hub for using a search flooder. Deflooder kicks OPs and VIPs too. iMaxSrch is set to number 6. Can you tell me what is the optimum number in this settings? And if I can somewhere change settings of deflooder to exclude OPs and VIPs from deflooder's effects.

Thanks

Cobalt
Title:
Post by: belea on 18 October, 2004, 22:36:36
Hi there


where i should put ? :

 SendPmToNick(tReport,Bot, "The message that deflood sends")
Title:
Post by: blackwings on 18 October, 2004, 22:48:06
QuoteOriginally posted by belea
Hi there


where i should put ? :

 SendPmToNick(tReport,Bot, "The message that deflood sends")
Change this code (line 625-635 in 4.5.2)=function StoreLog(nick, msg)
   appendto(fFile)
   if opchat then
      SendPmToOps(opchat, msg.."|")
   else
      SendPmToOps(Bot, msg.."|")
   end
   write(msg.."\n")
   writeto()
   msg = nil
end
To this code (in this one, I have made the changes for you)=
function StoreLog(nick, msg)
   appendto(fFile)
   if opchat then
      SendPmToNick(tReport,opchat, msg.."|")
   else
      SendPmToNick(tReport,Bot, msg.."|")
   end
   write(msg.."\n")
   writeto()
   msg = nil
end
Title:
Post by: blackwings on 18 October, 2004, 23:00:07
QuoteOriginally posted by BoJlk
Which of the number represent the profile...
[size=1]-- filter levels. use 1 for everything but OP's, nil for the table with level numbers.
iMode = nil
tMode = { [-1] = 1, [1] = 1, [2] = 1, [3] = 1 }[/size]
Those that are inside of the [].

0 = Master
1 = Operator
2 = VIP
3 = REG
-1 = Normal/non-regged user
4 = Moderator (If you use RoboCop 8.0+)
5 = NetFounder (If you use RoboCop 8.0+)
Title:
Post by: BoJlk on 18 October, 2004, 23:06:18
blackwings where i put the MyNick?

here?[size=1]-- name of the opchat so the output of this script shows up there instead of it's own window.
-- comment this for own window (aka place -- before it like this text has).
opchat = [color=red]"OPChat"[/color]  -- fill in the name here if you use a scripted opchat.
--opchat = frmHub:GetOpChatName()     -- uncomment this and make the above a comment if you use the ptokax build-in opchat.[/size]
Title:
Post by: belea on 18 October, 2004, 23:16:46
now its seems to work :D  thx  blackwings
Title:
Post by: blackwings on 18 October, 2004, 23:25:50
QuoteOriginally posted by BoJlk
blackwings where i put the MyNick?
Put this after the setting for Bot name (Bot="deflood") =
tReport="Your nick"@NeoUltimicia: You know, if you choose edit on your post, there is a option to delete your post :P (Just a tips from me :))
Title: thanks blackwings
Post by: NeoUltimicia on 18 October, 2004, 23:37:47
Thank you very much blackwings
Everything seems to work perfectly :)
now it sends to me only... :) finally. loooooool...

btw, thanks for that hint, did't know it!
Title:
Post by: BoJlk on 18 October, 2004, 23:44:13
10x blackwings

***[Edit]
Thanks imby that right

0|Master|11111111111111111111000000000000
1|Operator|11110100001101111100000000000000
2|VIP|10000000000001111100000000000000
3|Reg|10000000000000000000000000000000
4|Moderator|11111110001101111100000000000000
5|NetFounder|11111111111111111100000000000000
you're teribly right! :)
Title:
Post by: imby on 19 October, 2004, 00:11:06
BoJlk - you can always open Profiles.dat in notepad to see your profiles.
Title:
Post by: plop on 19 October, 2004, 06:53:50
removing the ConnectToMe is plain stupid.
by doing so you create a danger for yourself, your users and all the users from all other hub's.
and 6 searches in 20 seconds seems like pretty much 2 me.
might be an idea 2 calm down the op's/vip's a bit.

plop
Title:
Post by: blackwings on 19 October, 2004, 07:03:58
QuoteOriginally posted by plop
removing the ConnectToMe is plain stupid.
by doing so you create a danger for yourself, your users and all the users from all other hub's.
and 6 searches in 20 seconds seems like pretty much 2 me.
might be an idea 2 calm down the op's/vip's a bit.

plop
true, but for a small reg hub, ConnectToMe can be more dangerous then a the risk of this certain version of hub flooder attack your hub. Because it's not so unusal that people make wrong active mode setting and people can often be impatienced and leave when deflood is disconnect to them and they won't take the time to see what deflood tries to tell them
Title:
Post by: plop on 19 October, 2004, 17:25:12
QuoteOriginally posted by blackwings
true, but for a small reg hub, ConnectToMe can be more dangerous then a the risk of this certain version of hub flooder attack your hub. Because it's not so unusal that people make wrong active mode setting and people can often be impatienced and leave when deflood is disconnect to them and they won't take the time to see what deflood tries to tell them
then you can set it 2 disconnect only.
exchange lines 445 and 447 and your done.

plop
Title:
Post by: belea on 19 October, 2004, 20:00:03
$ConnectToMe its not work to welll..  a friend of mine was banned because..  

*.76.161.37 - 10/19/04 15:18:28 - time banned for a wrong ip in the $ConnectToMe, but this could be a hub flooder!! (bad/fake ConnectToMe)

that obtion should be really allowed to be disable if i want to..
Title:
Post by: belea on 19 October, 2004, 20:02:00
but i removed  those lines what blackwings said.. :)
Title:
Post by: BoJlk on 19 October, 2004, 20:10:07
I suggest you shoudn't disable it
Then what the point keeping the Deflood?
for fun...

If it's you're friend then he's an VIP/OP then define the check of Deflood for Profiles.
Title:
Post by: DKferret on 19 October, 2004, 22:51:22
Hi.

One question, why do people get kicked for this---10/19/04 22:11:58 - banned for using a search flooder!!, these are friends of mine and i know they are not using a search flooder...can i turn this part off?

Thanks for any help , i am using deflood 4.5.2
Title: Filter Profiles
Post by: NeoUltimicia on 20 October, 2004, 03:53:55
I tried to filter profiles, but did not work!--==I tried this at first==--
-- filter levels. use 1 for everything but OP's, nil for the table with level numbers.
iMode = nil
tMode = { [3] = 1, [-1] = 1 }

--==I also tried this when the previous one didn't work==--
-- filter levels. use 1 for everything but OP's, nil for the table with level numbers.
iMode = nil
tMode = { [0] = 0, [1] = 0, [2] = 0, [3] = 1, [4] = 0, [5] = 0, [-1] = 1 }
I want to filter OPs and "VIPs most importantly"(using: PtokaX DC Hub 0.3.3.0 build 15.25 [debug])
Title:
Post by: blackwings on 20 October, 2004, 08:42:56
QuoteOriginally posted by NeoUltimicia
I tried to filter profiles, but did not work!--==I tried this at first==--
-- filter levels. use 1 for everything but OP's, nil for the table with level numbers.
iMode = nil
tMode = { [3] = 1, [-1] = 1 }

--==I also tried this when the previous one didn't work==--
-- filter levels. use 1 for everything but OP's, nil for the table with level numbers.
iMode = nil
tMode = { [0] = 0, [1] = 0, [2] = 0, [3] = 1, [4] = 0, [5] = 0, [-1] = 1 }
I want to filter OPs and "VIPs most importantly"(using: PtokaX DC Hub 0.3.3.0 build 15.25 [debug])
--### Maybe you shouldn't put the numbers on what profile that should get checked, maybe you should
--### put the number of the profiles that should NOT be checked
-- filter levels. use 1 for everything but OP's, nil for the table with level numbers.
iMode = nil
tMode = {
Just a guess, I don't use the tMode :P
Title: Still not working...
Post by: NeoUltimicia on 20 October, 2004, 12:15:00
thanks blackwings for the hints, :) still, I have tried that before... didn't work...
(I did try again and got the "same" text you placed and tested again, didn't work - I tried different componations as well, no luck either)

EDITED:

Actually, this way worked:-- filter levels. use 1 for everything but OP's, nil for the table with level numbers.
iMode = nil
tMode = { [3] = 1, [-1] = 1 }
I was only testing $ConnectToMe ... so.. even using the above filter, the VIPs and OPs where still kicked out.. donnu why.. but I can handle that anyway.. at least it filtered some deflooding for VIPs
Title:
Post by: blackwings on 20 October, 2004, 17:53:33
QuoteOriginally posted by DKferret
Hi.

One question, why do people get kicked for this---10/19/04 22:11:58 - banned for using a search flooder!!, these are friends of mine and i know they are not using a search flooder...can i turn this part off?

Thanks for any help , i am using deflood 4.5.2

simple put a high number here, like 100(100=100 times during 20 seconds = 5 searches per second and if someone search that much, he must be using a search flooder)  =
-- max amount of the searches a user can do (flush interval is halved here).
iMaxSrch = 4
Title:
Post by: BoJlk on 20 October, 2004, 23:59:34
A little help...
[color=red]Syntax error: `for' table must be a table
stack traceback:
   1:  function `Main' at line 242 [file `...aX v0.330 build15.25\scripts\deflood v4.5.2.lua'][/color]

This Section originated the error?

-- starting up the script.
function Main()
   -- setting script mode.
   frmHub:EnableFullData(1)
   -- regging the bot.
   frmHub:RegBot(Bot)
   -- setting the timer.
   SetTimer(iFlushTime)
   StartTimer()
   -- pre-processing the description table.
   tDesc2 = {}
   for i,v in tDesc do
      local a = gsub(gsub(gsub(i, "-",""), "?", ""), " ","")
      a = strlower(a)
      tDesc2[a]=1
   end
   tDesc = nil
end

*** [edit]
It happened after i Restarted the Hub not after Restarting the Scripts

running: ProtaX v0.3.3.0 Build 15.25 [debug]

[For any compability issues: list of running scripts]
Bot Manager.lua
Cloned IP Alert.lua
deflood v4.5.2.lua
fakeshare.lua
HubTime v1.63.lua
RoboCopv8.0b.lua
Time+.lua
TimeOut v0.5.lua
Trivia-Ex v0.645.lua
User Cleaner.lua
userinfo.lua


Speacial Thanks to Blackwings You don't seem to have a patiance boundries!...
i can finelly remove "sorry for a dumb question" :) of every *post i'll make
Title:
Post by: blackwings on 21 October, 2004, 00:13:26
QuoteOriginally posted by BoJlk
A little help...
[color=red]Syntax error: `for' table must be a table
stack traceback:
   1:  function `Main' at line 242 [file `...aX v0.330 build15.25\scripts\deflood v4.5.2.lua'][/color]
This Section originated the error?

-- starting up the script.
function Main()
   -- setting script mode.
   frmHub:EnableFullData(1)
   -- regging the bot.
   frmHub:RegBot(Bot)
   -- setting the timer.
   SetTimer(iFlushTime)
   StartTimer()
   -- pre-processing the description table.
   tDesc2 = {}
   for i,v in tDesc do
      local a = gsub(gsub(gsub(i, "-",""), "?", ""), " ","")
      a = strlower(a)
      tDesc2[a]=1
   end
   tDesc = nil
end
line 242 is this one = local a = gsub(gsub(gsub(i, "-",""), "?", ""), " ","")but I think it should be =local a = gsub(gsub(gsub(i, "-",""), [COLOR=red]"<",[/COLOR] ""), " ","")this is just a guess, we might need to wait for plop
Title:
Post by: plop on 21 October, 2004, 06:51:54
QuoteOriginally posted by blackwings
QuoteOriginally posted by BoJlk
A little help...
[color=red]Syntax error: `for' table must be a table
stack traceback:
   1:  function `Main' at line 242 [file `...aX v0.330 build15.25\scripts\deflood v4.5.2.lua'][/color]
This Section originated the error?

-- starting up the script.
function Main()
   -- setting script mode.
   frmHub:EnableFullData(1)
   -- regging the bot.
   frmHub:RegBot(Bot)
   -- setting the timer.
   SetTimer(iFlushTime)
   StartTimer()
   -- pre-processing the description table.
   tDesc2 = {}
   for i,v in tDesc do
      local a = gsub(gsub(gsub(i, "-",""), " ", ""), " ","")
      a = strlower(a)
      tDesc2[a]=1
   end
   tDesc = nil
end
line 242 is this one = local a = gsub(gsub(gsub(i, "-",""), " ", ""), " ","")but I think it should be =local a = gsub(gsub(gsub(i, "-",""), [COLOR=red]"<",[/COLOR] ""), " ","")this is just a guess, we might need to wait for plop
nope, it should be that spacy looking thingy.
it's a -, and a space and a what some ppl call a ascii space.
the line above gives the error.
ptokax counts lines in c++ style, while nearly all lua editors count in human/lua style.
the 1st line on ptokax = 0.
on human/lua style the 1st line = 1.
the tDesc table is nil/empty.
redownload the script as it really works.

plop
Title:
Post by: imby on 23 October, 2004, 04:36:25
Syntax error: `for' table must be a table
stack traceback:
   1:  function `Main' at line 241 [file `...rograms - Games\Ptokax\scripts\deflood4.5.2.lua']



I'm getting a similar error. I just re-downloaded it and added it. how will that fix the problem? :S
Title:
Post by: plop on 24 October, 2004, 21:04:10
----------------------------------------------------------------------
-- V4.5.3
-----
-- fixed. error on the share check (index is nil).
-- added. warning on the search filter, starts on half the max amount.
-- added. level check on ConnectToMe, not checked levels are only disconnected.
-- added. level/name system on notifications.
-- changed. log file handling, new file every day.
-- changed. optimized the kick/ban routine a bit.
-- changed. cleaned up the config part. hope it's easyer to read now.
----------------------------------------------------------------------
and pls stop whining that the ConnectToMe or search filter are not working correct.
they both work like they should, it's the user/op who's making the errors.

plop
Title:
Post by: Dj_OcTaGoN on 30 October, 2004, 19:25:04
Hi!

Just changed to 4.5.3, changed floodchecking to unreg and reg profiles only. And set it to disconnect, not ban.
When tried searchflooding as OP i got banned 3 times without being disconnected (which should be right because set deflood to not check OPs<)
But when i tried as unreg i got this in PM
[19:18] got this when being unregged and searchflooding:
[19:18] [19:17] Stop flooding you fool : sdf
[19:17] This is your 1st warning. After 3 you will be banned!!
[19:17] This is warning number 2. After 3 you will be banned!!
[19:17] You have been warned!! You are now banned for flooding the hub!!
[19:17] Stop flooding you fool : sdf
[19:17] This is your 1st warning. After 3 you will be banned!!
[19:17] Stop flooding you fool : sdf
[19:17] This is your 1st warning. After 3 you will be banned!!
[19:17] This is warning number 2. After 3 you will be banned!!
[19:17] You have been warned!! You are now banned for flooding the hub!!
[19:17] Stop flooding you fool : ghj
[19:17] This is your 1st warning. After 3 you will be banned!!

But no disconnection..

cheers // Dj_OcTaGoN
Title:
Post by: plop on 31 October, 2004, 02:17:25
----------------------------------------------------------------------
-- V4.5.4
-----
-- fixed disconnect mode not working (thx CommanderKeen).
-- added filter for nemesis (thx some mystery guy).
----------------------------------------------------------------------
should fix your problem 2 Dj_OcTaGoN.

plop
Title:
Post by: Dj_OcTaGoN on 01 November, 2004, 11:14:31
Yeah it works great, thanx!

Now to another thing...Is it possible PtokaX can cause Deflood THINK users are searchflooding?
Lately in one of our hubs a lot of users including a lot of our OPs got banned for seachflooding...this have happened 3 times now.

This is about half of all users got banned (couldnt post all because too many carachters lol)

[2004-10-25 03:20] Private message from -OPChat-: <-OPChat-> livewire4276 - 69.139.201.75 - 10/25/04 03:17:43 - banned for using a search flooder!!
[2004-10-25 03:21] Private message from -OPChat-: <-OPChat-> ocean - 24.205.170.126 - 10/25/04 03:18:32 - banned for using a search flooder!!
[2004-10-25 03:21] Private message from -OPChat-: <-OPChat-> johnny - 81.59.166.232 - 10/25/04 03:18:48 - banned for using a search flooder!!
[2004-10-25 03:21] Private message from -OPChat-: <-OPChat-> [TDK]NowGoToYourRoom - 212.88.77.139 - 10/25/04 03:18:52 - banned for using a search flooder!!
[2004-10-25 03:21] Private message from -OPChat-: <-OPChat-> [psv][PL][ZwA]3sx - 80.53.129.202 - 10/25/04 03:19:17 - banned for using a search flooder!!
[2004-10-25 03:21] Private message from -OPChat-: <-OPChat-> rad - 217.70.52.143 - 10/25/04 03:19:23 - banned for using a search flooder!!
[2004-10-25 03:21] Private message from -OPChat-: <-OPChat-> [1mbit]Iceman[UTB] - 24.82.208.249 - 10/25/04 03:19:32 - banned for using a search flooder!!
[2004-10-25 03:21] Private message from -OPChat-: <-OPChat-> FEUER - 81.27.192.78 - 10/25/04 03:19:33 - banned for using a search flooder!!
[2004-10-25 03:21] Private message from -OPChat-: <-OPChat-> [UK]Nobby - 80.44.100.219 - 10/25/04 03:19:34 - banned for using a search flooder!!
[2004-10-25 03:21] Private message from -OPChat-: <-OPChat-> cable1mbdaggey - 82.38.48.210 - 10/25/04 03:19:36 - banned for using a search flooder!!
[2004-10-25 03:21] Private message from -OPChat-: <-OPChat-> Pearson - 70.48.236.7 - 10/25/04 03:19:37 - banned for using a search flooder!!
[2004-10-25 03:21] Private message from -OPChat-: <-OPChat-> Jonny - 217.215.56.52 - 10/25/04 03:19:46 - banned for using a search flooder!!
[2004-10-25 03:21] The Hubowner Jonny has left the Hub, See you Soon.
[2004-10-25 03:21] Private message from -OPChat-: <-OPChat-> daveiscoolman - 130.113.44.18 - 10/25/04 03:19:50 - banned for using a search flooder!!
[2004-10-25 03:23] Private message from -OPChat-: <-OPChat-> RoMIo0 - 62.135.87.54 - 10/25/04 03:20:58 - banned for using a search flooder!!
[2004-10-25 03:25] The Master jamppi has left the Hub, See you Soon.
[2004-10-25 03:25] Private message from -OPChat-: <-OPChat-> badmon - 24.155.12.136 - 10/25/04 03:22:42 - banned for using a search flooder!!
[2004-10-25 03:25] Private message from -OPChat-: <-OPChat-> jamppi - 83.233.254.71 - 10/25/04 03:23:06 - banned for using a search flooder!!
[2004-10-25 03:25] Private message from -OPChat-: <-OPChat-> minime - 81.64.134.65 - 10/25/04 03:23:18 - banned for using a search flooder!!
[2004-10-25 03:25] Private message from -OPChat-: <-OPChat-> [PL]anju - 83.31.38.34 - 10/25/04 03:23:18 - banned for using a search flooder!!
[2004-10-25 03:25] Private message from -OPChat-: <-OPChat-> WindinseinemHaar - 217.82.32.98 - 10/25/04 03:23:18 - banned for using a search flooder!!
[2004-10-25 03:25] Private message from -OPChat-: <-OPChat-> pitrson666 - 67.175.81.100 - 10/25/04 03:23:20 - banned for using a search flooder!!
[2004-10-25 03:26] Private message from -OPChat-: <-OPChat-> Holmo - 83.31.2.248 - 10/25/04 03:23:31 - banned for using a hub flooder!! (GetNickList flood)
[2004-10-25 03:26] Private message from -OPChat-: <-OPChat-> yamenkin - 151.38.109.45 - 10/25/04 03:23:58 - banned for using a search flooder!!
[2004-10-25 03:26] Private message from -OPChat-: <-OPChat-> lov3er224422 - 217.17.249.104 - 10/25/04 03:24:00 - banned for using a search flooder!!
[2004-10-25 03:26] Private message from -OPChat-: <-OPChat-> Mane - 80.186.73.2 - 10/25/04 03:24:16 - banned for using a search flooder!!
[2004-10-25 03:27] Private message from -OPChat-: <-OPChat-> (100mbit)Rage(uk) - 81.104.63.213 - 10/25/04 03:24:34 - banned for using a search flooder!!
[2004-10-25 03:27] Private message from -OPChat-: <-OPChat-> [cable]Demzer - 68.147.165.139 - 10/25/04 03:24:40 - banned for using a search flooder!!
[2004-10-25 03:28] Private message from -OPChat-: <-OPChat-> Drahcir - 24.20.58.169 - 10/25/04 03:25:56 - banned for using a search flooder!!
[2004-10-25 03:28] Private message from -OPChat-: <-OPChat-> justinc - 212.187.110.106 - 10/25/04 03:26:40 - banned for using a hub flooder!! (GetNickList flood)
[2004-10-25 03:30] Private message from -OPChat-: <-OPChat-> Köpensnabbdata - 213.112.205.14 - 10/25/04 03:27:10 - banned for using a hub flooder!! (GetNickList flood)
[2004-10-25 03:30] Private message from -OPChat-: <-OPChat-> JeppeDK - 80.62.1.185 - 10/25/04 03:27:11 - banned for using a hub flooder!! (GetNickList flood)
[2004-10-25 03:30] Private message from -OPChat-: <-OPChat-> Horsetheif - 24.21.255.14 - 10/25/04 03:28:12 - banned for using a search flooder!!
[2004-10-25 03:30] Private message from -OPChat-: <-OPChat-> Itzmu - 81.175.128.235 - 10/25/04 03:28:15 - banned for using a search flooder!!
[2004-10-25 03:30] Private message from -OPChat-: <-OPChat-> [psv]Luc3k - 217.172.228.54 - 10/25/04 03:28:16 - banned for using a search flooder!!
[2004-10-25 03:30] Private message from -OPChat-: <-OPChat-> firebatx6 - 66.57.47.0 - 10/25/04 03:28:18 - banned for using a search flooder!!
[2004-10-25 03:32] Private message from -OPChat-: <-OPChat-> [Telia]Pelle - 217.208.49.87 - 10/25/04 03:29:03 - banned for using a hub flooder!! (GetNickList flood)
[2004-10-25 03:32] Private message from -OPChat-: <-OPChat-> bornlow - 65.60.145.222 - 10/25/04 03:29:45 - banned for using a search flooder!!
[2004-10-25 03:32] Private message from -OPChat-: <-OPChat-> [BBB]SweRoz - 83.226.129.91 - 10/25/04 03:29:50 - banned for using a search flooder!!
[2004-10-25 03:32] Private message from -OPChat-: <-OPChat-> [VIP]Master - 82.182.110.36 - 10/25/04 03:30:08 - banned for using a search flooder!!
[2004-10-25 03:32] Private message from -OPChat-: <-OPChat-> Lordm - 80.213.2.210 - 10/25/04 03:30:12 - banned for using a hub flooder!! (GetNickList flood)
[2004-10-25 03:32] Private message from -OPChat-: <-OPChat-> kimya - 193.11.236.225 - 10/25/04 03:30:12 - banned for using a hub flooder!! (GetNickList flood)
[2004-10-25 03:32] Private message from -OPChat-: <-OPChat-> Ghettodick - 62.216.15.2 - 10/25/04 03:30:12 - banned for using a hub flooder!! (GetNickList flood)
[2004-10-25 03:32] Private message from -OPChat-: <-OPChat-> Nick - 80.202.224.199 - 10/25/04 03:30:12 - banned for using a hub flooder!! (GetNickList flood)
[2004-10-25 03:32] Private message from -OPChat-: <-OPChat-> fiskebutikk - 213.161.188.187 - 10/25/04 03:30:16 - banned for using a search flooder!!
[2004-10-25 03:32] Private message from -OPChat-: <-OPChat-> jospa - 142.166.198.233 - 10/25/04 03:30:25 - banned for using a search flooder!!
[2004-10-25 03:33] Private message from -OPChat-: <-OPChat-> IWasBornInTheGhetto - 217.215.133.112 - 10/25/04 03:30:36 - banned for using a hub flooder!! (GetNickList flood)
[2004-10-25 03:33] Private message from -OPChat-: <-OPChat-> RockMan - 81.152.187.209 - 10/25/04 03:30:36 - banned for using a hub flooder!! (GetNickList flood)
[2004-10-25 03:33] Private message from -OPChat-: <-OPChat-> DJ.BEKK - 69.193.176.186 - 10/25/04 03:30:36 - banned for using a hub flooder!! (GetNickList flood)
[2004-10-25 03:33] Private message from -OPChat-: <-OPChat-> jensan - 194.16.63.212 - 10/25/04 03:30:36 - banned for using a hub flooder!! (GetNickList flood)
[2004-10-25 03:33] Private message from -OPChat-: <-OPChat-> [0.5mbit]wie - 81.226.65.180 - 10/25/04 03:30:36 - banned for using a hub flooder!! (GetNickList flood)
[2004-10-25 03:33] Private message from -OPChat-: <-OPChat-> Evisubertje - 82.156.148.96 - 10/25/04 03:30:37 - banned for using a hub flooder!! (GetNickList flood)
[2004-10-25 03:33] Private message from -OPChat-: <-OPChat-> [BBB]snippen - 213.113.198.180 - 10/25/04 03:30:37 - banned for using a hub flooder!! (GetNickList flood)
[2004-10-25 03:33] Private message from -OPChat-: <-OPChat-> [ClubZone][BBB]Islandmixer - 68.5.214.116 - 10/25/04 03:30:52 - banned for using a search flooder!!
[2004-10-25 03:33] Private message from -OPChat-: <-OPChat-> caynik - 24.33.73.44 - 10/25/04 03:30:52 - banned for using a search flooder!!
[2004-10-25 03:33] Private message from -OPChat-: <-OPChat-> ub6ib9 - 69.158.76.184 - 10/25/04 03:30:56 - banned for using a search flooder!!
[2004-10-25 03:33] Private message from -OPChat-: <-OPChat-> xDonkey_User - 80.8.16.107 - 10/25/04 03:31:10 - banned for using a hub flooder!! (GetNickList flood)
[2004-10-25 03:33] Private message from -OPChat-: <-OPChat-> îìàå_ëàï_àú_äùí_ùìëí - 82.80.60.36 - 10/25/04 03:31:10 - banned for using a hub flooder!! (GetNickList flood)
[2004-10-25 03:33] Private message from -OPChat-: <-OPChat-> halle - 213.89.208.49 - 10/25/04 03:31:10 - banned for using a hub flooder!! (GetNickList flood)
[2004-10-25 03:33] Private message from -OPChat-: <-OPChat-> srool - 81.218.165.43 - 10/25/04 03:31:10 - banned for using a hub flooder!! (GetNickList flood)
[2004-10-25 03:33] Private message from -OPChat-: <-OPChat-> [DK]Dexter_In_Da_Haus - 80.197.110.185 - 10/25/04 03:31:10 - banned for using a hub flooder!! (GetNickList flood)
[2004-10-25 03:33] Private message from -OPChat-: <-OPChat-> Jac24 - 24.150.112.182 - 10/25/04 03:31:21 - banned for using a search flooder!!
[2004-10-25 03:33] Private message from -OPChat-: <-OPChat-> miyendiz - 85.96.82.41 - 10/25/04 03:31:27 - banned for using a hub flooder!! (GetNickList flood)
[2004-10-25 03:33] Private message from -OPChat-: <-OPChat-> [psv]Joker - 83.16.4.66 - 10/25/04 03:31:32 - banned for using a hub flooder!! (GetNickList flood)
[2004-10-25 03:33] Private message from -OPChat-: <-OPChat-> geriatricnerd - 70.24.121.10 - 10/25/04 03:31:49 - banned for using a search flooder!!
[2004-10-25 03:34] Private message from -OPChat-: <-OPChat-> nightfirez - 69.193.28.120 - 10/25/04 03:31:54 - banned for using a hub flooder!! (GetNickList flood)
[2004-10-25 03:34] Private message from -OPChat-: <-OPChat-> uyi - 193.150.242.12 - 10/25/04 03:31:54 - banned for using a hub flooder!! (GetNickList flood)
[2004-10-25 03:45] Private message from -OPChat-: <-OPChat-> [sunet]REV600 - 194.103.219.214 - 10/25/04 03:42:24 - banned for using a search flooder!!
[2004-10-25 03:47] Private message from -OPChat-: <-OPChat-> Roach - 24.231.25.170 - 10/25/04 03:45:21 - banned for using a search flooder!!
[2004-10-25 03:57] Private message from -OPChat-: <-OPChat-> MEDMAN - 213.249.237.68 - 10/25/04 03:54:28 - banned for using a hub flooder!! (fake nick version)|

cheers // Dj_OcTaGoN
Title:
Post by: Meka][Meka on 01 November, 2004, 13:53:49
QuoteOriginally posted by plop
----------------------------------------------------------------------
-- V4.5.4
-----
-- added filter for nemesis (thx some mystery guy).
----------------------------------------------------------------------


funny thing is, i dont see any fix for nemesis....
Title:
Post by: plop on 01 November, 2004, 17:10:19
QuoteOriginally posted by Meka][Meka
QuoteOriginally posted by plop
----------------------------------------------------------------------
-- V4.5.4
-----
-- added filter for nemesis (thx some mystery guy).
----------------------------------------------------------------------


funny thing is, i dont see any fix for nemesis....
thats the name i guessed from the msg shown in the chat.
why don't you send/show me nemesis and give the right name for the flooder i fixed.

plop
Title:
Post by: plop on 01 November, 2004, 17:13:23
QuoteOriginally posted by Dj_OcTaGoN
Yeah it works great, thanx!

Now to another thing...Is it possible PtokaX can cause Deflood THINK users are searchflooding?
Lately in one of our hubs a lot of users including a lot of our OPs got banned for seachflooding...this have happened 3 times now.

cheers // Dj_OcTaGoN
search for iMaxSrch = 4
and increase it a bit.
i have a small  hub with no dowloads so it was a bit of a guess 2 put in on 4.

plop
Title:
Post by: Meka][Meka on 02 November, 2004, 02:20:20
QuoteOriginally posted by plop
QuoteOriginally posted by Meka][Meka
QuoteOriginally posted by plop
----------------------------------------------------------------------
-- V4.5.4
-----
-- added filter for nemesis (thx some mystery guy).
----------------------------------------------------------------------


funny thing is, i dont see any fix for nemesis....
thats the name i guessed from the msg shown in the chat.
why don't you send/show me nemesis and give the right name for the flooder i fixed.

plop

ok paste what the flood looked like, and what u did to fix it, and maybe i can help u out ;)
Title:
Post by: blackwings on 02 November, 2004, 21:23:58
One of my Ops got banned for using a hub flooder when she didn't, can you check for a possible bug in the "fake nick version" check?

Emily - 217.215.***.** - 11/02/04 21:08:02 - banned for using a hub flooder!! (fake nick version)
Title:
Post by: plop on 02 November, 2004, 21:46:33
QuoteOriginally posted by blackwings
One of my Ops got banned for using a hub flooder when she didn't, can you check for a possible bug in the "fake nick version" check?

Emily - 217.215.***.** - 11/02/04 21:08:02 - banned for using a hub flooder!! (fake nick version)
how about a wrong raw command on her side?

plop
Title:
Post by: blackwings on 04 November, 2004, 14:07:35
hmm, it does seem to be a bug in the fake nick check., because now two users that didn't use a hubflooder.
I noticed one thing that at the same time they got banned for fake nick flooder, they also got kicked by RoboCop for advertising.
And it wasn't a adress is a spam message, both time these two users chatted in the main chat and was just
mentioning the adress(I was reading the chat both times when it happend). So Now I'm thinking if there is some kind of conflict
between RoboCop and deflood? I don't really care if advertiser get banned, but it is a bug and you should take a look on it.
Title:
Post by: plop on 05 November, 2004, 07:00:18
QuoteOriginally posted by blackwings
hmm, it does seem to be a bug in the fake nick check., because now two users that didn't use a hubflooder.
I noticed one thing that at the same time they got banned for fake nick flooder, they also got kicked by RoboCop for advertising.
And it wasn't a adress is a spam message, both time these two users chatted in the main chat and was just
mentioning the adress(I was reading the chat both times when it happend). So Now I'm thinking if there is some kind of conflict
between RoboCop and deflood? I don't really care if advertiser get banned, but it is a bug and you should take a look on it.
can you try running some other script for a week or so, so we can find out if it's deflood or RC.
it's all a bit weird as i never heared other ppl complain about this.

plop
Title:
Post by: blackwings on 09 November, 2004, 07:01:09
can't do that at the moment, my hub is in a sensitive state now and I don't want to start messing around with new scripts.

anyway plop, could you add this one to the bad tag list? = ']['??M?LiT?

And there seem to be also a new spam hub flooder, one thin it is it spams the main chat, deflood spam protection kicks in, but I think this need to be checked anyway.

EDIT: does your script descriptionsaver.lua(the script that logs new hub flooders) slow down the hub?
Title:
Post by: plop on 09 November, 2004, 17:28:40
QuoteOriginally posted by blackwings
can't do that at the moment, my hub is in a sensitive state now and I don't want to start messing around with new scripts.

anyway plop, could you add this one to the bad tag list? = ']['??M?LiT?

And there seem to be also a new spam hub flooder, one thin it is it spams the main chat, deflood spam protection kicks in, but I think this need to be checked anyway.

EDIT: does your script descriptionsaver.lua(the script that logs new hub flooders) slow down the hub?
change line 434, remove the "owned you".
deflood slows the hub down a lot more, as it uses fulldata mode.
there are several new flooders, but there's also a new deflood on the way.
yesterday i started on deflood 5.0 and it works different but more effective.
i'm still in doubt about a couple parts which should be added and i'm gone need some folks who dare 2 help me tweak it.
every1 willing 2 help me on this can send me an email and i'll inform them how they can get there hands on it.

plop
Title:
Post by: blackwings on 09 November, 2004, 20:34:06
QuoteOriginally posted by plop
change line 434, remove the "owned you".
deflood slows the hub down a lot more, as it uses fulldata mode.
there are several new flooders, but there's also a new deflood on the way.
yesterday i started on deflood 5.0 and it works different but more effective.
i'm still in doubt about a couple parts which should be added and i'm gone need some folks who dare 2 help me tweak it.
every1 willing 2 help me on this can send me an email and i'll inform them how they can get there hands on it.

plop
I have a hub with about 100 user and I have a fast internet connection, will I notice anything at all if I use the descriptionsaver?

and the thing with helping you tweak the new deflood 5.0, in what way did you had in mind that people could help you?
Title:
Post by: plop on 09 November, 2004, 23:07:12
QuoteOriginally posted by blackwings
I have a hub with about 100 user and I have a fast internet connection, will I notice anything at all if I use the descriptionsaver?
depends on your server/hdd.
but it's not much of a load.
QuoteOriginally posted by blackwings
and the thing with helping you tweak the new deflood 5.0, in what way did you had in mind that people could help you?
there are several settings which need 2 be checked, i just made guesses here.
as my hub isn't public and on top of that allready secured by ppk, i 1st of all have no need 2 run deflood and 2nd it wouldn't do anything because of the fixes inside ptokax.
the tests should be on normal use without flooders and flooding with users in the hub.
this goes for tiny hub's 2 as big as possible.
and quiet hubs to hub's with ppl who can't stop talking.
basicly all types of hub's possible.
pref trying as many different hub flooders as possible (i don't any supply flooders).
it shouldn't be a problem if you wanna help but don't have any flooders, i hope the other testers who have are willing 2 help here.

plop
Title:
Post by: blackwings on 10 November, 2004, 01:10:27
QuoteOriginally posted by plop
QuoteOriginally posted by blackwings
I have a hub with about 100 user and I have a fast internet connection, will I notice anything at all if I use the descriptionsaver?
depends on your server/hdd.
but it's not much of a load.
I have =
AMD XP2400+ 2.0GHz
512 MB DDR(266Mhz)
Windows XP
Seagate Barracuda 7200.7 120GB 7200RPM UATA/100 8.5ms 25dB 8MB
10Mbit dl & ul speed

so with that hardware, fast internet connection, only about 100 users, will I notice anything? Like few extra second to login, small lag in mainchat etc?
Title:
Post by: bastya_elvtars on 10 November, 2004, 01:49:38
QuoteSeagate Barracuda 7200.7 120GB 7200RPM UATA/100 8.5ms 25dB 8MB

brrrrrrrr  :D
Title:
Post by: blackwings on 10 November, 2004, 06:12:00
QuoteOriginally posted by bastya_elvtars
QuoteSeagate Barracuda 7200.7 120GB 7200RPM UATA/100 8.5ms 25dB 8MB
brrrrrrrr  :D
I know that SATA or SCSI are faster, but mine is ok for a UATA :P
Title:
Post by: blackwings on 14 November, 2004, 06:34:52
I got this error message from your descriptionsaver.lua script =
Syntax error: `for' table must be a table
stack traceback:
   1:  function `save' at line 15 [file `C:\ptokax\scripts\descriptionsaver.lua']
   2:  function `DataArrival' at line 36 [file `C:\ptokax\scripts\descriptionsaver.lua']

Syntax error: attempt to index global `HugeTable' (a nil value)
stack traceback:
   1:  function `DataArrival' at line 26 [file `C:\ptokax\scripts\descriptionsaver.lua']

I also use "deflood4.5.4"
Title:
Post by: plop on 14 November, 2004, 10:32:40
QuoteOriginally posted by blackwings
I got this error message from your descriptionsaver.lua script =
Syntax error: `for' table must be a table
stack traceback:
   1:  function `save' at line 15 [file `C:\ptokax\scripts\descriptionsaver.lua']
   2:  function `DataArrival' at line 36 [file `C:\ptokax\scripts\descriptionsaver.lua']

Syntax error: attempt to index global `HugeTable' (a nil value)
stack traceback:
   1:  function `DataArrival' at line 26 [file `C:\ptokax\scripts\descriptionsaver.lua']

I also use "deflood4.5.4"
there should be some newer version on my site, but currently i rather have you run the alpha of deflood 5.
so far it kills all flooders i have without using any description.
but i'll check things out, and i know i have a even newer version which isn't on my site yet.

plop
Title:
Post by: blackwings on 14 November, 2004, 11:08:24
QuoteOriginally posted by plop
there should be some newer version on my site, but currently i rather have you run the alpha of deflood 5.
so far it kills all flooders i have without using any description.
but i'll check things out, and i know i have a even newer version which isn't on my site yet.

plop
Is the alpha version "stable" enough? I mean so it won't ban everyone, create connection/login problems or making the hub very slow? If it is stable, than I could help you tweak the deflood 5.0.
Title:
Post by: plop on 14 November, 2004, 19:20:55
QuoteOriginally posted by blackwings
Is the alpha version "stable" enough? I mean so it won't ban everyone, create connection/login problems or making the hub very slow? If it is stable, than I could help you tweak the deflood 5.0.
it's lighter 2 run, works faster, smaller.
but the danger comes from the tweaking, if you make those settings 2 open it could indeed ban the whole hub.
but the way i have it running i couldn't get myself banned from a dc++ client.
with deflood 4.x this was easy 2 do.

plop
Title:
Post by: blackwings on 15 November, 2004, 01:02:22
QuoteOriginally posted by plop
it's lighter 2 run, works faster, smaller.
but the danger comes from the tweaking, if you make those settings 2 open it could indeed ban the whole hub.
but the way i have it running i couldn't get myself banned from a dc++ client.
with deflood 4.x this was easy 2 do.

plop
hmm, if you can set the proper settings (so the script won't ban everyone), you can send the deflood 5.0 alpha to me in PM, or maybe email me. then i can help you with tweaking the script
Title:
Post by: imby on 22 November, 2004, 23:38:46
hello, how can i get it to stop spamming my chat logs?

[21:48] <-OPChat-> [Reg]Fxxxxxxxxx - 62.16.xxx.148 - 11/22/04 21:48:33 - time banned for a wrong ip in the $ConnectToMe, but this could be a hub flooder!! (bad/fake ConnectToMe)
[21:50] <-OPChat-> [Reg]Fxxxxxxxxx - 62.16.xxx.148 - 11/22/04 21:50:44 - time banned for a wrong ip in the $ConnectToMe, but this could be a hub flooder!! (bad/fake ConnectToMe)
[21:53] <-OPChat-> [Reg]Fxxxxxxxxx - 62.16.xxx.148 - 11/22/04 21:53:04 - time banned for a wrong ip in the $ConnectToMe, but this could be a hub flooder!! (bad/fake ConnectToMe)
[21:55] <-OPChat-> [Reg]Fxxxxxxxxx - 62.16.xxx.148 - 11/22/04 21:55:08 - time banned for a wrong ip in the $ConnectToMe, but this could be a hub flooder!! (bad/fake ConnectToMe)
[21:57] <-OPChat-> [Reg]Fxxxxxxxxx - 62.16.xxx.148 - 11/22/04 21:57:23 - time banned for a wrong ip in the $ConnectToMe, but this could be a hub flooder!! (bad/fake ConnectToMe)
[21:59] <-OPChat-> [Reg]Fxxxxxxxxx - 62.16.xxx.148 - 11/22/04 21:59:33 - time banned for a wrong ip in the $ConnectToMe, but this could be a hub flooder!! (bad/fake ConnectToMe)
[22:01] <-OPChat-> [Reg]Fxxxxxxxxx - 62.16.xxx.148 - 11/22/04 22:01:48 - time banned for a wrong ip in the $ConnectToMe, but this could be a hub flooder!! (bad/fake ConnectToMe)
[22:04] <-OPChat-> [Reg]Fxxxxxxxxx - 62.16.xxx.148 - 11/22/04 22:04:00 - time banned for a wrong ip in the $ConnectToMe, but this could be a hub flooder!! (bad/fake ConnectToMe)
[22:06] <-OPChat-> [Reg]Fxxxxxxxxx - 62.16.xxx.148 - 11/22/04 22:06:20 - time banned for a wrong ip in the $ConnectToMe, but this could be a hub flooder!! (bad/fake ConnectToMe)
[22:08] <-OPChat-> [Reg]Fxxxxxxxxx - 62.16.xxx.148 - 11/22/04 22:08:39 - time banned for a wrong ip in the $ConnectToMe, but this could be a hub flooder!! (bad/fake ConnectToMe)
[22:10] <-OPChat-> [Reg]Fxxxxxxxxx - 62.16.xxx.148 - 11/22/04 22:10:59 - time banned for a wrong ip in the $ConnectToMe, but this could be a hub flooder!! (bad/fake ConnectToMe)
[22:12] <-OPChat-> [Reg]Fxxxxxxxxx - 62.16.xxx.148 - 11/22/04 22:12:04 - time banned for a wrong ip in the $ConnectToMe, but this could be a hub flooder!! (bad/fake ConnectToMe)

^ every two minutes from the same user/ip. only seems to disconnect them. this is how it is set up:

----------------------------------------------------------------------
--                 Config part.
----------------------------------------------------------------------

----------------------------------------------------------------------
---- name of the bot.
Bot = "[Security]"
----------------------------------------------------------------------

----------------------------------------------------------------------
---- maximum msg's stored from the user.
iMaxStored = 6
----------------------------------------------------------------------

----------------------------------------------------------------------
---- maximum amount of warnings before it bans for chat flooding.
iMaxWarn = 3
----------------------------------------------------------------------

----------------------------------------------------------------------
---- location/name of the log file.
fFile = "flood.log"
fFolder = "logs"
----------------------------------------------------------------------

----------------------------------------------------------------------
---- filter levels. use 1 for everything but OP's, nil for the table with level numbers.
iMode = 1
tMode = { [-1] = 1 }
----------------------------------------------------------------------

----------------------------------------------------------------------
------- do what to flooders.
---- use nil for disconnect, 1 for a kick, 2 for a ban, 3 for a tempban, 4 for a timeban.
iKill = 4
---- if timeban then how many minutes.
iTimeBan = 15
---- time the tempban on bad IP's in the dc active setup should last
---- (don't make it 2 long, mostly this check hits on bad settings but it could be a flooder
---- but keep it above 5 so the automatic reconnect from dc++ doesn't make it flood your opchat/logs).
iConnect = 10
----------------------------------------------------------------------

----------------------------------------------------------------------
---- maximum amount of times an ip can connect per xx seconds (table flush timer).
iMaxCon = 5
----------------------------------------------------------------------

----------------------------------------------------------------------
---- the table for banning by description (["search string"] = number).
tDesc = {
["Ruri_Ruri"]=1,
["R u r i_ R u r i "]=2,
["TEAMELITE"]=3,
["F8X0R"]=4,
["KNUCKLES"]=5,
["OPZONE"]=6,
["K-N-U-C-K-L-E-S"]=7,
["Meka_Meka"]=8,
["O-M-E-G-A"]=9,
["OMEGA"]=10,
["HaX0R"]=11,
["HaXOR"]=12,
["Anime&Music"]=13
}
----------------------------------------------------------------------

----------------------------------------------------------------------
---- name of the opchat so the output of this script shows up there instead of it's own window.
---- comment this for own window (aka place -- before it like this text has).
sOpchat = "-OPChat-"  -- fill in the name here if you use a scripted opchat.
--sOpchat = frmHub:GetOpChatName()     -- uncomment this and make the above a comment if you use the ptokax build-in opchat.
--sOpchat = nil    ---- uncomment this if you want deflood to show the notification in it's own window.
----------------------------------------------------------------------

----------------------------------------------------------------------
---- table with user levels or names of seperate users which should see the notifications from defloods kicks/bans.
tNotUs = nil -- uncomment this for the old style (all op's)
tNotUs = {
   ["Dissection"] = 1 -- name of the user.
}
----------------------------------------------------------------------

----------------------------------------------------------------------
---- filter away msg's (use nil to disable, 1 to enable).
AWAY = 1
----------------------------------------------------------------------

----------------------------------------------------------------------
---- don't check the next IP's on fake $ConnectToMe's.
---- (for hub owners who are behind a NAT router)
tIPs = {
["127.0.0.1"] = 1,
["127.0.0.2"] = 1
}
----------------------------------------------------------------------

----------------------------------------------------------------------
---- known bad shares from flooders.
tBadShare = {
[166430355311] = 1,
[715112427375] = 2,
[24772828362] = 3,
[74324433643] = 4
}
----------------------------------------------------------------------

----------------------------------------------------------------------
---- max amount of times someone can do $GetNickList before deflood treads it as a flooder.
iMaxGetNick = 5
----------------------------------------------------------------------

----------------------------------------------------------------------
---- max amount of the searches a user can do (flush interval is halved here).
iMaxSrch = 4
----------------------------------------------------------------------

----------------------------------------------------------------------
---- explain the script what seconds, minutes, hours and day's are.
iSec = 1000
iMin = 60 * iSec
iHour = 60 * iMin
iDay = 24 * iHour
----------------------------------------------------------------------

----------------------------------------------------------------------
---- time between table flushes.
---- 10 * sec == 10 sec memory
---- 2 * hour == 2 hour memory
iFlushTime = 10 * iSec
----------------------------------------------------------------------

----------------------------------------------------------------------

Am using 4.5.4
Title:
Post by: QuikThinker on 23 November, 2004, 00:11:45
Get the dickhead 2 put the correct ip in the ip box or ban the ip temporarily.
Title:
Post by: blackwings on 23 November, 2004, 00:30:37
QuoteOriginally posted by QuikThinker
Get the dickhead 2 put the correct ip in the ip box or ban the ip temporarily.
Sure, the user should be told to put the correct IP in the active mode box, but it seems like you didn't notice the real problem
behind the spam in the op chat. The pronlem is that even if he has "iTimeBan = 15" (he has chosen to use timeban
when deflood kicks), the user get back every 2nd/3rd minutes, which is like standard auto reconnect by DC++.
So I agree that something is wierd with the "ByeBye" function in deflood, because it seems just to disconnect,
even if the timeban is chosen.
Title:
Post by: plop on 24 November, 2004, 23:58:34
the user should indeed read the pm deflood sends.
but iTimeBan isn't used on the CTM filter, it's iConnect.
that it keeps sending that msg might be caused by the full data mode deflood runs in, but never tested this.
but you can easely make it stop spamming your opchat, just let deflood use it's own window.


@blackwings: the default settings are safe, the danger comes from tweaking.

@every1 willing 2 help testing deflood 5.0, send an email 2 lua@plop.nl and i'll tell you how you can get your hands on it.
i really need ppl who help me with this, i can't do it on my testhub.

plop
Title:
Post by: imby on 25 November, 2004, 00:31:24
the user(s) indeed should, but let's face it. a lot don't.


it's in it's own window. just after a week or so it gets excessive and more difficult to read :)


Couldn't one (me) just stick 'user:TempBan()' for every 'user:Disconnect()' / 'user:TimeBan(iConnect)' to solve this in i assume this part of the script:

  user:SendPM(Bot, "You have the wrong IP in the active settings from your DC client!!\r\n"..
"You have set it to "..ip..", the IP you should have set it on is: "..user.sIP..".\r\n"..
"For Safety reasons you are now banned for "..iConnect.." minutes\r\n"..
"For more info about how to setup active mode you should look at the next website's:\r\n"..
"Default router setup manual: --->  [URL]http://www.plop.nl/lua_tools/dc-active.zip\r\n[/URL]"..
"Specialized router manuals: ---> [URL]http://www.portforward.com\r\n[/URL]"..
"Official dc++ faq: ---> [URL]http://dcplusplus.sourceforge.net/faq/faq.php?display=faq&faqnr=11&catnr=2&prog=1&lang=en&onlynewfaq=1[/URL] |")
  msg = user.sName.." - "..user.sIP.." - "..date().." - time banned for a wrong ip in the $ConnectToMe, but this could be a hub flooder!! (bad/fake ConnectToMe)"
  StoreLog(user.sName, msg)
  if CheckLevel(user) then
if iKill then
  user:TimeBan(iConnect)
else
  user:Disconnect()
end
  else
user:Disconnect()
  end
else
  user:SendPM(Bot, "An IP contains 4 numbers seperated by 3 dots. Your correct IP is "..user.sIP.."|")
  user:Disconnect()
end
return 1
  end
end

I take it you only want those with a good scripting knowledge to help you test this out?
Title:
Post by: bastya_elvtars on 29 November, 2004, 19:10:10
now TGA main got flooded

deflood 5.0 alpha4 blocked these team elite f**ers successfully

gj plop
Title:
Post by: Meka][Meka on 29 November, 2004, 20:27:34
QuoteOriginally posted by bastya_elvtars
now TGA main got flooded

deflood 5.0 alpha4 blocked these team elite f**ers successfully

gj plop
oh yeh blocked so well that u have 7000+ users and

* Santa DEFLOOD IS SHIT!
* Santa HEH
* Santa ']['?AM?LiT?
* Santa DEFLOOD IS SHIT!
* Santa HEH
Santa is having a deep minded monologue!
* Santa ']['?AM?LiT?
* Santa DEFLOOD IS SHIT!
* Santa HEH
* Santa ']['?AM?LiT?
* Santa DEFLOOD IS SHIT!
* Santa HEH
Santa is having a deep minded monologue!
* Santa ']['?AM?LiT?
* Santa DEFLOOD IS SHIT!
* Santa HEH
* Santa ']['?AM?LiT?
* Santa DEFLOOD IS SHIT!


Lots of this ;D


compliments of nemesis ;-) (for plop)
Title:
Post by: Cypher on 29 November, 2004, 20:47:17
LOL looks like deflood stopped that doesn't it :P :D
Title:
Post by: Ruri_Ruri on 29 November, 2004, 21:54:06
lol... thing with deflood is.... plop mods it, we make new progs, plop mods again, we make more progs.... its a continous cycle... who will give up first....

we are pretty damn persistant ;)
Title:
Post by: plop on 29 November, 2004, 22:37:55
QuoteOriginally posted by Meka][Meka
QuoteOriginally posted by bastya_elvtars
now TGA main got flooded

deflood 5.0 alpha4 blocked these team elite f**ers successfully

gj plop
oh yeh blocked so well that u have 7000+ users and

* Santa DEFLOOD IS SHIT!
* Santa HEH
* Santa ']['?AM?LiT?
* Santa DEFLOOD IS SHIT!
* Santa HEH
Santa is having a deep minded monologue!
* Santa ']['?AM?LiT?
* Santa DEFLOOD IS SHIT!
* Santa HEH
* Santa ']['?AM?LiT?
* Santa DEFLOOD IS SHIT!
* Santa HEH
Santa is having a deep minded monologue!
* Santa ']['?AM?LiT?
* Santa DEFLOOD IS SHIT!
* Santa HEH
* Santa ']['?AM?LiT?
* Santa DEFLOOD IS SHIT!


Lots of this ;D


compliments of nemesis ;-) (for plop)
2 inform you of some minor background info, deflood wasn't running when you started flooding.

plop
Title:
Post by: Cypher on 29 November, 2004, 22:43:01
excuses happen when sumit doesnt work  8)  :D
Title:
Post by: plop on 29 November, 2004, 22:43:22
QuoteOriginally posted by Ruri_Ruri
lol... thing with deflood is.... plop mods it, we make new progs, plop mods again, we make more progs.... its a continous cycle... who will give up first....

we are pretty damn persistant ;)
that cycle might be on it's ending.
the new deflood 5 uses 1 routine 2 filter all your flooders.
not special routines per flooder based on action/descriptions like on deflood 4.

plop
Title:
Post by: plop on 29 November, 2004, 22:44:56
QuoteOriginally posted by Cypher
excuses happen when sumit doesnt work  8)  :D
well i wouldn't mind if he tryed again, just the network owner might not think the same.
it's a nice way 2 debug deflood.

plop
Title:
Post by: plop on 29 November, 2004, 22:57:24
Quote[23:08] YOU I love you guy's ARE ROCKIN WITH THE BEST
 
- [23:08] 22:57:30 - te-chaos - xxx.xxx.xxx.xxx - main chat flood
hey it works.

plop
Title:
Post by: Meka][Meka on 29 November, 2004, 23:01:22
QuoteOriginally posted by plop
Quote[23:08] YOU I love you guy's ARE ROCKIN WITH THE BEST
 
- [23:08] 22:57:30 - te-chaos - xxx.xxx.xxx.xxx - main chat flood
hey it works.

plop

huh? lol thats probby nem1 ;D leaked version unfortuanatle same for v2 now :/
Title:
Post by: plop on 29 November, 2004, 23:16:52
QuoteOriginally posted by Meka][Meka
QuoteOriginally posted by plop
Quote[23:08] YOU I love you guy's ARE ROCKIN WITH THE BEST
 
- [23:08] 22:57:30 - te-chaos - xxx.xxx.xxx.xxx - main chat flood
hey it works.

plop

huh? lol thats probby nem1 ;D leaked version unfortuanatle same for v2 now :/
so what do you think of version 5 ?

plop
Title:
Post by: bastya_elvtars on 29 November, 2004, 23:38:16
it was very nice that u banged on some open doors lol

you herores

btw at least you benchmarked my cpu LOL
Title:
Post by: Meka][Meka on 30 November, 2004, 00:59:25
QuoteOriginally posted by plop
QuoteOriginally posted by Meka][Meka
QuoteOriginally posted by plop
Quote[23:08] YOU I love you guy's ARE ROCKIN WITH THE BEST
 
- [23:08] 22:57:30 - te-chaos - xxx.xxx.xxx.xxx - main chat flood
hey it works.

plop

huh? lol thats probby nem1 ;D leaked version unfortuanatle same for v2 now :/
so what do you think of version 5 ?

plop

i will have few goes when u release it, nem2 aint finished yet, its also not been full tested, just nem1 attacked, anyways dats when can be bothered to busy with 'poweramp' atm ;D


btw sorry off topic but on the other post, u said ice is stuck in our 'network'

1: not a network
2: he can leave any time he wants

*as for the 'jokes' fair enough, sorry for the flood not used to jokes on flooding ;D end of topic for me*

-/M
Title:
Post by: Ale on 30 November, 2004, 02:02:37
Ploppppppppp release DeFlood 5 pleaseeeeeeeeeeeeeeeeeeeeeeee  :D
Title:
Post by: plop on 30 November, 2004, 02:11:17
QuoteOriginally posted by Meka][Meka i will have few goes when u release it, nem2 aint finished yet, its also not been full tested, just nem1 attacked, anyways dats when can be bothered to busy with 'poweramp' atm ;D


btw sorry off topic but on the other post, u said ice is stuck in our 'network'

1: not a network
2: he can leave any time he wants

*as for the 'jokes' fair enough, sorry for the flood not used to jokes on flooding ;D end of topic for me*

-/M
if manage 2 get past it inform me pls, and good luck with poweramp.
is it some kind of mp3 player ??

it felt 2 him like he was stuck.
respect him for leaving if he does.

you know i'm crazy, i hate 2 talk in a serious way when it can be done funny.

plop
Title:
Post by: plop on 30 November, 2004, 02:21:18
QuoteOriginally posted by Ale
Ploppppppppp release DeFlood 5 pleaseeeeeeeeeeeeeeeeeeeeeeee  :D
alpha 5 has been send out 2day.
i think i have added all options/features needed/requested.
it's just waiting 2 see if these last new things are proven 2 be working and setting the options correct for default usage.
here's the changelog 2 get an idea about it (yes i like 2 tease. lol).
------------------------------------------
---- alpha 1.
-- added mainchat filter.
-- added pm filter.
-- added GetNickList filter.
-- added search filter.
-- added fake/bad myinfo.
-- added reconnect filter.
-- added ConnectToMe filter.
----alpha 2.
-- added level check.
-- added cleaner.
----alpha 3.
-- added extra cleaner (sends out debug msg's).
-- some table redesign.
-- all messages which deflood sends are moved to the config file.
----alpha 4.
-- fixed bug on script restart causing a corrupted data file (thx -RICK-).
-- added description tag (can be disabled 2 save bandwidth).
-- the added cleaner seems 2 be working (the debug messages are still shown).
----alpha 5.
-- added system for action to take on killing the flooder (setting per filter).
-- changed iTempBan to a more logical iTimeBan.
-- added notification system (same style as deflood 4 but with main/pm option, or noting at all).
-- debug is extended a tiny bit and can be disabled.
------------------------------------------
---- 2 do list.
-- idea's ????.
------------------------------------------

plop
Title:
Post by: Ruri_Ruri on 30 November, 2004, 09:41:19
offtopic discussion... cuz im bored of this shit...

B( . )( . )BIES

:D:D:D
Title:
Post by: BoJlk on 30 November, 2004, 12:56:33
plop didn't you ever considered to make a GUI for your script?
Title:
Post by: Meka][Meka on 30 November, 2004, 14:07:57
QuoteOriginally posted by plop
QuoteOriginally posted by Meka][Meka i will have few goes when u release it, nem2 aint finished yet, its also not been full tested, just nem1 attacked, anyways dats when can be bothered to busy with 'poweramp' atm ;D


btw sorry off topic but on the other post, u said ice is stuck in our 'network'

1: not a network
2: he can leave any time he wants

*as for the 'jokes' fair enough, sorry for the flood not used to jokes on flooding ;D end of topic for me*

-/M
if manage 2 get past it inform me pls, and good luck with poweramp.
is it some kind of mp3 player ??

it felt 2 him like he was stuck.
respect him for leaving if he does.

you know i'm crazy, i hate 2 talk in a serious way when it can be done funny.

plop

ye mp3 player, similar to winamp, but shud be able to control absolutly everything from ini files and scripts, plugins etc by time im finished, will post add link in desc to a screenshot soon ;)
Title:
Post by: Ruri_Ruri on 30 November, 2004, 16:53:43
lolz... love ya sig meka :D
Title:
Post by: plop on 30 November, 2004, 17:06:04
QuoteOriginally posted by BoJlk
plop didn't you ever considered to make a GUI for your script?
i did but i find it extremly boring 2 make them.
but if any1 else if willing 2 do it for me then pls contact me.

plop
Title:
Post by: Meka][Meka on 30 November, 2004, 17:42:55
QuoteOriginally posted by plop
QuoteOriginally posted by BoJlk
plop didn't you ever considered to make a GUI for your script?
i did but i find it extremly boring 2 make them.
but if any1 else if willing 2 do it for me then pls contact me.

plop

want u want the GUI todo?
Title:
Post by: BoJlk on 30 November, 2004, 21:17:33
Nothing Fancy just to modify the growing number of setting that Deflood have. :)
Title:
Post by: plop on 01 December, 2004, 00:42:10
QuoteOriginally posted by Meka][Meka want u want the GUI todo?
sorry your a bit 2 late, hawk has nearly finished 1.
and it's exactly like bojlk suggest, simple layout.

plop
Title: Bug reports :(
Post by: MovieMaster on 01 December, 2004, 22:37:33
Syntax error: bad argument #1 to `gsub' (string expected, got nil)
stack traceback:
   1:  function `gsub' [C]
   2:  function `DataArrival' at line 377 [file `C:\0.330.b15.25.dbg\scripts\deflood4.5.1.lua']

Im using 4.5.4 now, but I wanted to report these syntax errors anyway.

Keep up the good work plop with deflood. Deflood are working great.
Title: V 5.0
Post by: HaNiBaL on 02 December, 2004, 10:05:13
Where can i get V5.0.

Ps.
Great Script.
Title:
Post by: BoJlk on 12 December, 2004, 22:28:04
There's no Deflood v5.0 (as far as i know)  ?(

But you can download the latests Deflood v4.5.4 (http://www.plop.nl/ptokaxbots/Plop/deflood4.5.4.lua)

*edit
plop btw how's the Deflood GUI going?
Title:
Post by: plop on 13 December, 2004, 01:58:17
QuoteOriginally posted by BoJlk
There's no Deflood v5.0 (as far as i know)  ?(

But you can download the latests Deflood v4.5.4 (http://www.plop.nl/ptokaxbots/Plop/deflood4.5.4.lua)

*edit
plop btw how's the Deflood GUI going?

there is a deflood 5.0 but it's still being developt.
and there are 2 way's 2 get the alpha's.
1) send me an email and i'll inform you how you can get it every update into your mailbox.
2) my share on the hub's i'm in.
this simply because it's not finished yet, but it does work great.
it beats version 4 by miles and that with only some simple filters, not all those specialyzed checks like 4 has.

questions about the gui are for hawk.
i got some early versions but i added and changed some things.
and i told him not 2 hurry, not all features are added yet.

plop
Title:
Post by: BoJlk on 13 December, 2004, 03:10:15
Quoteplop: "there is a deflood 5.0 but it's still being developt"
I stand corrected.  :]
 
Quoteplop: "questions about the gui are for hawk.
i got some early versions but i added and changed some things.
and i told him not 2 hurry, not all features are added yet"
But the GUI develompent is under your supervision?
Can i get a sample of the GUI even in his early development?
Title:
Post by: ??????Hawk?????? on 13 December, 2004, 03:30:38
heres some early pics of  the GUI..

Click Here (http://www.hawks-world.com/defloodGUI.JPG)
Title:
Post by: bastya_elvtars on 13 December, 2004, 03:40:42
QuoteOriginally posted by ??????Hawk??????
heres some early pics of  the GUI..

Click Here (http://www.hawks-world.com/defloodGUI.JPG)

damn hawk dont u wanna make a gui for LawMaker?

 :D  :D  :D
Title:
Post by: BoJlk on 13 December, 2004, 03:51:57
Quote??????Hawk??????
:
"early pics of the GUI.. "
Nice work... :]
Title:
Post by: BeeR on 13 December, 2004, 09:00:22
QuoteOriginally posted by bastya_elvtars
QuoteOriginally posted by ??????Hawk??????
heres some early pics of  the GUI..

Click Here (http://www.hawks-world.com/defloodGUI.JPG)

damn hawk dont u wanna make a gui for LawMaker?

 :D  :D  :D

WoW ,, looks great [[:
Title:
Post by: blackwings on 20 December, 2004, 07:21:13
by reading a request from madman about his funscript, I thought about something. Why don't you plop add a anti cmd flooder instead of just  have a anit !me flooding? but ofcourse cmd's like !kick, !kill and !banip etc shouldn't be exception from this function. This anti cmd function should like work like this = How many times a user/OP can use a command xx times under xx seconds.
Title:
Post by: Herodes on 20 December, 2004, 14:25:01
deflood 5 that is in beta stage atm is taking care of that ...
read up this thread to find out how you can get ur hands on it ..  ;)
Title:
Post by: Meka][Meka on 20 December, 2004, 17:42:50
ok after the ptokax liveupdate prog, some ppl pmed about deflood updater so heer we go

(http://te-mafia.net.ms/deflood/sa.JPG)

(http://te-mafia.net.ms/deflood/sb.JPG)

will post it as soon as i finish the settings file
Title:
Post by: BoJlk on 21 December, 2004, 09:26:51
Meka][Meka You're one hell've talented Dude!  :D
Title:
Post by: Meka][Meka on 21 December, 2004, 15:43:50
QuoteOriginally posted by BoJlk
Meka][Meka You're one hell've talented Dude!  :D

thanks bro  :D
Title:
Post by: kepp on 21 December, 2004, 16:08:36
Yup, you are, when actually doing something usefull
Title:
Post by: BoJlk on 21 December, 2004, 16:32:00
"i do beliave that the Dark side of DChub project should exict. because without it won't progress anywhere."
that's my opinion on the matter.
Title:
Post by: Ruri_Ruri on 21 December, 2004, 16:46:36
going back to how talented meka is... he is more than talented dude lol....

he is like the best progger ever :)
Title:
Post by: Meka][Meka on 22 December, 2004, 19:53:01
QuoteOriginally posted by Ruri_Ruri
going back to how talented meka is... he is more than talented dude lol....

he is like the best progger ever :)

lolllllllllllll well thanks bre :)))))))))))))))))))))))))))))))
Title:
Post by: ?rg on 27 December, 2004, 22:55:45
Hi plop,  Geart script ya got with deflood,  one thing ya might want to add in the text for internal ip's,  with my router the 127.0.0.1 or127.0.0.2 wouldn't work as-is, I addeed my actual internal ip 192.xxx.x.xxx .   Some other ppl might be having the same prob as me or it is a known prob an I missed the thread in here concerning this.  Also i had some of the sorry F**** in my hub last nite before I installed the script and got some new names for the script. I think Shar was gonna pm you with the updated names, I'd rather not post them here as I know they monitor this thread. Or you can find me in spawnpoint.no-ip.org:27015.  Thx  ?rg??
Title:
Post by: plop on 28 December, 2004, 01:07:19
QuoteOriginally posted by ?rg
Hi plop,  Geart script ya got with deflood,  one thing ya might want to add in the text for internal ip's,  with my router the 127.0.0.1 or127.0.0.2 wouldn't work as-is, I addeed my actual internal ip 192.xxx.x.xxx .   Some other ppl might be having the same prob as me or it is a known prob an I missed the thread in here concerning this.  Also i had some of the sorry F**** in my hub last nite before I installed the script and got some new names for the script. I think Shar was gonna pm you with the updated names, I'd rather not post them here as I know they monitor this thread. Or you can find me in spawnpoint.no-ip.org:27015.  Thx  ?rg??
i added the 127.0.0.2 on purpose.
there are 4 private ranges, i don't know which 1 you ppl are using.
so here for i added the last 1 to be changed by the you into your private ip.

shar should be on your way with a alpha release of deflood 5.

hope 2 send out the last alpha 2morrow, if there are no serious bug reports the next 1 whill be RC1 instead of alpha (this means a public test version).

plop
Title:
Post by: BoJlk on 06 January, 2005, 12:37:05
i need a suggestion:
i've defined to disconnect a user
------- do what to flooders.
-- use nil for disconnect, 1 for a kick, 2 for a ban, 3 for a tempban, 4 for a timeban.
iKill = 0
i don't want to ban a simple user that made a mistake
and he is not a flooder.
Anyway i got a user that disconnected every 2 minutes
and i get:
QuotePrivate message from OPChat: 07007 - 172.190.133.98 - 01/06/05 13:31:18 - banned for using a hub flooder!! (banned on nickname)
that's ennoying to see in a Mainchat every 2 minutes
is there settings to ban a user after x many times trying to connect.?
Title:
Post by: blackwings on 06 January, 2005, 13:46:15
BoJlk, if you check the code, you will see that the message sent to Ops is always the same, no matter what setting you have, So if you want people just to get disconnected, then you need to mannually change in the messages to disconnected
Title:
Post by: BoJlk on 06 January, 2005, 13:52:02
blackwings i'm not talkng about the Message
i meant that on the other side of the Nickname the user is gone and probobly didn't saw he's disconnected otherwise he would change it.
i mean isn't there settings to deside to ban a user after number of unsuccesfull connections...

/edit
Private message from OPChat: 07007 - 172.190.133.98 - 01/06/05 14:46:34 - banned for using a hub flooder!! (banned on nickname)
Private message from OPChat: 07007 - 172.190.133.98 - 01/06/05 14:48:40 - banned for using a hub flooder!! (banned on nickname)
Private message from OPChat: 07007 - 172.190.133.98 - 01/06/05 14:50:54 - banned for using a hub flooder!! (banned on nickname)
Private message from OPChat: 07007 - 172.190.133.98 - 01/06/05 14:53:06 - banned for using a hub flooder!! (banned on nickname)
you'll notice it's every 2 minutes...it's automatic DC's reconnect time
And i can't !ban him thru a RC...because he's not online.
Title:
Post by: blackwings on 06 January, 2005, 15:28:49
hmm, no  :P
Title:
Post by: BoJlk on 06 January, 2005, 17:14:15
ok, theres this section of the Script:
-- maximum amount of times an ip can connect per xx seconds (table flush timer).
iMaxCon = 5
wich kick/bans (i don't remember) user for amount of connection in interval of time.
if i'll change it to two minutes, then Reconnection flooding will be desabled.
I'm lost, can anyone help.
Title:
Post by: plop on 06 January, 2005, 18:19:13
QuoteOriginally posted by BoJlk
i need a suggestion:
i've defined to disconnect a user
------- do what to flooders.
-- use nil for disconnect, 1 for a kick, 2 for a ban, 3 for a tempban, 4 for a timeban.
iKill = 0
i don't want to ban a simple user that made a mistake
and he is not a flooder.
Anyway i got a user that disconnected every 2 minutes
and i get:
QuotePrivate message from OPChat: 07007 - 172.190.133.98 - 01/06/05 13:31:18 - banned for using a hub flooder!! (banned on nickname)
that's ennoying to see in a Mainchat every 2 minutes
is there settings to ban a user after x many times trying to connect.?
read the comments in the script a bit better pls, use nil for a disconnect not 0 (just type "nil" instead of 1 of the numbers).
incase deflood 4/5 finds a incorrect setting on the kill mode it does a ban, so it doesn't give an error.

plop
Title:
Post by: BoJlk on 06 January, 2005, 18:29:28
ok, my mistake...
changed it to "nil" instead  of "0"
about the other question of mine?
what should i do about that reconnecting?
Title:
Post by: plop on 06 January, 2005, 23:08:49
QuoteOriginally posted by BoJlk
i don't want to ban a simple user that made a mistake
and he is not a flooder.
Anyway i got a user that disconnected every 2 minutes
and i get:
QuotePrivate message from OPChat: 07007 - 172.190.133.98 - 01/06/05 13:31:18 - banned for using a hub flooder!! (banned on nickname)
that's ennoying to see in a Mainchat every 2 minutes
is there settings to ban a user after x many times trying to connect.?
that 07007 got banned because of it's nickname.
deflood 4 removes all numbers from the nicknames, the result on this guy is thats there's nothing left.
and here it's linked with another filter, the nil nick.
this can be a flooder or a normal user, and normal user can change his nick.
if it's a flooder the guy has time 2 calm down.
if it's a normal user he has time 2 think of a new nickname.
deflood 5 doesn't have these kind of if it could then it is filters.

plop
Title:
Post by: BoJlk on 07 January, 2005, 00:00:45
Great, i didn't know about that option
what is it for...?
BTW: is it better to kick or Disconnect users?
Title:
Post by: plop on 07 January, 2005, 19:37:12
QuoteOriginally posted by BoJlk
Great, i didn't know about that option
what is it for...?
BTW: is it better to kick or Disconnect users?
the way deflood is shipped it does what i think is best, a tempban.

plop
Title: R u?r?i?_?R?u r i Hub Destroyer
Post by: BoJlk on 14 January, 2005, 14:02:09
Got flooded 10 minutes ago...
why Deflood didn't worked?

*Ptokax Error:
(http://img.photobucket.com/albums/v509/BoJlk/Forum%20Use/PXerror.jpg)

from the PtokaX v0.330 build15.25\scripts\logs\iplogs
01/14/05 14:29:15 User GAS88 enters the Hub with IP: 193.165.75.153
Title:
Post by: blackwings on 14 January, 2005, 15:05:56
well, Bjolk, I don't think its a bug, because new flooders are made all the time :P
Title:
Post by: plop on 14 January, 2005, 17:07:36
QuoteOriginally posted by BoJlk
Got flooded 10 minutes ago...
why Deflood didn't worked?

*Ptokax Error:
(http://img.photobucket.com/albums/v509/BoJlk/Forum%20Use/PXerror.jpg)

from the PtokaX v0.330 build15.25\scripts\logs\iplogs
01/14/05 14:29:15 User GAS88 enters the Hub with IP: 193.165.75.153
switch 2 15.18 and it won't happen again.
tis is a exploit in 15.25, only deflood 5.0 protects against this.

plop
Title:
Post by: BoJlk on 14 January, 2005, 18:08:48
Well, i can't do anything against the DOS attacks like this
only restart the HUB, and i know that the Error come because of the attack!

Anyway i hope my post will help for future exidents  :(

/edit

I don't seem to be able to resolve the

code:

    Private message from Deflood: *************** - time banned for a wrong ip in the $ConnectToMe, but this could be a hub flooder!! (bad/fake ConnectToMe)

Messages...

I don't know why but, they keep reconnecting every 3 minutes or so, regarding the seetings i've tryied (Disconnect/Kick/tempban/timeban)
Title:
Post by: plop on 20 January, 2005, 21:34:13
QuoteOriginally posted by BoJlk
I don't seem to be able to resolve the

code:

    Private message from Deflood: *************** - time banned for a wrong ip in the $ConnectToMe, but this could be a hub flooder!! (bad/fake ConnectToMe)

Messages...

I don't know why but, they keep reconnecting every 3 minutes or so, regarding the seetings i've tryied (Disconnect/Kick/tempban/timeban)
meet dc++'s auto reconnect.
there are some bugs in the ban handling which cause the re-entry, but a tempban of more then 10 mins should be enough 2 get them out for a while.

plop
Title:
Post by: pHaTTy on 21 January, 2005, 11:55:01
QuoteOriginally posted by plop
QuoteOriginally posted by BoJlk
Got flooded 10 minutes ago...
why Deflood didn't worked?

*Ptokax Error:
(http://img.photobucket.com/albums/v509/BoJlk/Forum%20Use/PXerror.jpg)

from the PtokaX v0.330 build15.25\scripts\logs\iplogs
01/14/05 14:29:15 User GAS88 enters the Hub with IP: 193.165.75.153
switch 2 15.18 and it won't happen again.
tis is a exploit in 15.25, only deflood 5.0 protects against this.

plop

this prob was of a ptokax threading error, its easily resolved, by anyone deflood that stops multiple attacks, ie userlist flood, and chat flood

-/pha
Title:
Post by: imby on 04 February, 2005, 00:19:36
Hi plop, just had my hub flooded. I was using deflood4.5.4.lua and it failed me.

[2005-02-03 21:55] [Sxxxxxxxx [URL]www.ochyda.abc.pl[/URL]
[2005-02-03 21:55] BMxxxxx [URL]www.ochyda.abc.pl[/URL]
[2005-02-03 21:55] dexxxxxxx [URL]www.ochyda.abc.pl[/URL]
[2005-02-03 21:55] Dixxxxxxx [URL]www.ochyda.abc.pl[/URL]
[2005-02-03 21:55] imxxxxxx [URL]www.ochyda.abc.pl[/URL]
[2005-02-03 21:55] Luxx [URL]www.ochyda.abc.pl[/URL]
[2005-02-03 21:55] Obxxxxxx [URL]www.ochyda.abc.pl[/URL]
[2005-02-03 21:55] Skxxxxxxxx [URL]www.ochyda.abc.pl[/URL]
[2005-02-03 21:55] (Cxxxxxx [URL]www.ochyda.abc.pl[/URL]
[2005-02-03 21:55] (Nxxxxxxx [URL]www.ochyda.abc.pl[/URL]
[2005-02-03 21:55] (pxxxxxxxxxx [URL]www.ochyda.abc.pl[/URL]
[2005-02-03 21:55] (pxxxxxxxx [URL]www.ochyda.abc.pl[/URL]
[2005-02-03 21:55] (pxxxxxxx [URL]www.ochyda.abc.pl[/URL]
[2005-02-03 21:55] [1xxxxxxxt [URL]www.ochyda.abc.pl[/URL]
[2005-02-03 21:55] [56xxxxxxxxxx [URL]www.ochyda.abc.pl[/URL]
[2005-02-03 21:55] []xxxxxxxxx [URL]www.ochyda.abc.pl[/URL]
[2005-02-03 21:55] [axxxx [URL]www.ochyda.abc.pl[/URL]
[2005-02-03 21:55] [Bxxxxxxx [URL]www.ochyda.abc.pl[/URL]
[2005-02-03 21:55] [Bxxxxxxxxxx [URL]www.ochyda.abc.pl[/URL]
[2005-02-03 21:55] [Bxxxxxx [URL]www.ochyda.abc.pl[/URL]
[2005-02-03 21:55] [Bxxxxxxxx [URL]www.ochyda.abc.pl[/URL]
[2005-02-03 21:55] [Cxxxxxxxx [URL]www.ochyda.abc.pl[/URL]
[2005-02-03 21:55] [Cxxxxxxxx [URL]www.ochyda.abc.pl[/URL]
[2005-02-03 21:55] [Fxxxxxxxx [URL]www.ochyda.abc.pl[/URL]
[2005-02-03 21:55] [fxxxxxxxx [URL]www.ochyda.abc.pl[/URL]
[2005-02-03 21:55] [Hxxxxxxxxx [URL]www.ochyda.abc.pl[/URL]
[2005-02-03 21:55] [Hxxxxxxxx [URL]www.ochyda.abc.pl[/URL]
[2005-02-03 21:55] [Mxxxxxxxxx [URL]www.ochyda.abc.pl[/URL]
[2005-02-03 21:55] [Nxxxxxxxxxxx [URL]www.ochyda.abc.pl[/URL]
[2005-02-03 21:55] [Nxxxxxx [URL]www.ochyda.abc.pl[/URL]
[2005-02-03 21:55] [Pxxxxxxxxx [URL]www.ochyda.abc.pl[/URL]

and it went on through the nicklist I'd say another 1000 times in two minutes. At a rate of about 25 messages per sec according to the logs. After which an op manually banned the user. (I only showed the first two charectors of each nick to protect the users privacy.)

How come deflood didn't catch this? deflood doesn't work off how many times a user can post in a interval, and only catches users who post the exact same message?
Title:
Post by: plop on 04 February, 2005, 20:07:45
QuoteOriginally posted by imby
Hi plop, just had my hub flooded. I was using deflood4.5.4.lua and it failed me.

How come deflood didn't catch this? deflood doesn't work off how many times a user can post in a interval, and only catches users who post the exact same message?
you found the main difference between deflood 4 and 5.
just came up with 1 more feature i wanna add 2 deflood 5, but a public beta is really close.

plop
Title:
Post by: imby on 04 February, 2005, 21:37:56
thanks, so you're saying this is already added, or you're about to add it? Anyway, if you think public beta will be released within a week, I may aswell wait, if not, feel free to email me it.
Title:
Post by: plop on 06 February, 2005, 16:25:52
QuoteOriginally posted by imby
thanks, so you're saying this is already added, or you're about to add it? Anyway, if you think public beta will be released within a week, I may aswell wait, if not, feel free to email me it.
deflood 5 is a complete rewritten version, using totaly different routines.
instead of detecting flooders by behaviour or looks it detects the difference between a user and a program.

@ imby: check your pm.

plop
Title:
Post by: QuikThinker on 16 February, 2005, 17:56:51
I've recently changed the min shares etc needed to get in my main hub and redirect the excess users to my other hub. However I now have excessive deflood alerts and dunno why:

[16:33:32] Private message from ?Q??KPR?T?KT?: hollahollaholla - 62.145.183.64 - 02/16/05 16:35:29 - banned for using a hub flooder!! (GetNickList flood)
[16:35:22] Private message from ?Q??KPR?T?KT?: Paul_Kemp - 84.217.94.60 - 02/16/05 16:37:19 - banned for using a hub flooder!! (GetNickList flood)
[16:36:01] Private message from ?Q??KPR?T?KT?: hgfderqfd - 82.228.156.88 - 02/16/05 16:37:59 - banned for using a hub flooder!! (GetNickList flood)
[16:38:30] Private message from ?Q??KPR?T?KT?: Carbon - 85.164.245.189 - 02/16/05 16:40:27 - banned for using a hub flooder!! (GetNickList flood)
[16:38:30] Private message from ?Q??KPR?T?KT?: apneist321 - 82.35.80.138 - 02/16/05 16:40:29 - banned for using a hub flooder!! (GetNickList flood)
[16:38:32] Private message from ?Q??KPR?T?KT?: hisssaa(8Mbit/s) - 81.229.240.217 - 02/16/05 16:40:30 - banned for using a hub flooder!! (GetNickList flood)
[16:38:39] Private message from ?Q??KPR?T?KT?: [Gis][Ele] - 83.116.140.239 - 02/16/05 16:40:37 - banned for using a hub flooder!! (GetNickList flood)
[16:39:38] Private message from ?Q??KPR?T?KT?: (los)dai - 217.44.47.226 - 02/16/05 16:41:38 - banned for using a hub flooder!! (GetNickList flood)
[16:40:24] Private message from ?Q??KPR?T?KT?:  - 62.111.174.1 - 02/16/05 16:42:23 - banned for using a hub flooder!! (banned on nickname)
[16:40:30] Private message from ?Q??KPR?T?KT?: [10Mbit]Mira - 217.78.17.9 - 02/16/05 16:42:29 - banned for using a hub flooder!! (GetNickList flood)
[16:41:06] Private message from ?Q??KPR?T?KT?: farshad - 80.0.150.57 - 02/16/05 16:43:06 - banned for using a hub flooder!! (GetNickList flood)
[16:46:06] Private message from ?Q??KPR?T?KT?: [PG]-Kyle - 172.200.217.36 - 02/16/05 16:48:09 - banned for using a hub flooder!! (GetNickList flood)
[16:47:06] Private message from ?Q??KPR?T?KT?: DD - 83.226.109.230 - 02/16/05 16:49:09 - banned for using a hub flooder!! (GetNickList flood)
[16:47:27] Private message from ?Q??KPR?T?KT?: (NL)SuperSkillz(128k) - 84.24.6.218 - 02/16/05 16:49:30 - banned for using a hub flooder!! (GetNickList flood)

All for the same reason aswell. Is there anythin in the config I can adjust?
Title:
Post by: blackwings on 16 February, 2005, 19:18:29
QuoteOriginally posted by QuikThinker
I've recently changed the min shares etc needed to get in my main hub and redirect the excess users to my other hub. However I now have excessive deflood alerts and dunno why:

All for the same reason aswell. Is there anythin in the config I can adjust?
What is you setting on "iMaxGetNick"?

And did you before you made the change with the min share and the redirect thingie tell the users about it through mass messages? if you didn't tell the users before you made the changes, then some users might think somthing is wrong and update the user list = GetNickList flood
Title:
Post by: QuikThinker on 16 February, 2005, 21:02:47
----------------------------------------------------------------------
---- max amount of times someone can do $GetNickList before deflood treads it as a flooder.
iMaxGetNick = 5
----------------------------------------------------------------------

And they automatically get redirected b4 they enter my main hub.
Title:
Post by: plop on 16 February, 2005, 21:46:08
QuoteOriginally posted by QuikThinker
----------------------------------------------------------------------
---- max amount of times someone can do $GetNickList before deflood treads it as a flooder.
iMaxGetNick = 5
----------------------------------------------------------------------

And they automatically get redirected b4 they enter my main hub.
also check iFlushTime.
on default it's set to 10 seconds, and because of this it's the users own fault deflood kicks them.
requesting a fresh nicklist for 5 times within 10 seconds is pointless.
or maby your hub has a huge lag and they wonder that it might not work.

plop
Title:
Post by: QuikThinker on 17 February, 2005, 15:53:06
I also got this 2day that I aint ever seen since usin deflood:
[14:49:45] Private message from ?Q??KPR?T?KT?: *** [PHH]-musicalartists - ( 206.28.64.226 ) from Company ( American Guild of Musical Artists AP2P ) tried to login! ***
Title:
Post by: plop on 17 February, 2005, 17:02:58
QuoteOriginally posted by QuikThinker
I also got this 2day that I aint ever seen since usin deflood:
[14:49:45] Private message from ?Q??KPR?T?KT?: *** [PHH]-musicalartists - ( 206.28.64.226 ) from Company ( American Guild of Musical Artists AP2P ) tried to login! ***
the only thing i can tell you is that it didn't come from deflood.

plop
Title:
Post by: plop on 23 February, 2005, 00:37:09
got a new toy on my website, deflood 5.0 rc:1.

plop
Title:
Post by: blackwings on 23 February, 2005, 01:04:33
QuoteOriginally posted by plop
got a new toy on my website, deflood 5.0 rc:1.

plop
so all the comming releases of deflood 5.0 will now be public?
Title:
Post by: TecMaster on 23 February, 2005, 07:19:37
Nice plop and goooooooooooood work
Title:
Post by: plop on 23 February, 2005, 07:30:32
QuoteOriginally posted by blackwings
QuoteOriginally posted by plop
got a new toy on my website, deflood 5.0 rc:1.

plop
so all the comming releases of deflood 5.0 will now be public?
if the name hasn't got alpha in the name it's a public version.
as i didn't get any bug reports about alpha 13 i decided 2 make it public.

plop
Title:
Post by: Jaakko on 26 February, 2005, 16:48:52
So is it a finished version or do you need to do something infernal to it before it works?

Something like downloading dch++:

"1) Go and get svn, then try to get it working for an hour.
2) Throw your new pc out of the window, and bang your head to the wall for an another hour when it still doesn't work
3) Forget steps 1 & 2 and download the binary from dc++ with your 200Mhz P2"

 :D
Title:
Post by: plop on 26 February, 2005, 19:58:24
QuoteOriginally posted by Jaakko
So is it a finished version or do you need to do something infernal to it before it works?
it works from the box (rar actualy), but you can tweak every setting so it fully fits your needs.

and you made a mistake on step 2 for installing dch++.
2) send your pc 2 plop and buy a new 1, then start banging your head.

plop
Title:
Post by: Sarpanch on 09 March, 2005, 23:33:59
Hi there can anyone plz giv me the link for the new Deflood? thanks
Title:
Post by: plop on 09 March, 2005, 23:58:33
QuoteOriginally posted by Sarpanch
Hi there can anyone plz giv me the link for the new Deflood? thanks
1st link in my signature.

plop
Title:
Post by: BoJlk on 11 March, 2005, 23:30:27
hi Plop
finelly you've made it LUA v5  :D
and i'm more then glad to see development in PX  :D
anyway my question is:
the PtokaX DC Hub 0.3.3.0 build 16.05 has inbuild Deflood!
and you've made Deflood v5 rc1
what is the differance?
what should i use the inbuild deflood or the stand alone script you published.
any differances in functions?
Title:
Post by: plop on 13 March, 2005, 14:27:42
QuoteOriginally posted by BoJlk
hi Plop
finelly you've made it LUA v5  :D
and i'm more then glad to see development in PX  :D
anyway my question is:
the PtokaX DC Hub 0.3.3.0 build 16.05 has inbuild Deflood!
and you've made Deflood v5 rc1
what is the differance?
what should i use the inbuild deflood or the stand alone script you published.
any differances in functions?
deflood 5 is made in lua 4 and only for ptokax with lua 4.
16.xx+ has lua 5 and doesn't need my deflood script as ppk has fixed everything internaly.

plop
Title:
Post by: BoJlk on 14 March, 2005, 01:20:48
:D  :D  :D
ok, that's good!
Also is the inbuild deflood has the same functions as the stand alone script?
Title:
Post by: plop on 14 March, 2005, 17:16:54
QuoteOriginally posted by BoJlk
:D  :D  :D
ok, that's good!
Also is the inbuild deflood has the same functions as the stand alone script?
both work the same way, just deflood has a couple more features.
like the ctm/rctm filter.

plop
Title:
Post by: ConejoDelMal on 02 April, 2005, 05:33:13
Quote[04:57] <-=OpChat=-> 04:57:09 - [VIP][PT](???fLuSh???) - 82.102.55.61 - Detected - MyINFO flood
[04:57] <-=OpChat=-> 04:57:09 - [VIP][PT](???fLuSh???) - 82.102.55.61 - Detected - MyINFO flood
[04:57] <-=OpChat=-> 04:57:09 - [VIP][PT](???fLuSh???) - 82.102.55.61 - Detected - MyINFO flood
[04:57] <-=OpChat=-> 04:57:09 - [VIP][PT](???fLuSh???) - 82.102.55.61 - Detected - MyINFO flood
[04:57] <-=OpChat=-> 04:57:09 - [VIP][PT](???fLuSh???) - 82.102.55.61 - Detected - MyINFO flood
[04:57] <-=OpChat=-> 04:57:09 - [VIP][PT](???fLuSh???) - 82.102.55.61 - Detected - MyINFO flood
[04:57] <-=OpChat=-> 04:57:09 - [VIP][PT](???fLuSh???) - 82.102.55.61 - Detected - MyINFO flood
[04:57] <-=OpChat=-> 04:57:09 - [VIP][PT](???fLuSh???) - 82.102.55.61 - Detected - MyINFO flood
[04:57] <-=OpChat=-> 04:57:09 - [VIP][PT](???fLuSh???) - 82.102.55.61 - KILLED - MyINFO flood
[04:57] <-=OpChat=-> 04:57:09 - [VIP][PT](???fLuSh???) - 82.102.55.61 - KILLED - MyINFO flood
[04:57] <-=OpChat=-> 04:57:09 - [8mbit]Skynet - 213.65.63.74 - Detected - MyINFO flood
[04:57] <-=OpChat=-> 04:57:09 - [8mbit]Skynet - 213.65.63.74 - Detected - MyINFO flood
[04:57] <-=OpChat=-> 04:57:09 - [8mbit]Skynet - 213.65.63.74 - Detected - MyINFO flood
[04:57] <-=OpChat=-> 04:57:09 - [8mbit]Skynet - 213.65.63.74 - Detected - MyINFO flood
[04:57] <-=OpChat=-> 04:57:09 - [8mbit]Skynet - 213.65.63.74 - Detected - MyINFO flood
[04:57] <-=OpChat=-> 04:57:09 - [8mbit]Skynet - 213.65.63.74 - Detected - MyINFO flood
[04:57] <-=OpChat=-> 04:57:09 - [8mbit]Skynet - 213.65.63.74 - Detected - MyINFO flood
[04:57] <-=OpChat=-> 04:57:09 - [8mbit]Skynet - 213.65.63.74 - Detected - MyINFO flood
[04:57] <-=OpChat=-> 04:57:09 - [8mbit]Skynet - 213.65.63.74 - KILLED - MyINFO flood
[04:57] <-=OpChat=-> 04:57:09 - [8mbit]Skynet - 213.65.63.74 - KILLED - MyINFO flood

Just now i had the need to use deflood, after my hub was attacked twice today... and its kicking this 2 users everytime i start deflood..
I was thinking it could be because of those buggy Dc++ versions, but one of them has 0.667 and the other 0.668, and i think at least this last one shouldnt give problems... Am i configuring something wrong?
Title:
Post by: plop on 03 April, 2005, 21:36:59
QuoteOriginally posted by [AT]conejodelmal
Just now i had the need to use deflood, after my hub was attacked twice today... and its kicking this 2 users everytime i start deflood..
I was thinking it could be because of those buggy Dc++ versions, but one of them has 0.667 and the other 0.668, and i think at least this last one shouldnt give problems... Am i configuring something wrong?
that bug is in a couple versions, not only 0.667 and 0.668.
best if they upgrade, as you done nothing wrong if it only happens 2 them.

plop
Title:
Post by: ConejoDelMal on 04 April, 2005, 02:13:01
hmm...thx for the reply, but i think I wont use it, i dont want to ruin it for some people just because others are bored... i just hope I get unnoticed  :P
Title:
Post by: biggam on 19 April, 2005, 00:12:18
Sup i aint that great with scripts and so on so i was wondering if sum1 can jus make a deflood for ptokax 16.09 and robocop 10c i dunno how it works and that all i can really do is change the bot name ... so can u jus stop evry sort of flood if u understand and i dnt want it to be stopping ops and higher to flood and i dnt want it to kick sum1 for saying sumthink like lol 3 times or something. really really sorry if i'm askin to much just please try something.

thank you
Title:
Post by: bastya_elvtars on 19 April, 2005, 00:13:55
QuoteOriginally posted by biggam
Sup i aint that great with scripts and so on so i was wondering if sum1 can jus make a deflood for ptokax 16.09 and robocop 10c i dunno how it works and that all i can really do is change the bot name ... so can u jus stop evry sort of flood if u understand and i dnt want it to be stopping ops and higher to flood and i dnt want it to kick sum1 for saying sumthink like lol 3 times or something. really really sorry if i'm askin to much just please try something.

thank you

Isn't it built into ptokax?
Title:
Post by: biggam on 19 April, 2005, 00:38:31
yes it is but its causing ti many problems like sum1 says lol twice or sumfin they get ban and i can't really configure it if u can
Title:
Post by: plop on 19 April, 2005, 23:35:26
QuoteOriginally posted by biggam
yes it is but its causing ti many problems like sum1 says lol twice or sumfin they get ban and i can't really configure it if u can
you can set the action it should take, from ignore 2 warn 2 ban.

plop
Title:
Post by: Markos on 21 April, 2005, 11:30:53
plop i cant see Deflood v5 rc1 it in the link :S
Title:
Post by: jiten on 21 April, 2005, 13:00:46
QuoteOriginally posted by Markos
plop i cant see Deflood v5 rc1 it in the link :S
Try this (http://www.plop.nl/ptokaxbots/Plop/deflood_5.0_rc1.rar) :]

Cheers
Title:
Post by: Markos on 21 April, 2005, 17:19:32
thanks verry mutch m8  :))
Title:
Post by: Sarpanch on 05 July, 2005, 22:35:59
I've got Ptokax 17.03 Debug will that stop evrything comming through as ive tried to put deflood in as more securtiy but doesnt want to work will the deflood in ptokax stop it?
Title:
Post by: blackwings on 05 July, 2005, 23:46:55
QuoteOriginally posted by Sarpanch
I've got Ptokax 17.03 Debug will that stop evrything comming through as ive tried to put deflood in as more securtiy but doesnt want to work will the deflood in ptokax stop it?
Why do you use ptokax 0.3.3.0 b17.03, why not ptokax 0.3.3.1?? and yes, ptokax deflood will stop the flooders. Why the deflood script doesn't work is because it is in lua 4, 0.3.3.0 b16.04 and newer use lua 5.
Title:
Post by: Sarpanch on 06 July, 2005, 16:49:49
thanks blackwings ive got 0.3.3.1  :D