Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Yuna Scatari Edition (YSE)
Reply
  #1  
Old 6th September 2008, 07:36
poila poila is offline
Member
 
Join Date: Aug 2008
Posts: 12
Question anonymous login page
Click the image to open in full size.
Reply With Quote
  #2  
Old 6th September 2008, 08:07
Grom's Avatar
Grom Grom is offline
Senior Member
 
Join Date: Aug 2008
Posts: 73
Default
fin and remove code in bitorrent.php....
__________________
Hello All
Reply With Quote
  #3  
Old 6th September 2008, 08:17
poila poila is offline
Member
 
Join Date: Aug 2008
Posts: 12
Default
<?


# IMPORTANT: Do not edit below unless you know what you are doing!

// DEFINE IMPORTANT CONSTANTS
define('IN_TRACKER', true);

// SET PHP ENVIRONMENT
@error_reporting(E_ALL & ~E_NOTICE);
@ini_set('error_reporting', E_ALL & ~E_NOTICE);
@ini_set('display_errors', '1');
@ini_set('display_startup_errors', '0');
@ini_set('ignore_repeated_errors', '1');
@ignore_user_abort(1);
@set_time_limit(0);
@set_magic_quotes_runtime(0);
@session_start();
define ('ROOT_PATH', dirname(dirname(__FILE__))."/");

$base_memory_usage = 0;
if (function_exists('memory_get_usage')) {
$base_memory_usage = memory_get_usage();
}

function timer() {
list($usec, $sec) = explode(" ", microtime());
return ((float)$usec + (float)$sec);
}

// Variables for Start Time
$tstart = timer(); // Start time

// INCLUDE BACK-END
if (empty($rootpath))
$rootpath = ROOT_PATH;
require_once($rootpath . 'include/core.php');
?>
Reply With Quote
  #4  
Old 6th September 2008, 15:04
kp380lv's Avatar
kp380lv kp380lv is offline
Senior Member
 
Join Date: May 2008
Latvia
Posts: 388
Exclamation
stdhead.php not bittorrent.php
Reply With Quote
Reply

Tags
anonymous , login , page

Thread Tools

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
How to edit login page pwnage BT.Manager (phpMyBitTorrent) 0 3rd February 2010 02:14
login page irfan TBDev 2 30th January 2010 22:52
[TT] Login Page pee4a Torrent Trader 3 19th May 2009 20:42



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