Bravo List
Register
Go Back   > Bravo List > Source Code > Active Trackers > Torrent Trader
Reply
Thread Tools
  #1  
Old 30th July 2009, 10:04
pilotvtm pilotvtm is offline
Member
 
Join Date: Jul 2009
P2P
Posts: 4
Default Anonymus uploads
how can i stop anonymous uploads?
even so, can i hide the upload menu and search menu from the normal guests???


this doesn't work:
$site_config['ANONYMOUSUPLOAD'] = false; //Enable / Disable anonymous uploads


those are the rest of the setings:

$site_config['MEMBERSONLY'] = false; //MAKE MEMBERS SIGNUP
$site_config['MEMBERSONLY_WAIT'] = false; //ENABLE WAIT TIMES FOR BAD RATIO
$site_config['ALLOWEXTERNAL'] = false; //Enable Uploading of external tracked torrents
$site_config['UPLOADERSONLY'] = true; //Limit uploading to uploader group only
$site_config['INVITEONLY'] = true; //Only allow signups via invite
$site_config['CONFIRMEMAIL'] = true; //Enable / Disable Signup confirmation email
$site_config['ACONFIRM'] = false; //Enable / Disable ADMIN CONFIRM ACCOUNT SIGNUP
$site_config['ANONYMOUSUPLOAD'] = false; //Enable / Disable anonymous uploads

Bump:
Quote:
Originally Posted by pilotvtm View Post
how can i stop anonymous uploads?
even so, can i hide the upload menu and search menu from the normal guests???


this doesn't work:
$site_config['ANONYMOUSUPLOAD'] = false; //Enable / Disable anonymous uploads


those are the rest of the setings:

$site_config['MEMBERSONLY'] = false; //MAKE MEMBERS SIGNUP
$site_config['MEMBERSONLY_WAIT'] = false; //ENABLE WAIT TIMES FOR BAD RATIO
$site_config['ALLOWEXTERNAL'] = false; //Enable Uploading of external tracked torrents
$site_config['UPLOADERSONLY'] = true; //Limit uploading to uploader group only
$site_config['INVITEONLY'] = true; //Only allow signups via invite
$site_config['CONFIRMEMAIL'] = true; //Enable / Disable Signup confirmation email
$site_config['ACONFIRM'] = false; //Enable / Disable ADMIN CONFIRM ACCOUNT SIGNUP
$site_config['ANONYMOUSUPLOAD'] = false; //Enable / Disable anonymous uploads

did it :)
config.php:

Code:
$site_config['MEMBERSONLY'] = false;                            //MAKE MEMBERS SIGNUP
$site_config['MEMBERSONLY_WAIT'] = false;                    //ENABLE WAIT TIMES FOR BAD RATIO
$site_config['ALLOWEXTERNAL'] = false;        //Enable Uploading of external tracked torrents
$site_config['UPLOADERSONLY'] = true;        //Limit uploading to uploader group only
$site_config['INVITEONLY'] = false;            //Only allow signups via invite
$site_config['CONFIRMEMAIL'] = false;        //Enable / Disable Signup confirmation email
$site_config['ACONFIRM'] = false;            //Enable / Disable ADMIN CONFIRM ACCOUNT SIGNUP
$site_config['ANONYMOUSUPLOAD'] = false;        //Enable / Disable anonymous uploads
torrents-upload.php:

Code:
// check access and rights
if ($site_config["UPLOADERSONLY"]){
    loggedinonly();

    if($CURUSER["can_upload"]=="no")
        show_error_msg("Error","You do not have permission to upload",1);
    if ($site_config["UPLOADERSONLY"] && $CURUSER["class"] < 4)
        show_error_msg("Error", "Only uploaders can upload.",1);
}

now ill try to hide 'Upload torrents' from guests... :)
Reply With Quote
Reply

Tags
anonymus , uploads


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Setting Up IRC Bot to announce new uploads in channel treg Mods & Themes 6 6th December 2010 21:40
latest uploads lanks TBDev 0 21st May 2009 23:23
Annonymous uploads rulebreaker Template Shares 6 3rd March 2009 04:44
Show anonymus on the upped by column Devil150 TBDev 1 2nd June 2008 23:54



All times are GMT +2. The time now is 22:19. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.