PHPmotion v3 and v 3.5 Support > General Support
Disable Video Uploads?
(1/1)
blooperfails:
Is there a way with phpmotion to disable users from uploading their own videos. I would like my site to be more like killsometime com where its just funny videos posted by me rather than video sharing.
Thanks!
sarthakinfotech:
hi,
you may do it as following way.I am assuming you are the admin user so upload will be allowe to admin users only .
open upload.php then goto
include_once ('popular.php');
and add the following code
--- Code: ---if ($_SESSION['user_group'] == "admin") {
echo "<center><h2>Sorry Upload is disable for you<h2></center>";
echo "<center>you will be redirected home page automatically.if redirect not work you may <a href=".$base_url.">click here</a></center>";
echo '<META HTTP-EQUIV="Refresh" Content="05; URL='.$base_url.'">';
die();
}
--- End code ---
thanks,
sarthak infotech
Navigation
[0] Message Index
Go to full version