NukeXchange Network

          

Nuke Sites Link Directory
Nuke Fixes · NukeForums · NukeZone Hosting · NukeUnited · Nuke Sites · Nuke Skins · NukeLance
Nuke Resources
 :: Home  :: Downloads  :: Your Account  :: Forums  :: Advertise :: 
Login or Register
Main Menu
General
 Main
 AvantGo
 Banner_Clients
 cfaq
 Donations
 Downloads
 Forums
 Members_List
 Private_Messages
 Search
 Stories_Archive
 Submit_News
 Surveys
 Topics
 Web_Links
 Your_Account

Your Account
 Login
 Register
 Lost Pass

Modules
Quick Links
· CMS Focus
· Domain Names
. Game Quest
· Learning Linux
. MateMaker
· NukeFixes
· NukeForums
· NukeLance
· Nuke Sites
· Nuke Skins
· NukeZone Hosting
. SearchDevil
Other Options

Download Resources
· Nuke Downloads
· Add a Link
· New Files
· Top Rated
· Most Popular

Web Site Resources
· Nuke Sites
· Add A Site
· New Sites
· Top Rated
· Most Popular

Support
· NukeZone Hosting
· NukeSkins.com
· NukeForums.com
· phpnuke.org
· NukeFixes.com
Information
NukeForums
·Replacing forums with external forums
·multiple installs not working
·Downloads Configuration Question
·Designing your own version of phpnuke
·What do I need for emails to work?
·Help: Putting forums on front page
·Custom Blocks, Content
·Need Suggestion for Shopping Cart
·RSS feed error in IE 7
·Forum admin prob

read more...
Top10 Links
· 1: Nuke Forums
· 2: PHPNukeFiles
· 3: NukeSkins
· 4: Nuke Templates
· 5: EcomJunk
· 6: MDesign
· 7: Windows Installation: PHP
· 8: FLASH-FOR-NUKE
· 9: Dezina
· 10: Global Dream News Sharing Portal!
Site Visitors
User Login:

Nickname:
Password:
Security Code: Security Code
Type Security Code Here:

Members List Membership:
Latest: Foxfire
Today: 0
Yesterday: 1
Overall: 14817

Visitation:
Guests: 713
Members: 2
Total: 715


You are Anonymous user. You can register for free by clicking here
Sponsor Links
php-Nuke Themes and Templates
php-Nuke Themes and Templates




[ Downloads Main | Add Download | New | Last Updated | Popular | Top Rated ]

Category: Main/[11] NukeScripts/NukeSentinel


Sort Downloads by: Title (A\D) Date (A\D) Rating (A\D) Popularity (A\D)
Resources currently sorted by: Title (A to Z)


  NukeSentinel   Popular
Description:

Features Include:
- To be used with PHP-Nuke 7.1 to 7.9 - Patched 2.9.
- Converted eregi's to stristr's.
- Template system.
  = Templates are used for blocker responses and for the "Site Shutdown" system.
  = Templates for blockers are prefixed with abuse_.
  = Templates for admin settings are prefixed with admin_.
  = Have as many templates as you want/need and assign them thru the Amind and Config screens.
- Comes with 2 blocks and one module for displaying blocked IPs.
- 9 Blocker types.
  = Author/Admin hack blocker.
  = CLike hack blocker.
  = Union hack blocker.
  = Filter blocker.
  = Harvester blocker.
  = Referer blocker.
  = Scripting hack blocker.
  = Request Method blocker.
  = String blocker.
- DOS protection (on/off switchable).
- Force to nukeurl (on/off switchable).
- HTTPAuth/CGIAuth logins for admin.php (on/off switchable, settable per admin).
- Site Disable switch.
- Proxy blocker (on/off switchable).
- htaccess writable (on Apache servers).
- Display pages are sortable.
- Protected Admins (settable per admin).
- Help/Info ballon windows (onclick or onmouseover switchable).
- Each blocker can be tailored to yoru needs.
- Email reports can be sent to multiple admins.
- Enhanced Union and Clike blocker routines.
- Correction for backend.php file feeds.
- Correction for minor code errors.
- Reorganized blocker routines for better trapping.
- IP Tracking routines (on/off switchable).
- Blocked Ranges.
-Reserved Ranges.
- Corrected a bad case for IP2C Searching.
- Corrected the is_god function. Around line 801 you can allow superusers
   in but as default it requires GOD status.
