From: <tst...@us...> - 2012-03-07 16:36:48
|
Revision: 9106 http://xoops.svn.sourceforge.net/xoops/?rev=9106&view=rev Author: tstempko Date: 2012-03-07 16:36:39 +0000 (Wed, 07 Mar 2012) Log Message: ----------- bad ip description corrected Modified Paths: -------------- XoopsCore/trunk/htdocs/modules/system/language/english/admin/preferences.php Modified: XoopsCore/trunk/htdocs/modules/system/language/english/admin/preferences.php =================================================================== --- XoopsCore/trunk/htdocs/modules/system/language/english/admin/preferences.php 2012-03-07 16:27:29 UTC (rev 9105) +++ XoopsCore/trunk/htdocs/modules/system/language/english/admin/preferences.php 2012-03-07 16:36:39 UTC (rev 9106) @@ -129,8 +129,8 @@ define("_MD_AM_BADUNAMESDSC", "Separate each with a <strong>|</strong>, case insensitive, regex enabled."); define("_MD_AM_DOBADIPS", "Enable IP bans?"); define("_MD_AM_DOBADIPSDSC", "Users from specified IP addresses will not be able to view your site"); -define("_MD_AM_BADIPS", "Enter IP addresses that should be banned from the site.<br />Separate each with a <strong>|</strong>, case insensitive, regex enabled."); -define("_MD_AM_BADIPSDSC", "^aaa.bbb.ccc will disallow visitors with an IP that starts with aaa.bbb.ccc<br />aaa.bbb.ccc$ will disallow visitors with an IP that ends with aaa.bbb.ccc<br />aaa.bbb.ccc will disallow visitors with an IP that contains aaa.bbb.ccc"); +define("_MD_AM_BADIPS", "Enter IP addresses that should be banned from the site.<br />Separate each with a <strong>|</strong>, case insensitive, regex enabled (so dot - '.' means 'any char')."); +define("_MD_AM_BADIPSDSC", "^aaa\.bbb\.ccc will disallow visitors with an IP that starts with aaa.bbb.ccc<br />aaa\.bbb\.ccc$ will disallow visitors with an IP that ends with aaa.bbb.ccc<br />aaa\.bbb\.ccc will disallow visitors with an IP that contains aaa.bbb.ccc"); define("_MD_AM_PREFMAIN", "Preferences Main"); define("_MD_AM_METAKEY", "Meta Keywords"); define("_MD_AM_METAKEYDSC", "The keywords meta tag is a series of keywords that represents the content of your site. Type in keywords with each separated by a comma or a space in between. (Ex. XOOPS, PHP, mySQL, portal system)"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |