| [ Index ] |
PHP Cross Reference of Nuke-Evolution v2.0.5 |
[Summary view] [Print] [Text view]
1 <?php 2 /*======================================================================= 3 Nuke-Evolution Basic: Enhanced PHP-Nuke Web Portal System 4 =======================================================================*/ 5 6 /********************************************************/ 7 /* block-Sentinel_Center.php */ 8 /********************************************************/ 9 /* NukeSentinel(tm) */ 10 /* By: NukeScripts Network (webmaster@nukescripts.net) */ 11 /* http://www.nukescripts.net */ 12 /* Copyright (c) 2000-2005 by NukeScripts Network */ 13 /********************************************************/ 14 /* Hacker Beware center block (SQL Programing) */ 15 /* By: Stephen2417 (Orignal Code) & xfsunolesphp */ 16 /* http://stephen2417.com http://xfsunoles.com */ 17 /* Copyright (c) 2004 by Stephen2417 & xfsunolesphp */ 18 /********************************************************/ 19 /* Recoded for 100% W3C Compliance by 64bitguy */ 20 /* http://64bit.us */ 21 /********************************************************/ 22 23 /*****[CHANGES]********************************************************** 24 -=[Base]=- 25 Nuke Patched v3.1.0 06/26/2005 26 ************************************************************************/ 27 28 if(!defined('NUKE_EVO')) exit; 29 30 global $db, $prefix, $ab_config, $currentlang; 31 32 $result = $db->sql_query("SELECT * FROM `".$prefix."_nsnst_blocked_ips`"); 33 $total_ips = $db->sql_numrows($result); 34 $db->sql_freeresult($result); 35 if(!$total_ips) { $total_ips = 0; } 36 $content = "<div align=\"center\"><img src=\"images/nukesentinel/Sentinel_Large.png\" alt=\" "._AB_WARNED."\" title=\" "._AB_WARNED."\" /><br />"._AB_CAUGHT." ".intval($total_ips)." "._AB_SHAME."</div>"; 37 $content .= "<hr /><div align=\"center\"><a href=\"http://www.nukescripts.net\">"._AB_NUKESENTINEL." ".$ab_config['version_number']."</a></div>\n"; 38 39 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Jun 6 11:38:01 2007 | Cross-referenced by PHPXref 0.7 |