PDA

View Full Version : Limit Attachment Uploads per Time


blazin
10-05-2007, 04:35 AM
Im looking for a mod that lets you limit the number of attachments a user can do based on usergroup for a set amount of time.

This hack was available on 2.x but I havent seen anything for 3.6

For example, I want my regular users to only be able to post 1 attachment every 24 hours. Premium members get unlimited.

Any help?

DivisionByZero
10-05-2007, 11:13 AM
write a plugin (location: newattachment_start) that is first conditional of the usergroupid, then queries for the last attachment uploaded by that userid. subtract the timestamp from the current time. if its outside your limits, "continue", if not, error. If i had time this morning, i'd write it for you. maybe later if you're not proficient with plugins :)

blazin
10-05-2007, 03:10 PM
write a plugin (location: newattachment_start) that is first conditional of the usergroupid, then queries for the last attachment uploaded by that userid. subtract the timestamp from the current time. if its outside your limits, "continue", if not, error. If i had time this morning, i'd write it for you. maybe later if you're not proficient with plugins :)

I probably could write one, but I am not all that familiar with vbulletin's plugin system, plus I dont have access to my database to see the names of tables, fields.

If you could write this for me, that would be great. I could even throw you a few dollars for your time via paypal.

thanks,

Mike

Hornstar
10-10-2007, 09:38 PM
Something like this would be cool, what would be even cooler tho would be a count down timer exactly like rapidshare.