Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Downloads
Reply
Thread Tools
  #111  
Old 30th December 2008, 00:15
SafariMan SafariMan is offline
Senior Member
 
Join Date: May 2008
Posts: 37
Default
when the register are not recorded by invitation in the forum ...

Only register on tracker .... What?
Reply With Quote
  #112  
Old 30th December 2008, 01:12
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
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
__________________
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
  #113  
Old 30th December 2008, 15:20
SafariMan SafariMan is offline
Senior Member
 
Join Date: May 2008
Posts: 37
Default
Quote:
Originally Posted by joeroberts View Post
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...
Reply With Quote
  #114  
Old 30th December 2008, 15:23
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
I need to look at your copy of takeconfirminvite.php to see if I have updated sence release
__________________
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
  #115  
Old 30th December 2008, 22:23
SafariMan SafariMan is offline
Senior Member
 
Join Date: May 2008
Posts: 37
Default
Quote:
Originally Posted by joeroberts View Post
I need to look at your copy of takeconfirminvite.php to see if I have updated sence release
this file
Attached Files
File Type: php takeconfirminvite.php (4.7 KB, 3 views)
Reply With Quote
  #116  
Old 30th December 2008, 23:11
Krypto Krypto is offline
Retired from BVList
 
Join Date: Jan 2008
P2P
Posts: 510
Default
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 :)
Reply With Quote
  #117  
Old 31st December 2008, 00:53
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
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.
__________________
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
  #118  
Old 4th January 2009, 05:17
SafariMan SafariMan is offline
Senior Member
 
Join Date: May 2008
Posts: 37
Default
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 ..
Reply With Quote
  #119  
Old 4th January 2009, 06:03
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
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
__________________
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/

Last edited by joeroberts; 4th January 2009 at 07:25. Reason: replaced codeing was wrong
Reply With Quote
  #120  
Old 4th January 2009, 13:16
SafariMan SafariMan is offline
Senior Member
 
Join Date: May 2008
Posts: 37
Default
dont work...

appears the page and error,

" sorry

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

Tags
phpmybittorrent , v20


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
What is phpMyBitTorrent joeroberts BT.Manager (phpMyBitTorrent) 0 14th October 2009 15:43
phpMyBitTorrent 2.0.3 joeroberts BT.Manager (phpMyBitTorrent) 54 21st September 2009 13:10
req phpmybittorrent TheArcadeMaster BT.Manager (phpMyBitTorrent) 1 9th May 2009 06:33
What I Think Of phpMyBittorrent dark_dragon BT.Manager (phpMyBitTorrent) 1 10th November 2008 07:43
phpMyBitTorrent v1.0 zenja7777 BT.Manager (phpMyBitTorrent) 8 27th October 2008 17:58



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