Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Torrent Trader (http://www.bvlist.com/forumdisplay.php?f=29)
-   -   Failure: Missing key: Passkey (http://www.bvlist.com/showthread.php?t=7585)

outvela 3rd February 2012 22:47

See if the config.php is

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

if "false" gives this error,
excuse my English.

xenu 3rd February 2012 23:03

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 (Post 32834)
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.

joeroberts 4th February 2012 03:24

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

LeeHowarth 4th February 2012 16:43

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.

xenu 5th February 2012 10:55

Quote:

Originally Posted by joeroberts (Post 32863)
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 (Post 32878)
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.


All times are GMT +2. The time now is 14:15.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.