Digital_Lord (OP)
|
|
May 20, 2015, 02:41:07 AM |
|
Ok so i was posting and sending pm's earlier and i was posting something in a thread in the 64 blocks thread but everytime i tried to send i saw an error message come up saying i have posted in the last 360 secconds, it happened for about 10 minuites, i then launched a proxy and loged in via the proxy. i was getting the same message, the only fix was to log out and log back in, am i the only member experiencing this?
|
|
|
|
Vod
Legendary
Offline
Activity: 3878
Merit: 3166
Licking my boob since 1970
|
|
May 20, 2015, 02:52:52 AM |
|
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);
|
|
|
|
Digital_Lord (OP)
|
|
May 20, 2015, 03:04:13 AM |
|
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); did you read the post, i said that the problem was going on for 10 minutes (actually more) look, EQ1. 360/60= 6 (minutes) EQ2. 600/60=10 (minutes) see how in equation two i'm waiting for 10 minutes (4 more than the usual 6) but i'm still getting an error message This had happened to me once before but i was using a proxy so i guessed that was the cause
|
|
|
|
theymos
Administrator
Legendary
Offline
Activity: 5376
Merit: 13410
|
|
May 20, 2015, 03:41:29 AM |
|
You must have been doing something to reset the limit. Searching, reporting, etc. Your IP doesn't matter for that once you're logged in.
|
1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
|
|
|
Vod
Legendary
Offline
Activity: 3878
Merit: 3166
Licking my boob since 1970
|
|
May 20, 2015, 04:08:08 AM |
|
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); did you read the post, i said that the problem was going on for 10 minutes (actually more) look, EQ1. 360/60= 6 (minutes) EQ2. 600/60=10 (minutes) see how in equation two i'm waiting for 10 minutes (4 more than the usual 6) but i'm still getting an error message This had happened to me once before but i was using a proxy so i guessed that was the cause Your activity is 14. 14 is not greater than or equal to 15, so your wait time is 360 seconds.
|
|
|
|
gampher
|
|
May 20, 2015, 04:13:01 AM |
|
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); did you read the post, i said that the problem was going on for 10 minutes (actually more) look, EQ1. 360/60= 6 (minutes) EQ2. 600/60=10 (minutes) see how in equation two i'm waiting for 10 minutes (4 more than the usual 6) but i'm still getting an error message This had happened to me once before but i was using a proxy so i guessed that was the cause When you post, the timer starts to countdown from 360, when you send PM's, search and report something it will reset back to 360 seconds.
|
|
|
|
Muhammed Zakir
|
|
May 20, 2015, 04:15:32 AM |
|
Its just activity, see the formula you linked. Its boild down to 3 basic steps:
the first major reduction to 75-30 seconds once your activity is over 14, but still not 60 or higher the second reduction to 30-27 seconds once your activity is 60 or higher, but still not 100 or higher the third reduction to 12-4 seconds once your activity is 100 or higher.
Once you reached 500 actitivty you will be stuck at a 4 second limit, which I notice once in a blue moon.
|
|
|
|
Quickseller
Copper Member
Legendary
Offline
Activity: 2996
Merit: 2374
|
|
May 20, 2015, 04:26:35 AM |
|
You must have been doing something to reset the limit. Searching, reporting, etc. Your IP doesn't matter for that once you're logged in.
In my experience, the 360 second limit is reset any time, any account performs an action from a particular IP address. This means that if you have two accounts that are being used from the same computer, (account "A", and account "B" with "B" being a brand new account), then "B" will need to wait 360 seconds from the time that either "A" or "B" performs some action.
Additionally, I believe that you can get around the 360 second limit by switching IP addresses, so "B" could post at time n, then you could switch VPN gateways, and post again at time n + 45 seconds (or other arbitrary + value being less then 360 seconds).
(I am making this post at 4:26 AM GMT, and will test this to confirm). edit: it seems this has changed since I was running into the above problem several months ago. I tested both situations and it appears that both are now incorrect.
|
|
|
|
theymos
Administrator
Legendary
Offline
Activity: 5376
Merit: 13410
|
|
May 20, 2015, 04:36:52 AM |
|
In my experience, the 360 second limit is reset any time, any account performs an action from a particular IP address. ... Additionally, I believe that you can get around the 360 second limit by switching IP addresses
That's how stock SMF handles it, but I fixed this some time ago.
|
1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
|
|
|
GannickusX
|
|
May 20, 2015, 10:20:04 AM |
|
I agree with the timelimit for posting and reporting to moderators and pms aswell but the search bar? Now thats kind of stupid, whats the point of not being able to search things more than once every 6 minutes? How can someone use that as a negative thing?
|
|
|
|
shorena
Copper Member
Legendary
Offline
Activity: 1498
Merit: 1540
No I dont escrow anymore.
|
|
May 20, 2015, 10:37:40 AM |
|
I agree with the timelimit for posting and reporting to moderators and pms aswell but the search bar? Now thats kind of stupid, whats the point of not being able to search things more than once every 6 minutes? How can someone use that as a negative thing?
IIRC search puts relatively heavy load on the server and is thus limited. The google search is not affected by this.
|
Im not really here, its just your imagination.
|
|
|
Jeremycoin
Legendary
Offline
Activity: 1022
Merit: 1003
𝓗𝓞𝓓𝓛
|
|
May 20, 2015, 11:00:44 AM |
|
Don't worry about it, your limits will be reduce if you reach higher rank. Just keep posting in this forum nice and polite, and then you would never worry about this again.
|
faucet used to be profitable
|
|
|
Digital_Lord (OP)
|
|
May 21, 2015, 02:14:36 AM |
|
You must have been doing something to reset the limit. Searching, reporting, etc. Your IP doesn't matter for that once you're logged in.
I think the fact that i was searching may have been the problem, i thought the timelimit was only reset after new posts and personal messages the error message should be clearer
|
|
|
|
CryptoTrout
|
|
May 21, 2015, 02:22:02 AM |
|
i get frustrated by the search limitations
|
|
|
|
Digital_Lord (OP)
|
|
May 21, 2015, 02:35:39 AM |
|
i get frustrated by the search limitations
do those limitations change with activity like post limitations or are they standard for all users??
|
|
|
|
BadBear
v2.0
Legendary
Offline
Activity: 1652
Merit: 1128
|
|
May 21, 2015, 02:38:40 AM |
|
Minus time restrictions, same for everyone.
|
|
|
|
btcsnatcher
Member
Offline
Activity: 69
Merit: 10
|
|
May 21, 2015, 03:12:10 AM |
|
i get frustrated by the search limitations
do those limitations change with activity like post limitations or are they standard for all users?? only the wait time changes; decreases as you reach higher ranks... every time you log in to your account the timer starts... for a newbie it is 360 seconds and it resets every time you search, post or PM n the forum... If within the waiting window you try to do any of the above things, you get a warning that you're gonna have to wait for that designated period of time and the timer resets again.... This might be the reason that you kept getting 360 sec warnings for 10 minutes...
|
|
|
|
|