/* # ######################################################################################################################################## # Project: PHPLinkDirectory: Version 2.2.0 # # ********************************************************************** # Copyright (C) 2004-2008 NetCreated, Inc. (http://www.netcreated.com/) # # ********************************************************************** # # By using the software you agree to the terms: # You may not redistribute, sell or otherwise share this software in whole or in part without the consent of the # the ownership of PHP Link Directory. Please contact david@david-duval.com if you need more information. # You agree to retain a link back to http://www.phplinkdirectory.com/ on all pages of your directory. # If you wish to remove the link from the footer of the pages, You must purchase a license to do so. The license # is $50.00 USD and purchase can be arranged by emailing help@phplinkdirectory.com . # Removal of the link back without license purchase may be cause for permanent removal of permission to use this # script. # In some cases, users may be required to agree to changes in the software license before receiving updates to the software. # For questions, help, comments, discussion, etc., please join the # PHP Link Directory Forum http://www.phplinkdirectory.com/forum/ # # @link http://www.phplinkdirectory.com/ # @copyright 2004-2008 NetCreated, Inc. (http://www.netcreated.com/) # @projectManager David DuVal # @package PHPLinkDirectory # ######################################################################################################################################## */ ***************************************************************************** ***** Changelog for PHP Link Directory ver 2.1, created on Sep 24, 2006 ***** ***************************************************************************** Filename: phpLD-21.zip Author: Constantin Bejenaru / Boby (http://www.frozenminds.com) Updates: - [UPDATE] Smarty template engine upgraded to latest stable version (2.6.14) - [UPDATE] SmartyValidate library upgraded to latest stable version (2.8) - [UPDATE] AdoDB database library upgraded to latest stable version (4.92) - [UPDATE] PHPMailer class upgraded to latest stable version (1.73) - [UPDATE] New installer, works with PHP 5.x and PHP in CGI mode Removed: - Reciprocal link ID validation and anything related to it Changes: - Language file support - Password is now encrypted using either SHA1 or MD5 hash - Improved notification system - Link ID problem fixed, HTML id element is not longer just a numeric value, it was changed to "id_{xyz}" or "id{xyz}" where {xyz} is the numeric link ID - RSS feeds show only limited (links per page value) amount of links preventing timeouts - Main page (index.php) PHP code reduced - Main page (index.php) links count code changed to much faster and safer SQL command - Most SQL commands are now correct and safe for DB input/output - Valid XHTML markup and valid CSS - Emails are sent with admin sender name and address - Inactive categories are not shown anymore on submit page - Allow multiple submit fixed - Validation of reciprocal links improved - Unencoded character problem fixed - Symbolic links are now working with Mod Rewrite - Subcategories preview sorted in alphabetical order - Same title in multiple categories is now allowed - Easy to read fonts for image verification - Add folders and template files protection via htaccess and an additional default index.html file - added input filtering to strip out javascript. see /include/io_filter.php to add allowed html code. - and many more ... Files changed: - All files, PHP and template files (Please overwrite them all!!)