Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   phpMyBitTorrent v2.0 (http://www.bvlist.com/showthread.php?t=1042)

SafariMan 30th December 2008 00:15

when the register are not recorded by invitation in the forum ...

Only register on tracker .... What?

joeroberts 30th December 2008 01:12

I well look into this well only take a bit

Bump: I just tested this on my server and it inserterd the user in the forum as it should can you post your takeconfirminvite.php

SafariMan 30th December 2008 15:20

Quote:

Originally Posted by joeroberts (Post 7740)
I well look into this well only take a bit

Bump: I just tested this on my server and it inserterd the user in the forum as it should can you post your takeconfirminvite.php



I dont understend...sorry...can you reply...

joeroberts 30th December 2008 15:23

I need to look at your copy of takeconfirminvite.php to see if I have updated sence release

SafariMan 30th December 2008 22:23

1 Attachment(s)
Quote:

Originally Posted by joeroberts (Post 7755)
I need to look at your copy of takeconfirminvite.php to see if I have updated sence release

this file

Krypto 30th December 2008 23:11

Find:

PHP Code:

if($forumshare)forumadd($wantusername); 

Replace:

PHP Code:

forumadd($wantusername); 

That is the only difference between your takeconfirmative and the one I have, hopefully that will solve it, if not I'm sure Joe will :)

joeroberts 31st December 2008 00:53

in that forum find on line 23
Code:

global $db, $db_prefix;
and change it to
Code:

global $db, $db_prefix, $forumshare;
that should work
Code:

if($forumshare)
tells pmbt if you have the forum set for shareing threw PMBT or not and acts accordingly so should stay.

SafariMan 4th January 2009 05:17

good ...

My tracker is only by invitation.

When I send an invitation to an e-mail, the person when you press the link to activate in time to stop the page where you put the: Nick, pass ... This page does not appear, appears to the login page ..

joeroberts 4th January 2009 06:03

aahh ok that is a bug!
I well look into this now
brb.

Bump: ok guick fix
Open themes/(yourthemes)/main.php
find
Code:

if($pivate_mode AND !$user->user AND !eregi("user.php",$_SERVER["PHP_SELF"])) loginrequired("user", true);
and replace that with

Code:

function newuserpage($page)
{
if(eregi("user.php",$page))return true;
if(eregi("takeconfirminvite.php",$page))return true;
if(eregi("confirminvite.php",$page))return true;
return false;
}
if($pivate_mode AND !$user->user AND !newuserpage($_SERVER["PHP_SELF"]))loginrequired("user", true);

let me know if it works

SafariMan 4th January 2009 13:16

dont work...

appears the page and error,

" sorry

no password
;g�7�z���. k�I� N�"


All times are GMT +2. The time now is 01:46.

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