Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Torrent Trader (http://www.bvlist.com/forumdisplay.php?f=29)
-   -   Make the Tracker Private? (http://www.bvlist.com/showthread.php?t=6471)

Cyber14 25th May 2011 13:13

Make the Tracker Private?
 
Hello, my name is Cyber14 and new with Trackers.

I'm working with TT v2.06 and my question is: Can i make everything Private?

I want to have a private tracker for only friends and users that are been invited for my tracker.

Now i see the Blocks and other things sutch as the Index, Notice, News, and many more.

But i'm looking for something that only shows:
You are not logt in to this tracker.

Can somebody help me with this? :sos:

Greetings from The Netherlands,
Cyber14

It have been solved!

Index.php
Code:

require_once("backend/functions.php");
dbconn(true);

Add loggedinonly();
Code:

require_once("backend/functions.php");
dbconn(true);
loggedinonly();

This is the way that i have solved my question.:wild:


All times are GMT +2. The time now is 03:36.

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