[ Index ] |
|
Code source de e107 0.7.8 |
1 <?php 2 /* 3 + ----------------------------------------------------------------------------+ 4 | e107 website system 5 | 6 | ©Steve Dunstan 2001-2002 7 | http://e107.org 8 | jalist@e107.org 9 | 10 | Released under the terms and conditions of the 11 | GNU General Public License (http://gnu.org). 12 | 13 | $Source: /cvsroot/e107/e107_0.7/e107_languages/English/admin/help/banlist.php,v $ 14 | $Revision: 1.3 $ 15 | $Date: 2007/02/11 10:33:58 $ 16 | $Author: e107steved $ 17 +----------------------------------------------------------------------------+ 18 */ 19 20 if (!defined('e107_INIT')) { exit; } 21 22 $caption = "Banning users from your site"; 23 $text = "You can ban users from your site at this screen.<br /> 24 Either enter their full IP address or use a wildcard to ban a range of IP addresses. You can also enter an email address to stop a user registering as a member on your site.<br /><br /> 25 <b>Banning by IP address:</b><br /> 26 Entering the IP address 123.123.123.123 will stop the user with that address visiting your site.<br /> 27 Entering the IP address 123.123.123.* will stop anyone in that IP range from visiting your site.<br /><br /> 28 <b>Banning by email address</b><br /> 29 Entering the email address foo@bar.com will stop anyone using that email address from registering as a member on your site.<br /> 30 Entering the email address *@bar.com will stop anyone using that email domain from registering as a member on your site.<br /><br /> 31 <b>Banning by user name</b><br /> 32 This is done from the user administration page."; 33 $ns -> tablerender($caption, $text); 34 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Apr 1 01:23:32 2007 | par Balluche grâce à PHPXref 0.7 |