| 
                        123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 | 
                        - <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 - <html xmlns="http://www.w3.org/1999/xhtml">
 - <head>
 - <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $s_lang?>" />
 - <title>安装程序 - 织梦内容管理系统<?php echo $verMsg; ?></title>
 - <link rel="stylesheet" href="../static/css/bootstrap.min.css">
 - <link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
 - <link href="style.css" rel="stylesheet" type="text/css" />
 - </head>
 - 
 - <body>
 - 
 - <div class="top">
 - 	<div class="top-logo">
 - 		
 - 	</div>
 - 	<div class="top-link">
 - 		<ul>
 - 			<li><a href="https://www.dedebiz.com" target="_blank">DedeCMSV6</a></li>
 - 			<li><a href="https://www.dedebiz.com/git" target="_blank">代码托管</a></li>
 - 			<li><a href="https://www.dedebiz.com/help" target="_blank">帮助中心</a></li>
 - 			<li><a href="https://www.dedebiz.com" target="_blank">Dede商业支持</a></li>
 - 		</ul>
 - 	</div>
 - 	<div class="top-version">
 - 		<!-- 版本信息 -->
 - 		<h2>DEDECMS<?php echo $verMsg; ?></h2>
 - 	</div>
 - </div>
 - 
 - <div class="main">
 - 	<div class="pleft">
 - 		<dl class="setpbox t1">
 - 			<dt>安装步骤</dt>
 - 			<dd>
 - 				<ul>
 - 					<li class="succeed">许可协议</li>
 - 					<li class="now">环境检测</li>
 - 					<li>参数配置</li>
 - 					<li>正在安装</li>
 - 					<li>安装完成</li>
 - 				</ul>
 - 			</dd>
 - 		</dl>
 - 	</div>
 - 	<div class="pright">
 - 		<div class="pr-title"><h3>服务器信息</h3></div>
 - 		<table width="726" border="0" align="center" cellpadding="0" cellspacing="0" class="twbox">
 - 			<tr>
 - 				<th width="300" align="center"><strong>参数</strong></th>
 - 				<th width="424"><strong>值</strong></th>
 - 			</tr>
 - 			<tr>
 - 					<td><strong>服务器域名</strong></td>
 - 					<td><?php echo $sp_name; ?></td>
 - 			</tr>
 - 			<tr>
 - 					<td><strong>服务器操作系统</strong></td>
 - 					<td><?php echo $sp_os; ?></td>
 - 			</tr>
 - 			<tr>
 - 					<td><strong>服务器解译引擎</strong></td>
 - 					<td><?php echo $sp_server; ?></td>
 - 			</tr>
 - 			<tr>
 - 					<td><strong>PHP版本</strong></td>
 - 					<td><?php echo $phpv; ?><small>(建议使用PHP7.0以上版本)</small></td>
 - 			</tr>
 - 			<tr>
 - 					<td><strong>系统安装目录</strong></td>
 - 					<td><?php echo DEDEROOT; ?></td>
 - 			</tr>
 - 		</table>
 - 		<div class="pr-title"><h3>系统环境检测</h3></div>
 - 		<div style="padding:2px 8px 0px; line-height:33px; height:26px; overflow:hidden; color:#666;">
 - 			系统环境要求必须满足下列所有条件,否则系统或系统部份功能将无法使用。
 - 		</div>
 - 		<table width="726" border="0" align="center" cellpadding="0" cellspacing="0" class="twbox">
 - 			<tr>
 - 				<th width="200" align="center"><strong>需开启的变量或函数</strong></th>
 - 				<th width="80"><strong>要求</strong></th>
 - 				<th width="400"><strong>实际状态及建议</strong></th>
 - 			</tr>
 - 			<tr>
 - 				<td>OpenSSL</td>
 - 				<td align="center">On </td>
 - 				<td><?php echo $sp_openssl; ?> <small>(不符合将无法完成<a href="https://www.dedebiz.com" target="_blank">Dede商业支持</a>)</small></td>
 - 			</tr>
 - 			<tr>
 - 					<td>allow_url_fopen</td>
 - 					<td align="center">On </td>
 - 					<td><?php echo $sp_allow_url_fopen; ?> <small>(不符合要求将导致采集、远程资料本地化等功能无法应用)</small></td>
 - 			</tr>
 - 			<tr>
 - 					<td>safe_mode</td>
 - 					<td align="center">Off</td>
 - 					<td><?php echo $sp_safe_mode; ?> <small>(本系统不支持在<span class="STYLE2">非win主机的安全模式</span>下运行)</small></td>
 - 			</tr>
 - 			
 - 			<tr>
 - 					<td>GD 支持 </td>
 - 					<td align="center">On</td>
 - 					<td><?php echo $sp_gd; ?> <small>(不支持将导致与图片相关的大多数功能无法使用或引发警告)</small></td>
 - 			</tr>
 - 			<tr>
 - 					<td>MySQL 支持</td>
 - 					<td align="center">On</td>
 - 					<td><?php echo $sp_mysql; ?> <small>(不支持无法使用本系统)</small></td>
 - 			</tr>
 - 		</table>
 - 		
 - 		
 - 		<div class="pr-title"><h3>目录权限检测</h3></div>
 - 		<div style="padding:2px 8px 0px; line-height:33px; height:26px; overflow:hidden; color:#666;">
 - 			系统要求必须满足下列所有的目录权限全部可读写的需求才能使用,其它应用目录可安装后在管理后台检测。
 - 		</div>
 - 		<table width="726" border="0" align="center" cellpadding="0" cellspacing="0" class="twbox">
 - 			<tr>
 - 				<th width="300" align="center"><strong>目录名</strong></th>
 - 				<th width="212"><strong>读取权限</strong></th>
 - 				<th width="212"><strong>写入权限</strong></th>
 - 			</tr>
 - 			<?php
 - 			foreach($sp_testdirs as $d)
 - 			{
 - 			?>
 - 			<tr>
 - 					<td><?php echo $d; ?></td>
 - 					<?php
 -       		$fulld = DEDEROOT.str_replace('/*','',$d);
 -       		$rsta = (is_readable($fulld) ? '<font color=green>[√]读</font>' : '<font color=red>[×]读</font>');
 - 	    		$wsta = (TestWrite($fulld) ? '<font color=green>[√]写</font>' : '<font color=red>[×]写</font>');
 - 	    		echo "<td>$rsta</td><td>$wsta</td>\r\n";
 -       ?>
 - 			</tr>
 - 			<?php
 - 			}
 - 			?>
 - 		</table>
 - 		
 - 		<div class="btn-box">
 - 			<button type="button" class="btn btn-danger" value="" onclick="window.location.href='index.php';">后退</button>
 - 			<button type="button" class="btn btn-danger" value="" onclick="window.location.href='index.php?step=3';" >继续</button>
 - 		</div>
 - 	</div>
 - </div>
 - 
 - <div class="foot">
 - 
 - </div>
 - 
 - </body>
 - </html>
 
 
  |