⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 welcome.php

📁 讲的是网络编程
💻 PHP
字号:
<?php
// $Id: welcome.php 1187 2007-12-15 14:32:42Z phppp $
$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>Web Server: Any server supporting the required PHP version (<a href='http://www.apache.org' target='_blank' title='Apache'>Apache</a> highly recommended)</li>
<li><a href='http://www.php.net' target='_blank' title='PHP'>PHP</a>: Any PHP version >= 4.3 (PHP 4.2.x may work but is not officially supported)</li>
<li><a href='http://www.mysql.com' target='_blank' title='MySQL'>MySQL</a>: MySQL server 3.23+</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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -