Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Yuna Scatari Edition (YSE) (http://www.bvlist.com/forumdisplay.php?f=22)
-   -   anonymous login page (http://www.bvlist.com/showthread.php?t=968)

poila 6th September 2008 07:36

anonymous login page
 
http://bildites.lv/images/k2ktbqs8uec0oe58yiz.jpg

Grom 6th September 2008 08:07

fin and remove code in bitorrent.php....

poila 6th September 2008 08:17



# 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');
?>

kp380lv 6th September 2008 15:04

stdhead.php not bittorrent.php


All times are GMT +2. The time now is 12:49.

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