Bravo List
Register
Go Back   > Bravo List > Source Code > Active Trackers > Torrent Trader
Reply
  #11  
Old 3rd February 2012, 22:47
outvela outvela is offline
Member
 
Join Date: Feb 2009
Portugal
Posts: 2
Default
See if the config.php is

"$ site_config ['MEMBERS ONLY'] = true"

if "false" gives this error,
excuse my English.
Reply With Quote
  #12  
Old 3rd February 2012, 23:03
xenu xenu is offline
Member
 
Join Date: Dec 2011
Ukraine
Posts: 8
Default
Thanks for the responses guys, from what it looks like, there is apparently no problem I can find in the config. But rather it is something wrong with the code that is supposed to generate passkeys for every user, maybe announce.php.

I have over 100 members, and only 4 or 5 accounts have passkeys, my admin account doesn't even have a passkey according to the SQL database.

I have re-installed the script to see if that would help create passkeys, but still nothing is generated.


Quote:
Originally Posted by joeroberts View Post
try changing
PHP Code:
$site_config['PASSKEYURL'] = "$site_config[SITEURL]/announce.php?passkey=%s"// Announce URL to use for passkey 
to
PHP Code:
$site_config['PASSKEYURL'] = $site_config['SITEURL'] . '/announce.php?passkey=%s'// Announce URL to use for passkey 
It's a valid change, but it doesn't make any difference since none of my accounts generate passkeys.

Last edited by xenu; 4th February 2012 at 02:00.
Reply With Quote
  #13  
Old 4th February 2012, 03:24
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
ok is the torrent a local torrent?
is your site set to members only?
is it changing your announce in to torrent to
Code:
site_url/announce.php?passkey=
or is it stell just
Code:
site_url/announce.php
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
  #14  
Old 4th February 2012, 16:43
LeeHowarth LeeHowarth is offline
TT
 
Join Date: Nov 2008
Posts: 100
Default
The passkey's are generated via download.php

Passkeys are only used on local torrents and the $site_config["MEMBERSONLY"] flag must be set to true.
Reply With Quote
  #15  
Old 5th February 2012, 10:55
xenu xenu is offline
Member
 
Join Date: Dec 2011
Ukraine
Posts: 8
Default
Quote:
Originally Posted by joeroberts View Post
ok is the torrent a local torrent?
is your site set to members only?
is it changing your announce in to torrent to
Code:
site_url/announce.php?passkey=
or is it stell just
Code:
site_url/announce.php
My site is set as members only.
the url looks like 'site_url/announce.php'.


Quote:
Originally Posted by djhowarth View Post
The passkey's are generated via download.php

Passkeys are only used on local torrents and the $site_config["MEMBERSONLY"] flag must be set to true.
From my original post, it is set to true.

Bump: I figured it out. I was using Cloud Flare service to alleviate some of the bandwidth of the server. But what cloud flare does is that it also masks traffic that ever enters your server, so instead of showing unique IP addresses, the script only had a bunch of cloud flare IP addresses to create passkeys for.
Reply With Quote
Reply

Tags
failure , key , missing , passkey

Thread Tools

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



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