NukeSentinel™ User Guide - Version 2.2.2
About NukeSentinel™ ::
Installation ::
IP 2 Country Installation ::
File Edits ::
Main Menu ::
FAQ's
mainfile.php edits
if ($forum_admin == 1) {
include("../../../includes/sentinel.php"); } elseif ($inside_mod == 1) { include("../../includes/sentinel.php"); } else { include("includes/sentinel.php"); } |
The result should look like this:
<?php
if ($forum_admin == 1) { include("../../../includes/sentinel.php"); } elseif ($inside_mod == 1) { include("../../includes/sentinel.php"); } else { include("includes/sentinel.php"); } |
Removal of Union Tap
Once NukeSentinel™ is installed on your site and the blockers have been activated
you can safely remove or comment out the old Union Tap code from your mainfile.php like:

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) |