View Single Post
  #287  
Old 17th June 2013, 18:17
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Quote:
Originally Posted by junoon View Post
1. how can i open it for public.
I have unticked "Members Only - Only registered users" may use in "switches" in admincp.php but not working

2. Allow upload of external trackers torrent, not obligatory my site announce url
Do you want users to login or browse the site without logging in? or do you want to allow DHT torrent?

some tips to look at that needs session to access code

returns users if not logged in

Quote:
loggedinorreturn();
Wraps arround code that you only want that class to access, you can set what class you want

Quote:
if (get_user_class() >= UC_USER)
{
/// some stuff
}
Wraps around code that uses can only access

Quote:
if ($CURUSER)
///
else
//
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote