how to allow only admin can upload

ysmods

New Member
Jan 29, 2013
860
1
0
UK
www.ysmods.com
So admin can upload only

Open index.php
Find:
Code:
<div id="tabs" class="homeTabs">
Add Above:
Code:
<?php
if($Auth->level === 'admin')
{
?>
Find:
Code:
<div class="clear homePageSpacer"><!-- --></div>
<div class="contentPageWrapper" style="padding-top: 12px;">
    <div style="float: right;">
        <?php include_once("_bannerRightContent.inc.php"); ?>
Add Above:
Code:
<?php
}
?>
Easiest way to "stop" free downloaders is to set the following.

The maximum filesize a non/free user can download (in bytes). Set to 0 (zero) to ignore. <-- Set it to 1
Maximum download speed for free/non-users, in bytes per second. i.e. 50000. Use 0 for unlimited. <-- Set it to 1

It won't actually stop them, but it will only allow them to download a 1 byte file at 1 byte per second
 

ps3gameroomserver2777

New Member
YetiShare User
Jul 23, 2013
31
0
0
thanks its work
but the main page come like this before login
http://www.ps3gameroom.com/upload//uploads/images/ps3gameroom.com-4c81133cde.png