PHP Classes

File: htdocs/install/language/english/welcome.php

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/install/language/english/welcome.php   Download  
File: htdocs/install/language/english/welcome.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change: Merge pull request #1586 from mambax7/feature/Cannot_use_bool_as_array

fix for Cannot use bool as array
Merge pull request #1545 from mambax7/feature/Tinymce_5.10.9

TinyMCE 5.10.9
updated install, Bootstrap 5.3.3
Merge pull request #1411 from mambax7/feature/Fix_rendering_caption_required_icon2

Fix rendering caption required icon2
Merge pull request #1239 from Andrew-Staves-Activ/notificationhandler_subscribe_success

Bump minimum recommended PHP to 7.3
Merge pull request #772 from GregMage/update_tpl_xmmodules

Update tpl xmmodules
Merge xswatch4
Date: 1 month ago
Size: 2,838 bytes
 

Contents

Class file image Download
<?php
//
// _LANGCODE: en
// _CHARSET : UTF-8
// Translator: XOOPS Translation Team

$content = '
<p>
    <abbr title="eXtensible Object-Oriented Portal System">XOOPS</abbr> is an open-source
    Object-Oriented Web publishing system written in PHP. It is 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="https://www.gnu.org/licenses/gpl-2.0.html" rel="external">GNU General Public License (GPL)</a>
    version 2 or greater, 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>
<h3>Requirements</h3>
<ul>
    <li>WWW Server (<a href="https://www.apache.org/" rel="external">Apache</a>, <a href="https://www.nginx.com/" rel="external">NGINX</a>, IIS, etc)</li>
    <li><a href="https://www.php.net/" rel="external">PHP</a> 7.4 or higher, 8.3.0+ recommended</li>
    <li><a href="https://www.mysql.com/" rel="external">MySQL</a> 5.7.8 or higher, 8.4.5+ recommended </li>
</ul>
<h3>Before you install</h3>
<ol>
    <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 these directories and files writable: %s</li>
    <li>For security considerations, you are strongly advised to move the two directories below out of <a href="https://privacyaustralia.net/phpsec/projects/guide/php-security-guide-databases-and-sql/" rel="external">document root</a> and change the folder names: %s</li>
    <li>Create (if not already present) and make these directories writable: %s</li>
    <li>Turn cookie and JavaScript of your browser on.</li>
</ol>
<h3>Special Notes</h3>
<ol>
    <li>Some specific system software combinations may require some additional configurations to work
    with XOOPS. If any of these topics apply to your environment, please see the full
    <a href="https://xoops.gitbook.io/xoops-install-upgrade/" rel="external">XOOPS
    installation manual</a> for more information.<br><br>

    <li><strong>MySQL 8.0</strong> is not supported in all PHP versions. Even in the supported versions, issues with the
    PHP <em>mysqlnd</em> library may require the MySQL server&apos;s <em>default-authentication-plugin</em>
    to be set to <em>mysql_native_password</em> to function correctly.<br><br>

    <li><strong>SELinux</strong> enabled systems (such as <strong>CentOS</strong> and <strong>RHEL</strong>) may require changes to the security context
    for XOOPS directories in addition to the normal file permissions to make directories writable.
    Consult your system documentation and/or systems administrator.
</ol>
'
;

return
$content;