Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > TBDev
Reply
Thread Tools
  #1  
Old 28th October 2009, 23:58
irfan's Avatar
irfan irfan is offline
Senior Member
 
Join Date: Jun 2009
United Kingdom
Posts: 67
Default login page
hey can sum1 tell me how to hide all pages in tbdev and only display the login page untill they are logged in? its for the tbdev source. thanks
Reply With Quote
  #2  
Old 31st October 2009, 13:42
ProCell ProCell is offline
Member
 
Join Date: Sep 2008
Posts: 10
Default
if it is TBDEV source...
teh logged in return mod should be already installed anyway

search in bittorrent.php for:
PHP Code:
function loggedinorreturn() {
    global 
$CURUSER;
    if (!
$CURUSER) {
        
header("Location: $BASEURL/tbdev08/login.php?returnto=" urlencode($_SERVER["REQUEST_URI"]));
        exit();
    }

if it is already exist... All you need to do is adding:

PHP Code:
loggedinorreturn(); 
after:
PHP Code:
dbconn(); 
in every page that you dont want guests to view it till they login...


if the function is not exist in your bittorrent.php then add it near of your other functions...


i hope i helped you
Reply With Quote
The Following User Says Thank You to ProCell For This Useful Post:
irfan (31st October 2009)
  #3  
Old 30th January 2010, 22:52
Marco Marco is offline
Senior Member
 
Join Date: Jun 2009
Seychelles
Posts: 327
Default
some help to use this on TS 5.x ?
thanks
Reply With Quote
Reply

Tags
login , page


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
PTN Login Page ! djandrew Sell & Buy 6 14th May 2010 13:00
Login page poila Yuna Scatari Edition (YSE) 2 4th April 2010 18:04
Blank login page help please peugeottech Template Shares 2 24th December 2009 13:04
[TT] Login Page pee4a Torrent Trader 3 19th May 2009 20:42



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