NukeSentinel™ User Guide - Version 2.2.2
About NukeSentinel™ ::
Installation ::
IP 2 Country Installation ::
File Edits ::
Main Menu ::
FAQ's
javascript.php edits
##################################################
# Include for some common javascripts functions # ################################################## |
and add these 5 lines:
global $sentineladmin;
if($sentineladmin > 0) { echo "<script type=\"text/javascript\" src=\"includes/overlib.js\"><!-- overLIB (c) Erik Bosrup --></script>\n"; echo "<script type=\"text/javascript\" src=\"includes/overlib_hideform.js\"><!-- overLIB (c) Erik Bosrup --></script>\n"; } |
so that it looks like:
##################################################
# Include for some common javascripts functions # ################################################## global $sentineladmin; if($sentineladmin > 0) { echo "<script type=\"text/javascript\" src=\"includes/overlib.js\"><!-- overLIB (c) Erik Bosrup --></script>\n"; echo "<script type=\"text/javascript\" src=\"includes/overlib_hideform.js\"><!-- overLIB (c) Erik Bosrup --></script>\n"; } |
On certain pages you will see this image:
![]() Click on it, and it will copy the text in the box above it into your clipboard. Then you can PASTE it in to your editor. NOTE: The copy to clipboard feature only works for Internet Explorer based browsers. Mozilla browser types must copy & paste manually. Last Updated: June 19, 2005 by: Steph Benoit (64bitguy) |