国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

146 řádky
4.8KB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $s_lang?>" />
  5. <title>安装程序 - 织梦内容管理系统<?php echo $verMsg; ?></title>
  6. <link href="style.css" rel="stylesheet" type="text/css" />
  7. </head>
  8. <body>
  9. <div class="top">
  10. <div class="top-logo">
  11. </div>
  12. <div class="top-link">
  13. <ul>
  14. <li><a href="http://www.dedecms.com" target="_blank">官方网站</a></li>
  15. <li><a href="http://bbs.dedecms.com" target="_blank">技术论坛</a></li>
  16. <li><a href="http://help.dedecms.com" target="_blank">帮助</a></li>
  17. </ul>
  18. </div>
  19. <div class="top-version">
  20. <!-- 版本信息 -->
  21. <h2>DEDECMS<?php echo $verMsg; ?></h2>
  22. </div>
  23. </div>
  24. <div class="main">
  25. <div class="pleft">
  26. <dl class="setpbox t1">
  27. <dt>安装步骤</dt>
  28. <dd>
  29. <ul>
  30. <li class="succeed">许可协议</li>
  31. <li class="now">环境检测</li>
  32. <li>参数配置</li>
  33. <li>正在安装</li>
  34. <li>安装完成</li>
  35. </ul>
  36. </dd>
  37. </dl>
  38. </div>
  39. <div class="pright">
  40. <div class="pr-title"><h3>服务器信息</h3></div>
  41. <table width="726" border="0" align="center" cellpadding="0" cellspacing="0" class="twbox">
  42. <tr>
  43. <th width="300" align="center"><strong>参数</strong></th>
  44. <th width="424"><strong>值</strong></th>
  45. </tr>
  46. <tr>
  47. <td><strong>服务器域名</strong></td>
  48. <td><?php echo $sp_name; ?></td>
  49. </tr>
  50. <tr>
  51. <td><strong>服务器操作系统</strong></td>
  52. <td><?php echo $sp_os; ?></td>
  53. </tr>
  54. <tr>
  55. <td><strong>服务器解译引擎</strong></td>
  56. <td><?php echo $sp_server; ?></td>
  57. </tr>
  58. <tr>
  59. <td><strong>PHP版本</strong></td>
  60. <td><?php echo $phpv; ?></td>
  61. </tr>
  62. <tr>
  63. <td><strong>系统安装目录</strong></td>
  64. <td><?php echo DEDEROOT; ?></td>
  65. </tr>
  66. </table>
  67. <div class="pr-title"><h3>系统环境检测</h3></div>
  68. <div style="padding:2px 8px 0px; line-height:33px; height:23px; overflow:hidden; color:#666;">
  69. 系统环境要求必须满足下列所有条件,否则系统或系统部份功能将无法使用。
  70. </div>
  71. <table width="726" border="0" align="center" cellpadding="0" cellspacing="0" class="twbox">
  72. <tr>
  73. <th width="200" align="center"><strong>需开启的变量或函数</strong></th>
  74. <th width="80"><strong>要求</strong></th>
  75. <th width="400"><strong>实际状态及建议</strong></th>
  76. </tr>
  77. <tr>
  78. <td>allow_url_fopen</td>
  79. <td align="center">On </td>
  80. <td><?php echo $sp_allow_url_fopen; ?> <small>(不符合要求将导致采集、远程资料本地化等功能无法应用)</small></td>
  81. </tr>
  82. <tr>
  83. <td>safe_mode</td>
  84. <td align="center">Off</td>
  85. <td><?php echo $sp_safe_mode; ?> <small>(本系统不支持在<span class="STYLE2">非win主机的安全模式</span>下运行)</small></td>
  86. </tr>
  87. <tr>
  88. <td>GD 支持 </td>
  89. <td align="center">On</td>
  90. <td><?php echo $sp_gd; ?> <small>(不支持将导致与图片相关的大多数功能无法使用或引发警告)</small></td>
  91. </tr>
  92. <tr>
  93. <td>MySQL 支持</td>
  94. <td align="center">On</td>
  95. <td><?php echo $sp_mysql; ?> <small>(不支持无法使用本系统)</small></td>
  96. </tr>
  97. </table>
  98. <div class="pr-title"><h3>目录权限检测</h3></div>
  99. <div style="padding:2px 8px 0px; line-height:33px; height:23px; overflow:hidden; color:#666;">
  100. 系统要求必须满足下列所有的目录权限全部可读写的需求才能使用,其它应用目录可安装后在管理后台检测。
  101. </div>
  102. <table width="726" border="0" align="center" cellpadding="0" cellspacing="0" class="twbox">
  103. <tr>
  104. <th width="300" align="center"><strong>目录名</strong></th>
  105. <th width="212"><strong>读取权限</strong></th>
  106. <th width="212"><strong>写入权限</strong></th>
  107. </tr>
  108. <?php
  109. foreach($sp_testdirs as $d)
  110. {
  111. ?>
  112. <tr>
  113. <td><?php echo $d; ?></td>
  114. <?php
  115. $fulld = DEDEROOT.str_replace('/*','',$d);
  116. $rsta = (is_readable($fulld) ? '<font color=green>[√]读</font>' : '<font color=red>[×]读</font>');
  117. $wsta = (TestWrite($fulld) ? '<font color=green>[√]写</font>' : '<font color=red>[×]写</font>');
  118. echo "<td>$rsta</td><td>$wsta</td>\r\n";
  119. ?>
  120. </tr>
  121. <?php
  122. }
  123. ?>
  124. </table>
  125. <div class="btn-box">
  126. <input type="button" class="btn-back" value="后退" onclick="window.location.href='index.php';" />
  127. <input type="button" class="btn-next" value="继续" onclick="window.location.href='index.php?step=3';" />
  128. </div>
  129. </div>
  130. </div>
  131. <div class="foot">
  132. </div>
  133. </body>
  134. </html>