XOOPS  2.6.0
welcome.php
Go to the documentation of this file.
1 <?php
2 // $Id$
3 // _LANGCODE: en
4 // _CHARSET : UTF-8
5 // Translator: XOOPS Translation Team
6 
8 <p>
9  <acronym title="eXtensible Object-Oriented Portal System">XOOPS</acronym> is an open-source
10  Object-Oriented Web publishing system written in PHP. It is an ideal tool for
11  developing small to large dynamic community websites, intra company portals, corporate portals, weblogs and much more.
12 </p>
13 <p>
14  XOOPS is released under the terms of the
15  <a href="http://www.gnu.org/copyleft/gpl.html" rel="external">GNU General Public License (GPL)</a>
16  and is free to use and modify.
17  It is free to redistribute as long as you abide by the distribution terms of the GPL.
18 </p>
19 <h3>Requirements</h3>
20 <ul>
21  <li>Web Server (<a href="http://www.apache.org/" rel="external">Apache</a>, IIS, etc)</li>
22  <li><a href="http://www.php.net/" rel="external">PHP</a> 5.4 or higher </li>
23  <li><a href="http://www.mysql.com/" rel="external">MySQL</a> 5.1 or higher </li>
24 </ul>
25 <h3>Before you install</h3>
26 <ol>
27  <li>Setup WWW server, PHP and database server properly.</li>
28  <li>Prepare a database for your XOOPS site.</li>
29  <li>Prepare user account and grant the user the access to the database.</li>
30  <li>Make the directories and the files writable: %s</li>
31  <li>For security considerations, you are strongly advised to move the two directories below out of <a href="http://phpsec.org/projects/guide/3.html" rel="external">document root</a> and change the folder names: %s</li>
32  <li>Create (if not already present) and make the directories writable: %s</li>
33  <li>Turn cookie and JavaScript of your browser on.</li>
34 </ol>
35 ';
36 
37 $_SESSION['content'] = $content;
$_SESSION['content']
Definition: welcome.php:37
$content
Definition: welcome.php:7