Author Topic: Massload Prevention  (Read 5129 times)

0 Members and 1 Guest are viewing this topic.

Offline Lance

  • Full Member
  • ***
  • Posts: 129
    • View Profile
Massload Prevention
« on: June 16, 2008, 08:27:15 am »
How can I prevent being loaded & flooded out from JavaOP2? My bot auto-bans someone without flags (meaning it tries to ban the loads) and it drops. If I turn on antiflood commands take a long time to work but loading is my main concern.
Quote from: Joe
[23:55:31] [william@enterprise ~/Documents/Programming/javaop2]$ svn commit -m 'Tried to fix StayConnected. Again.'
Committed revision 63.
StayConnected strikes back!

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: Massload Prevention
« Reply #1 on: June 16, 2008, 09:07:04 am »
Don't ban every flagless person.

Offline Lance

  • Full Member
  • ***
  • Posts: 129
    • View Profile
Re: Massload Prevention
« Reply #2 on: June 16, 2008, 09:48:12 am »
i don't want to have the channel full of noobs saying "vouch me, vouch me!!!" and taking up space vouched players should have

although i may be able to modify it to only do so for war3/w3xp clients and i have to manual kick anything else :o
Code: [Select]
if(statstring.contains("3RAW") == false && statstring.contains("PX3W") == false) { return; }

Think this should work ^_^
« Last Edit: June 16, 2008, 10:12:42 am by SarCaSTiC »
Quote from: Joe
[23:55:31] [william@enterprise ~/Documents/Programming/javaop2]$ svn commit -m 'Tried to fix StayConnected. Again.'
Committed revision 63.
StayConnected strikes back!

Offline Camel

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
    • BNU Bot
Re: Massload Prevention
« Reply #3 on: June 16, 2008, 11:39:56 am »
If you're in a clan channel, and you detect a flood, I'd recommend /c priv, for a short period of time.

If you're getting loaded faster than bnet will allow you to ban without flooding off, the flooder is in clear violation of the TOS, and you can ask a battle.net representative to come log your channel so they can ban the offender.

<Camel> i said what what
<Blaze> in the butt
<Camel> you want to do it in my butt?
<Blaze> in my butt
<Camel> let's do it in the butt
<Blaze> Okay!

Offline pro_

  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: Massload Prevention
« Reply #4 on: July 11, 2008, 03:45:35 am »
I doubt blizzard can do anything permanent.  If you are up against a strong flood you are dealing with thousands of cd keys over hundreds of proxies, the only way to deal with it is to set clan private until the flooder gets bored.  If you need to get into channel with a non clan acct, make a script to unlock the channel for a bit after you whisper it a password.

Offline Camel

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
    • BNU Bot
Re: Massload Prevention
« Reply #5 on: July 14, 2008, 12:20:38 am »
Or, you can get a blizzard rep to log your channel, and perm ban every key and ip that flooded. I don't know why you think there's not much they can do; that is their procedure - that's what they have always done, and that's what they still do.

<Camel> i said what what
<Blaze> in the butt
<Camel> you want to do it in my butt?
<Blaze> in my butt
<Camel> let's do it in the butt
<Blaze> Okay!

Offline DBX_5

  • Newbie
  • *
  • Posts: 19
    • View Profile
Re: Massload Prevention
« Reply #6 on: August 14, 2008, 06:19:38 am »
Blizzard/Bnet Reps do not protect Clans from Flooders any more, its been like that for a long time, Several clans including GGL and TDA have asked for assistance several times and been denied every time.

Offline Camel

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
    • BNU Bot
Re: Massload Prevention
« Reply #7 on: August 14, 2008, 04:13:55 pm »
Blizzard/Bnet Reps do not protect Clans from Flooders any more, its been like that for a long time, Several clans including GGL and TDA have asked for assistance several times and been denied every time.

That is just untrue. I can think of at least two clan channels at, at this very moment, have a channel limit of 39 users due to a (hidden) blizz rep logging chat.

<Camel> i said what what
<Blaze> in the butt
<Camel> you want to do it in my butt?
<Blaze> in my butt
<Camel> let's do it in the butt
<Blaze> Okay!

Offline Lance

  • Full Member
  • ***
  • Posts: 129
    • View Profile
Re: Massload Prevention
« Reply #8 on: August 14, 2008, 08:17:27 pm »
The reps have told a few people I know to fill out a web form and leave them alone pretty much.
Quote from: Joe
[23:55:31] [william@enterprise ~/Documents/Programming/javaop2]$ svn commit -m 'Tried to fix StayConnected. Again.'
Committed revision 63.
StayConnected strikes back!

Offline Armin

  • Honorary Leader
  • x86
  • Hero Member
  • *****
  • Posts: 2480
    • View Profile
Re: Massload Prevention
« Reply #9 on: August 14, 2008, 08:56:59 pm »
If you don't at least try the solution provided yourself, don't ask for help.
Hitmen: art is gay

Offline Camel

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
    • BNU Bot
Re: Massload Prevention
« Reply #10 on: August 14, 2008, 11:58:03 pm »

<Camel> i said what what
<Blaze> in the butt
<Camel> you want to do it in my butt?
<Blaze> in my butt
<Camel> let's do it in the butt
<Blaze> Okay!

Offline Lance

  • Full Member
  • ***
  • Posts: 129
    • View Profile
Re: Massload Prevention
« Reply #11 on: August 17, 2008, 01:49:39 pm »
I've just edited the Simple Event processor and it completely ignores anyone @USEast. Works great :]
Quote from: Joe
[23:55:31] [william@enterprise ~/Documents/Programming/javaop2]$ svn commit -m 'Tried to fix StayConnected. Again.'
Committed revision 63.
StayConnected strikes back!