View Single Post
  #1  
Old 1st July 2013, 23:30
rawtar08 rawtar08 is offline
Member
 
Join Date: Jul 2013
Belize
Posts: 4
Default problem in upload torrent please
hi
i have problem in uploading torrent

Click the image to open in full size.

please any one help


first upload was ok

Click the image to open in full size.


but any next upload came error : invalid peer id



here my config

PHP Code:
Main Site Settings
$site_config
['SITENAME'] = 'ps3gameroom';                    //Site Name
$site_config['SITEEMAIL'] = 'ps3gameroom.server@gmail.com';        //Emails will be sent from this address
$site_config['SITEURL'] = 'http://ps3gameroom.com/tracker';    //Main Site URL
$site_config['default_language'] = "1";                        //DEFAULT LANGUAGE ID
$site_config['default_theme'] = "2";                        //DEFAULT THEME ID
$site_config['CHARSET'] = "utf-8";                        //Site Charset
$site_config['announce_list'] = "http://ps3gameroom.c...er/announce.php"//seperate via comma
$site_config['MEMBERSONLY'] = true;                            //MAKE MEMBERS SIGNUP
$site_config['MEMBERSONLY_WAIT'] = true;                    //ENABLE WAIT TIMES FOR BAD RATIO
$site_config['ALLOWEXTERNAL'] = false;        //Enable Uploading of external tracked torrents
$site_config['UPLOADERSONLY'] = false;        //Limit uploading to uploader group only
$site_config['INVITEONLY'] = true;            //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
$site_config['FORUMS'] = true// Enable / Disable Forums
$site_config['FORUMS_GUESTREAD'] = false// Allow / Disallow Guests To Read Forums
$site_config["OLD_CENSOR"] = false// Use the old change to word censor set to true otherwise use the new one. 
thanks
Reply With Quote