Post limit question.

Hi, it's been over 24 hours since I posted last, yet the sift will only let me post 2 today. Did something change? I had something in sequence to post and now It's not going up together.
pho3n1x says...

question about this, actually... is this a rolling 24 hour period? or is it by the midnight-is-a-new-day method?
if i post 3 vids just before midnight, could i then theoretically post 3 more vids a few minutes later after the clock hits midnight?

dag says...

Comment hidden because you are ignoring dag. (show it anyway)

Rolling. If you have posted 3 vids within a 24-hour period, you can't post anymore. When the earliest one you posted falls outside the 24 hour period, you'll be able to post another one .. and so on.

joedirt says...

I think you might have the 2 post 'feature'. I encounter it often. I believe if you click on Submit.. then go to preview without submitting, it counts as one of yours. Or maybe it's having two tabs open both with submit. Or something, but about half of the time I only get two submissions.

dag says...

Comment hidden because you are ignoring dag. (show it anyway)

I'm confused pho3n1x, your recent posts seem to show only 3 in a 1 day period. http://www.videosift.com/user.php?login=pho3n1x&view=history

I've just checked the code for this, and all seems to be in order. If you have 3 videos either in the queue or published within a 24 hour span, you'll be prevented from submitting a 4th until the the oldest of the three falls outside that 24 hour span.

... of course I could be wrong, go ahead prove me wrong.

Krupo says...

Hey dag, I present myself as "exhibit 1" -> "Whoops! - You're over your submission quota. We only allow 3 submission in a 24 hour period - so make them good ones. ;-)"

As of right now, one video is from within 24 hours (Noam Chomsky), but I have *four* more which "are 1 day + X hours"

Something doesn't compute.

pho3n1x says...

dag, that specific 'round' of posting does not include the duped video i had posted of the ventriloquist round 1. if you look up that video, it falls mere minutes from the others.

it's been enough time, i'll try to post 4 more in a row to show you...

dag says...

Comment hidden because you are ignoring dag. (show it anyway)

Thanks Krupo for the example, I think I have found the problem. I don't know if anyone is interested in this kind of geeky stuff, but here it is:

select count(*) as thecount from links where link_author = '$linkres->author' and link_category = '1' and (link_status = 'queued' or link_status = 'published') and link_date > DATE_SUB(curdate(),INTERVAL 1 DAY)

should have been

select count(*) as thecount from links where link_author = '$linkres->author' and link_category = '1' and (link_status = 'queued' or link_status = 'published') and link_date > DATE_SUB(now(),INTERVAL 1 DAY)

So "curdate" should have been "now" as curdate chops all time information off and assumes 00:00:00. Let me know if this fixed it.

I humbly eat my hat for saying it was all working perfectly and assuming you were all insane.

James Roe says...

Hey, i answered this in one of those videos because entertainment major asked the same question.

it's a little known bug that allows you to beat our posting limits if you post everything really really quickly. It's only generally a problem when people are promoting their own stuff because they tend to link ALL of their videos. Fortunately it also singles them out as self linkers.

Send this Article to a Friend



Separate multiple emails with a comma (,); limit 5 recipients






Your email has been sent successfully!

Manage this Video in Your Playlists

New Blog Posts from All Members