home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / CMS / xoops-2.0.18.1.exe / xoops-2.0.18.1 / htdocs / install / language / english / install2.php < prev    next >
Encoding:
PHP Script  |  2005-11-03  |  2.2 KB  |  40 lines

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