Author

Topic: 'Wait' to report a post? (Read 1055 times)

full member
Activity: 126
Merit: 100
February 12, 2015, 10:09:11 AM
#14
So I find a topic in the off-topic area advertising. Wanting to report it but I'm getting the 360 seconds error. I understand having this limit on new post for newbie. But I dont understand why having this limit to report a post. Why would a newbie want to spam-report posts?

everybody here was newbie at the beginning...
and if you are really interested in this world,
you'll see who to wait 360 seconds to write, is not at all a problem...

all in all, i think this is a very simple and effective way to prevent bitcointanlk DDoS attacks!!!

at least at the beginning of user life!!!
global moderator
Activity: 3794
Merit: 2615
Join the world-leading crypto sportsbook NOW!
February 12, 2015, 05:03:57 AM
#13
Thank you for giving the open-source code. So this mean if my activity is more than 15 the wait time will be 90 - activity? I still dont understand - the code.

The wait time is 75 seconds once you hit 15 activity.
sr. member
Activity: 266
Merit: 250
February 12, 2015, 05:02:35 AM
#12
It will decrease...

Code:
waittime = 360;
if(activity >= 15)
        waittime = (int)(90 - activity);
if(activity >= 60)
        waittime=(int)(34.7586 - (0.0793103 * activity));
if(activity >= 100)
        waittime = max((int)(14-(activity/50)), 4);

   -MZ

Thank you for giving the open-source code. So this mean if my activity is more than 15 the wait time will be 90 - activity? I still dont understand - the code.


activity over 15 and below 60 iresults in 90 - your current activity
sr. member
Activity: 320
Merit: 250
February 12, 2015, 04:52:29 AM
#11
It will decrease...

Code:
waittime = 360;
if(activity >= 15)
        waittime = (int)(90 - activity);
if(activity >= 60)
        waittime=(int)(34.7586 - (0.0793103 * activity));
if(activity >= 100)
        waittime = max((int)(14-(activity/50)), 4);

   -MZ

Thank you for giving the open-source code. So this mean if my activity is more than 15 the wait time will be 90 - activity? I still dont understand - the code.

Sounds pretty silly but timing mechanisms are a must too.  Who knows maybe it will get updated or something.

Agree. I do hope it will be updated in the new forum software.
legendary
Activity: 2296
Merit: 1031
February 07, 2015, 02:40:13 AM
#10
Sounds pretty silly but timing mechanisms are a must too.  Who knows maybe it will get updated or something.
staff
Activity: 3276
Merit: 4111
February 06, 2015, 12:33:51 PM
#9
I still run into this from time to time. Completely understand why there is a restriction on it though. I can imagine it being a pain in the arse for staff members. Tongue
hero member
Activity: 560
Merit: 506
I prefer Zakir over Muhammed when mentioning me!
February 06, 2015, 07:30:20 AM
#8
It will decrease...

Code:
waittime = 360;
if(activity >= 15)
        waittime = (int)(90 - activity);
if(activity >= 60)
        waittime=(int)(34.7586 - (0.0793103 * activity));
if(activity >= 100)
        waittime = max((int)(14-(activity/50)), 4);

   -MZ
legendary
Activity: 2590
Merit: 2154
Welcome to the SaltySpitoon, how Tough are ya?
February 06, 2015, 03:09:17 AM
#7
The newbie restrictions are based on actions, I guess reporting a post is counted as an action by SMF,  just like posting or sending a pm. Not because we want newbies not to report posts. Definitely something to note in the new forum software needs if it isnt there already.
global moderator
Activity: 3794
Merit: 2615
Join the world-leading crypto sportsbook NOW!
February 06, 2015, 03:03:52 AM
#6
They are the moderators. Their jobs is to review reported post. One suggestion, newbie can report newbie without the need to wait (since most spammer are newbie). If they want to report a higher rank, they will need to wait for 360 seconds.

That won't stop people ddosing the site though. Besides, it's rare that newbs sign up here and jump straight into reporting posts. It's just one more slightly annoying restriction they'll have to live with until they move up in activity.
legendary
Activity: 975
Merit: 1003
February 06, 2015, 03:03:14 AM
#5
It's the rule that theymos set to newbies, and unfortunately it also affects the reports as well. As your rank is upgraded, the waiting time will be reduced dramatically(but you will still have to wait some time). Imagine that staff members too have to wait 4 seconds to re-post or report again Tongue
sr. member
Activity: 320
Merit: 250
February 06, 2015, 02:50:43 AM
#4
They are the moderators. Their jobs is to review reported post. One suggestion, newbie can report newbie without the need to wait (since most spammer are newbie). If they want to report a higher rank, they will need to wait for 360 seconds.
global moderator
Activity: 3794
Merit: 2615
Join the world-leading crypto sportsbook NOW!
February 06, 2015, 02:36:54 AM
#3
It could be used by bots to ddos the site, though I agree it is annoying having to wait in between posts etc. it quickly gets dramatically lower as time goes on though.
legendary
Activity: 1232
Merit: 1001
February 06, 2015, 02:31:38 AM
#2
Why would a newbie want to spam-report posts?

To troll the mods? It also would be easy to make a bot to do so and send 1000s of fake reports to basically kill the report system.

Just be a little patient. You are only newbie for a couple of hours.
sr. member
Activity: 320
Merit: 250
February 06, 2015, 02:28:11 AM
#1
So I find a topic in the off-topic area advertising. Wanting to report it but I'm getting the 360 seconds error. I understand having this limit on new post for newbie. But I dont understand why having this limit to report a post. Why would a newbie want to spam-report posts?
Jump to: