• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Limitation for sharing

Started by ollipaust,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ollipaustTopic starter

hello

i wondered if it would be possible to set a limitation of sharing videos from yt, vimeo etc.
i am afraid that my site would lose its purpose when users can import as much videos as they want.

regards
  •  

PHPVibe A.

That depends on you, let me know what you want to do and I can help with the code sample.

ollipaustTopic starter

Quote from: Alexander on
That depends on you, let me know what you want to do and I can help with the code sample.

i thought something about like an user can share and upload max. 5 videos daily or so
would be great if u can help me out
  •  

PHPVibe A.

If you add an field under users with limit. And reverse it with an cron at midnight it would be simple.
On submit you add +1 to the field with update users where id = user_id()
and check it with if select limit from users where id = user_id()

Can you do this with php or you need me to write you line by line? (I'm asking cause you seem to know your way around)



Similar topics (7)