View Single Post
  #5  
Old 5th June 2012, 05:31
djzoulox's Avatar
djzoulox djzoulox is offline
Senior Member
 
Join Date: May 2012
Denmark
Posts: 77
Default
Quote:
Originally Posted by djhowarth View Post
the config.php is in backend/ folder turn membersonly to false
its been a while since i last used TT and as a public tracker ,

Code:
$site_config['announce_list'] = "http://use.comeplaywithme.eu/announce.php"; //seperate via comma
$site_config['MEMBERSONLY'] = false;                                                    //MAKE MEMBERS SIGNUP
$site_config['MEMBERSONLY_WAIT'] = false;                                       //ENABLE WAIT TIMES FOR BAD RATIO
$site_config['ALLOWEXTERNAL'] = true;           //Enable Uploading of external tracked torrents
$site_config['UPLOADERSONLY'] = false;          //Limit uploading to uploader group only
$site_config['INVITEONLY'] = false;                     //Only allow signups via invite
$site_config['ENABLEINVITES'] = true;           // Enable invites regardless of INVITEONLY setting
$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
$site_config['PASSKEYURL'] =  "$site_config[SITEURL]/announce.php?passkey=%s"; // Announce URL to use for passkey
$site_config['UPLOADSCRAPE'] = true; // Scrape external torrents on upload? If using mega-scrape.php you should disable this
im unsure how to change what if some thing is deletet,
i am creating a torrent on my seedbox, when i upload torrent ,
it says tracker not registreret on this tracker.
do i need to press private and start seed when i creating the torrent ?

its actullay say failure reason: missing passkey

i read some thing in a german forum .
ias public tracker apparentley you need to use this
[code]http://use.comeplaywithme.eu/announce.php?passkey=[code/]
when you are uplading torrent even as sysop i think its lame but there must be another way and easy to use around it its just not normal that worked with one torrent only i don't get this i even tryed this

http://use.comeplaywithme.eu:2710/announce as i have a xbtit backend to,
but that i can't get to work i can't get it why this crap is so difficult even though it's a decent source i hope some one can help me thanks in advance
__________________
https://blog4.eu

Last edited by djzoulox; 5th June 2012 at 07:07. Reason: passkey
Reply With Quote