# $Author$ # $Date$ /************************************************************************/ /* PHP-NUKE: Web Portal System */ /* =========================== */ /* */ /* Copyright (c) 2002 by Francisco Burzi */ /* http://phpnuke.org */ /* */ /* This program is free software. You can redistribute it and/or modify */ /* it under the terms of the GNU General Public License as published by */ /* the Free Software Foundation; either version 2 of the License. */ /* */ /************************************************************************/ /* PHP-Nuke Patched -- 2004 chatserv */ /* http://www.nukefixes.com -- http://www.nukeresources.com */ /************************************************************************/ /* 10/31/03 - Initial Release */ /* 11/13/03 - Beta 1 released */ /* 11/24/03 - Beta 2 released */ /* 11/29/03 - R.C.1 and 6.0 stable Released */ /* 12/04/03 - Release Candidate 2 Launched - Theme Files Added */ /* 12/11/03 - PHP-Nuke Patched 1.0 Released */ /* 12/23/03 - PHP-Nuke Patched 1.5 Released */ /* 01/14/04 - PHP-Nuke Patched 2.0 Released */ /* 02/03/04 - Version 2.1 Released - Several Modules Reinforced */ /* 02/28/04 - Version 2.2 Released */ /* 04/01/04 - Version 2.3 Released */ /* 04/20/04 - Version 2.3b Released */ /* 05/04/04 - Version 2.3c Released */ /* 05/11/04 - Version 2.4 Released */ /* 06/16/04 - Version 2.5 Released */ /* 09/19/04 - Version 2.6 Released Nuke 7.5 included */ /* 11/23/04 - Version 2.7 Released Nuke 7.6 included */ /************************************************************************/ /******************************************************************************/ /* REMEMBER TO EDIT THE INCLUDED CONFIG.PHP BEFORE UPLOADING IT */ /******************************************************************************/ /* -----------------[ Purpose of this patched version: ]--------------------- */ /* To cover and/or secure any variable against sql injection vulnerabilities */ /* by checking what is passed through them before going into a database table */ /* and after being extracted from a database table by blocking the use of */ /* unwanted characters and limiting the allowed number of characters when */ /* a greater number than the one intended for any table field could allow */ /* for malicious code to be inserted and by making sure that only numerical */ /* values are accepted by variables originally intended for such values. */ /* ----[ Complex details can be viewed in the included readme.html file ]---- */ /* -------[ Easier to follow steps can be found on basic.html file ]--------- */ /******************************************************************************/ # $Log$