step-2.html
4.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!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 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="http://www.dedecms.com" target="_blank">官方网站</a></li>
<li><a href="http://bbs.dedecms.com" target="_blank">技术论坛</a></li>
<li><a href="http://help.dedecms.com" target="_blank">帮助</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; ?></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:23px; 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>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:23px; 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">
<input type="button" class="btn-back" value="后退" onclick="window.location.href='index.php';" />
<input type="button" class="btn-next" value="继续" onclick="window.location.href='index.php?step=3';" />
</div>
</div>
</div>
<div class="foot">
</div>
</body>
</html>