welcome.php

来自「php 开发的内容管理系统」· PHP 代码 · 共 36 行

PHP
36
字号
<?php
// $Id: welcome.php 2 2005-11-02 18:23:29Z skalpa $
$content .=
"<u><b>What is it?</b></u>
<p>
<b>XOOPS</b> is a dynamic OO (Object Oriented) based open source portal script written in PHP.
XOOPS supports a number of databases,
making XOOPS an ideal tool for developing small to large dynamic community websites,
intra company portals, corporate portals, weblogs and much more.
</p>
<p>
XOOPS is released under the terms of the <a href='http://www.gnu.org/copyleft/gpl.html' target='_blank'>GNU General Public License (GPL)</a> and is free to use and modify.
It is free to redistribute as long as you abide by the distribution terms of the GPL.
</p>
<u><b>Requirements</b></u>
<p>
<ul>
<li>WWW Server (<a href='http://www.apache.org/' target='_blank'>Apache</a>, IIS, Roxen, etc)</li>
<li><a href='http://www.php.net/' target='_blank'>PHP</a> 4.0.5 and higher (4.1.1 or higher recommended)</li>
<li><a href='http://www.mysql.com/' target='_blank'>MySQL</a> Database 3.23.XX</li>
</ul>
</p>
<u><b>Before you install</b></u>
<ul>
<li>Setup WWW server, PHP and database server properly.</li>
<li>Prepare a database for your XOOPS site.</li>
<li>Prepare user account and grant the user the access to the database.</li>
<li>Make the directories of uploads/, cache/ and templates_c/ and the files of mainfile.php writabale.</li>
<li>Turn cookie and JavaScript of your browser on.</li>
</ul>
<u><b>Installation</b></u>
<p>
Follow this install wizard.
</p>
"
?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?