XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
install2.php
1<?php
2// Syntax replace define with const v2.3.0 2021/05/15 @gigamaster XCL-PHP7
3
4const _INSTALL_WEBMASTER = 'Webmasters' ;
5const _INSTALL_WEBMASTERD = 'Webmasters of this site' ;
6const _INSTALL_REGUSERS = 'Registered' ;
7const _INSTALL_REGUSERSD = 'Registered Users Group' ;
8const _INSTALL_ANONUSERS = 'Anonymous' ;
9const _INSTALL_ANONUSERSD = 'Anonymous Users Group' ;
10
11const _INSTALL_ANON = 'Anonymous' ;
12
13const _INSTALL_DISCLMR = 'While the administrators and moderators of this site will attempt to remove
14or edit any generally objectionable material as quickly as possible, it is
15impossible to review every message. Therefore you acknowledge that all posts
16made to this site express the views and opinions of the author and not the
17administrators, moderators or webmaster (except for posts by these people)
18and hence will not be held liable.
19
20You agree not to post any abusive, obscene, vulgar, slanderous, hateful,
21threatening, sexually-orientated or any other material that may violate any
22applicable laws. Doing so may lead to you being immediately and permanently
23banned (and your service provider being informed). The IP address of all
24posts is recorded to aid in enforcing these conditions. Creating multiple
25accounts for a single user is not allowed. You agree that the webmaster,
26administrator and moderators of this site have the right to remove, edit,
27move or close any topic at any time should they see fit. As a user you agree
28to any information you have entered above being stored in a database. While
29this information will not be disclosed to any third party without your
30consent the webmaster, administrator and moderators cannot be held
31responsible for any hacking attempt that may lead to the data being
32compromised.
33
34This site system uses cookies to store information on your local computer.
35These cookies do not contain any of the information you have entered above,
36they serve only to improve your viewing pleasure. The email address is used
37only for confirming your registration details and password (and for sending
38new passwords should you forget your current one).
39
40By clicking Register below you agree to be bound by these conditions.';