- Corrected the blockers error of an empty set.
- A couple of other minor code changes.
- Corrected a missing HELP define.
- Added Santy Worm protection (Thanks to NSN France)
- Added check box so you can return to the Add IP/Range screens faster
- Recoded includes/sentinel.php to load and run faster.
- Rebuilt the Search function to search all ip areas at once and display the results.
- Added test switch for HTTPAuth and register_globals. Helps prevent admins being locked out of admin.php .
- Added switch for Santy Worm protection.
- NEW import system for adding IP 2 Country data and importing Blocked Ranges.
- Created master globals in includes/nukesentinel.php for easier and faster processing.
  - You can use the new master global by adding $nsnst_const to your global lines thruout PHP-Nuke.
- Added if (!get_magic_quotes_runtime()) to help prevent data not writing to the database.
- Adapted for 7.7 WYSIWYG editor.
- Enclosed table and field names with ` marks on sql queries.
- Improved the Add IP 2 Country Range failure report page.
- includes/nukesentinel.php checks for the $admin_file var and sets it if it isn't set.
- Added Country Listing page in IP 2 Country management. Now you can easily find the c2c codes.
- Blocking an IP Range now writes it's calculated CIDR(s) to the htaccess file.
- IP Range display pages also include the reanges calculated CIDR(s) in the display.
- Changed the IP Tracking from a max number of lines to a max number of days.
- Added the gfx=gfx_little clause to prevent from being tracked and wasting db space.
- Removed unused code and language defines.
- Corrected a Serch Results error.
+ Re-ordered the lang file to prevent Undefined error.
+ ChatServ updates to replace $x == "" to empty($x) in many locations.
+ Updated Edit Instructions (Includes updates by ChatServ for Patched 3.1).
+ Moved import directory out of the admin directory structure so it can be deleted after importing data easier.
+ Added routines to check range database table for overlaps.
+ Updated import data (ip2country data from the NukeSecripts site).
+ NEW Flood Protection on GET and POST requests. (Thanks to Manuel).
+ Added global for SERVER_ADDR as $nsnst_const['server_ip'] . Can be usefull in other scripts for check if the request comes from yoru server or from a client.
2.4.0a CHANGES (2005-08-23): + Updated for 100% W3C HTML 4.01 Transitional Compliance. + Updated Blocks for titles and compliance. + Moved "Country List" link to main menu. + Few minor bugs fixed.
+ And more........

2.4.0b CHANGES (2005-08-31):
+ Updated abuse folder files for 100% W3C HTML 4.01 Transitional Compliance.
+ Updated database table indexing to improve performance.
+ Added sorting options for Blocked Ranges.
+ Added option to email new IP2Country ranges to NSN.
+ Few minor bugs fixed.

2.4.2 CHANGES (2005-09-20):
+ Includes IP2Country 2005-09-19 updated imports.
+ Corrected save routines that were/are corrupted by the WYSIWYG editor.
- Removed extra block files.


Version: 2.4.2 Filesize: 821.00 Kb
Added on: 04-May-2005 Downloads: 5924
Last Updated On: 20-Sep-2005 Rating: 10.0 (2 Votes)
HomePage | Rate Resource | Details


Game Quest Online - Games and more!
Game Quest Online - Games and more!


Survey
What do you look for at NukeResources?

Nuke News
Bug Fixes
Code Hacks
Security Patches
Add-Ons
Themes
Assistance
Web Links
All of the Above!
Neither (Post Comment)



Results
Polls

Votes 13626
Past Articles
Sun. February 17
· BBToNuke 2.0.23
Mon. February 11
· Call of Duty 4 Theme Released Eventually !
· PicasaWeb photo gallery update
· Competiton Quiz To Celebrate 5 years
Fri. January 18
· Nuke database module dev
Sun. January 06
· Beta files ready to download
Tue. January 01
· Again i seek community members
· nukeSEO.com releases nukePIE(tm) - replacement feed reader for PHP-Nuke blocks
Sun. December 30
· Croatian language for all phpNuke
· Create swap images

Older Articles
Random Headlines

All Topics
[ All Topics ]

·To Raven
NukeSkins
·Templates converted to Evolution.
·Net-village theme for phpnuke 7x and nuke evo 2.0.5,
·Lord of the Rings Online PHPNuke Theme 3 Released!
·Pet Theme Finished
·Hosting Theme Finished
·Kal_V2 PHPNuke Theme Released
·PHP-Nuke Theme Tutorial By Kenetix
·New Themes for phpnuke 7.6/8.0
·Lineage Theme for PHP-Nuke
·Warcraft Theme

read more...
Downloads Stats
Total Files: 858
Total Categories: 108
Total Downloads: 1811922

 Newest Files 
 1: GABASE - Banner Search Engine (13)
[Added on: 23-Jun-2008]

 2: R-Studio Data Recovery for Mac (26)
[Added on: 16-Jun-2008]

 3: NO GAS FRIDAYS - Block (40)
[Added on: 04-May-2008]

 4: No Mail Your Account Hack 8X (180)
[Added on: 24-Mar-2008]

 5: BBtoNuke 2.0.23 Full Package NP (574)
[Added on: 07-Mar-2008]


 Last Updated 
 1: R-Drive Image Hard Disk Backup Software (777)
[Last Updated: May 27, 2008]

 2: R-Wipe & Clean - Disk Wipe, File Eraser and PC privacy (959)
[Last Updated: May 27, 2008]

 3: Last Updated Downloads mod for 7.6 (939)
[Last Updated: Mar 24, 2008]

 4: No Mail Your Account Hack 7.9 (1087)
[Last Updated: Mar 24, 2008]

 5: BBtoNuke 2.0.23 Full Package 8X (1302)
[Last Updated: Mar 15, 2008]


 Most Downloaded 
 1: Nuke 7.6 Patched
[Downloaded: 46572 Times]

 2: Nuke 6.5 Web Installer
[Downloaded: 46092 Times]

 3: Nuke 7.2-7.3 Patched
[Downloaded: 40981 Times]

 4: Nuke 7.0-7.1 Patched
[Downloaded: 37280 Times]

 5: Nuke 7.5 Patched
[Downloaded: 34066 Times]


Nuke Resources
Downloads


NukeFixes
·Ts Contact 1.0 Multilanguage
·Ts Gallery 1.0
·Free Download: 5 Variations of the famous black 0ri0n-Theme!
·The NEW phpBB3
·Pc-Nuke! releases new 8.1.034 versions of Lite! and Max!
·Block Countdown Halloween 2007
·SimpleCart v.1.0 Now Available for Public Download!
·Gears of War theme
·LD Reviews Module
·Templates converted to Evolution.

read more...
CMSFocus
·0.8.0.0 Milestone 1 Release
·Xaraya 1.0.1 Release
·Security Advisory For PostNuke
·200,000 Mambo Downloads in 10 Days
·Crazy-Coderz.Net Opened
·Security Patch for phpWebSite 0.10.1
·View and Test PHP-Nuke After-Patched - The Only Compliant Nuke
·PostNuke 0.761 Released
·phpWebSite 0.10.2 STABLE available
·PHP-Nuke 7.9 FINAL Released

read more...
New Nuke Sites
·Nuke Sites Link Directory
·NukeForums - Forums ...
·M C Computers...
·Politibyte Political...
·-=+Pure Hacking+=-...
·iCheat...
·Himpas Vignecvara...
·Age of Ahnicus...
·Ankle-Deep...
·Oncativodigital...

read more...
Nuke Sites Link Directory


Best viewed with a Browser
All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2001 - 2007 by NukeResources.com
You can syndicate our news using the file .backend.php or ultramode.txt
PHP-Nuke Copyright © 2004 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 0.65 Seconds

:: Eos phpbb2 style by Cyberalien :: PHP-Nuke theme by www.nukemods.com ::