Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Community Cafe
Reply
Thread Tools
  #1  
Old 3rd December 2010, 13:37
gmaister22 gmaister22 is offline
Member
 
Join Date: Nov 2010
P2P
Posts: 10
Default TT Private Only
Hey guys, anyone know how to make a TorrentTrader powered website, visible only to registered members? :S
Reply With Quote
  #2  
Old 3rd December 2010, 14:33
daffy's Avatar
daffy daffy is offline
Senior Member
 
Join Date: Mar 2009
United Kingdom
Posts: 550
Default
yes very easy, setup tt source, set site to members only.
__________________
"FFS PPL READ GOD DAMMIT, WHAT AM I GOOGLE?"
"I Kill You!" simples


http://i.imgur.com/DtcRfH5.gif

I also Setup And Modify Trackers PM For Details
Reply With Quote
  #3  
Old 3rd December 2010, 14:34
gmaister22 gmaister22 is offline
Member
 
Join Date: Nov 2010
P2P
Posts: 10
Default
Code:
$site_config['MEMBERSONLY'] = true;
but you can still view the website :S
Reply With Quote
  #4  
Old 3rd December 2010, 16:10
raefor's Avatar
raefor raefor is offline
Senior Member
 
Join Date: Mar 2008
United States
Posts: 90
Default try this
in index under
PHP Code:
require_once("backend/functions.php");
dbconn(true); 
add
PHP Code:
if(!$CURUSER){
include(
"account-login.php");
die(); 
Reply With Quote
  #5  
Old 3rd December 2010, 17:27
daffy's Avatar
daffy daffy is offline
Senior Member
 
Join Date: Mar 2009
United Kingdom
Posts: 550
Default
Quote:
Originally Posted by gmaister22 View Post
Code:
$site_config['MEMBERSONLY'] = true;
but you can still view the website :S
you probably need to hide some frames and blocks to members only to

something like this

PHP Code:
if (!$site_config["MEMBERSONLY"] || $CURUSER) {
begin_block("title here");


code here

end_block
();

that will hide that particlar block or frame to members only
__________________
"FFS PPL READ GOD DAMMIT, WHAT AM I GOOGLE?"
"I Kill You!" simples


http://i.imgur.com/DtcRfH5.gif

I also Setup And Modify Trackers PM For Details
Reply With Quote
Reply

Tags
private , tt


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 12:39. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.