Author Topic: Autoban system  (Read 1833 times)

Offline efko.aqw

  • GodLike Member
  • *
  • Topic Author
  • Posts: 10465
  • Country: aq
  • Karma: +23/-128
  • Awards 3rd place on GFX Ladder 2017 [UNIQUE] Winner of 3 Signature of the Week Contest [RARE] Winner of 3 Photo Manipulation Contest [RARE] Winner of 5 Photoshop Challenge Contests [EPIC] Forum staff member [RARE] Special award for the 100th PSC [UNIQUE] 2nd place on GFX Ladder 2016 [UNIQUE] GFX staff member [RARE] 1st place in Special Event #2 [UNIQUE] 3rd place on GFX Ladder 2015 [UNIQUE]
    • View Profile
    • Awards
Autoban system
« on: June 05, 2013, 02:00 »
- About autoban, new users - new accounts have benefits because they are autobanned for leaving, dc.. 3 days. Old accounts are always autobanned for 1 week and for regular players that can be problem. Can we ask for reduce autoban duration without warn? 3 days is enough for regular players who don't break rules.
- Good thing here is for new accounts, players can break more rules faster and they can play always with new accounts.
- Bad thing is long autoban duration for old accounts, and players who don't break rules can't play because they will be banned for ban avoiding.

My suggestion about this is to reduce/increase autoban duration 3/7 days (to be 3 or 7 days for everyone, for every account), but this probably can't be changed.

I hope B/U staff will take this in consideration.
With this topic i want to protect good players  :)

Offline Natura Sonoris

  • Honored member
  • HolyShit Member
  • *
  • Posts: 6551
  • Karma: +489/-602
  • Alternating Current
  • Awards Forum staff member [RARE] GFX staff member [RARE] Pudge Wars Tournament Winner [RARE]
    • View Profile
    • Awards
Re: Autoban system
« Reply #1 on: June 05, 2013, 04:30 »
I think there will be changes in ban durations.You can talk with Resor about it.

Offline Astaroth

  • Satan Admin
  • Honored member
  • GodLike Member
  • *
  • Posts: 13282
  • Country: is
  • Karma: +926/-303
  • Blood for the Blood God!
  • Awards Forum staff member [RARE]
    • View Profile
    • Awards
Re: Autoban system
« Reply #2 on: June 05, 2013, 15:18 »
Can we ask for reduce autoban duration without warn?
Do you mean something like:
1) You make unban request
2) You'll say you are autobanned because you were afk
3) You'll say you don't want unban (because you would get warn as well) but ban reduce from 7 to 3 days?

Signature by Rocka

Offline Fr0zen_Walk^

  • Pro Member
  • *
  • Posts: 457
  • Country: 00
  • Karma: +26/-36
  • Nirvana's cousin iks dee!
  • Awards IHRL Member [RARE] IHRL Champion [EPIC] IHRL Legend [LEGENDARY] Best Couple (2v2) Tour Winner [RARE]
    • View Profile
    • http://www.youtube.com/watch?v=nZcRU0Op5P4
    • Awards
Re: Autoban system
« Reply #3 on: June 05, 2013, 17:10 »
Better do as one player can make only one account in 1 pc then ppl can't make more multiaccounts or w/e
:D

Offline pHu^^thAi

  • xaxaxa
  • Honored member
  • WickedSick Member
  • *
  • Posts: 1460
  • Country: 00
  • Karma: +139/-86
  • I'm a bad person like that.
  • Awards Winner of 1 Photoshop Challenge Contest [COMMON] Hacks staff member [RARE] Tours staff member [RARE] GFX staff member [RARE] Junior Tournament Member [RARE]
    • View Profile
    • Awards
Re: Autoban system
« Reply #4 on: June 05, 2013, 18:11 »
hmm,i am thinking at some idea,involving the old accounts that when they are autobanned for 7 days(maximum),if they werent autobanned for one month,the autoban duration should reset to 1 day

Offline mrNiceguy

  • Honored member
  • GodLike Member
  • *
  • Posts: 12013
  • Country: ba
  • Karma: +661/-685
  • Guess who's back :D
    • View Profile
    • When injustice becomes a LAW, resistance becomes a duty
    • Awards
Re: Autoban system
« Reply #5 on: June 13, 2013, 23:11 »
hmm,i am thinking at some idea,involving the old accounts that when they are autobanned for 7 days(maximum),if they werent autobanned for one month,the autoban duration should reset to 1 day

well you have to understand the coder, I think thats not easy to code.
when we were fighting againt the biggest power hunger i ever met, MrNiceGuy. Now i see him in you, no, you became way worse than him. He at least had some heart, he cared about ppl who were with him all the time.

Offline div.ide

  • Honored member
  • WickedSick Member
  • *
  • Posts: 1763
  • Country: pl
  • Karma: +235/-61
  • Awards Winner of 1 Challenge of the Week [COMMON] Forum staff member [RARE] Drummer - Music Quiz #2 [RARE] Trumpeter- Music Quiz #3 [COMMON]
    • View Profile
    • Awards
Re: Autoban system
« Reply #6 on: June 13, 2013, 23:37 »
First option is a daemon (or scheduled task, if you prefer to call it so) that periodically runs through database, and for each player checks last ban date in order to decide wether  to reset or not a single field is not THAT hard to code. Server load would be a bigger issue than that.

Second option is moving check to the moment ban occurs (no unnecessary checks for inactive accounts), and it's still more or less 1 query (last ban date) + if statement, which also shoud not be that much of a code. Downside being the fact you'd probably have to do it on actual bot code, which means tedious process of recompiling and setting it up again (on the bright side, that could be an opportunity to finally remove !sync for game owners... Yeah, I'm probably daydreaming).

TL;DR I can't see how is that difficult to code.
01010111 01100101 01101100 01101100 00100000 01100100 01101111 01101110 01100101 00101100 00100000 01101110 01100101 01110010 01100100 00101110

Offline mrNiceguy

  • Honored member
  • GodLike Member
  • *
  • Posts: 12013
  • Country: ba
  • Karma: +661/-685
  • Guess who's back :D
    • View Profile
    • When injustice becomes a LAW, resistance becomes a duty
    • Awards
Re: Autoban system
« Reply #7 on: June 14, 2013, 22:03 »
When I say "not easy to code" I mean it takes time and guess how much coders you have and how much time they have and how often they are online.

It would be perfect if ek0 have time to do that.

And about !sync command that command should be removed long time ago.
when we were fighting againt the biggest power hunger i ever met, MrNiceGuy. Now i see him in you, no, you became way worse than him. He at least had some heart, he cared about ppl who were with him all the time.

Offline div.ide

  • Honored member
  • WickedSick Member
  • *
  • Posts: 1763
  • Country: pl
  • Karma: +235/-61
  • Awards Winner of 1 Challenge of the Week [COMMON] Forum staff member [RARE] Drummer - Music Quiz #2 [RARE] Trumpeter- Music Quiz #3 [COMMON]
    • View Profile
    • Awards
Re: Autoban system
« Reply #8 on: June 14, 2013, 22:35 »
Well, with such wording, your intentions are not immediately apparent.
01010111 01100101 01101100 01101100 00100000 01100100 01101111 01101110 01100101 00101100 00100000 01101110 01100101 01110010 01100100 00101110