Changed Refactor database calls to new functions so that it is not only dependent on
MySQL (DB independence?).
Changed Admin listuser.tpl added some boxes and made the user list nicer.
Changed listings.tpl code to allow use of mod_rewrite SEF urls
Changed paginate functions to allow for rewrite of SEF links.
Changed Updated slimbox and mootools js files to support their newest features.
Changed Refactor database update code for env_update no more adding additional POST vars for new fields.
Changed logoff function to remove onlineusers table data if logged in user logs off.
Changed lastActive function to check for logged in or guest users and insert details in onlineusers table.
Changed Functions that used mysql_result for returned row data to plain query. I could not find a mysqli replacemet.
Removed Rogue getlistings() request on listings.php should speed up results.
Removed INET_ATON
MySQL specific feature replaced with a function ipConvertLong should work with any unsigned(int).
Removed link to forums in header.tpl for less editing on start ups.
Removed getTypesList(), getDriveTrainsList(), getManufacturersList(), they are basically redundent functions.
Added getTableDataList($table) as replacement for three redundant functions.
Added Site statistics for admin section, view total listings by type, sold listings, guest and logged in users etc.
Added new mod_rewrite rules into the .htacces file to allow for SEF urls.(experimental)
Added New database table onlineusers which holds the visitor tracking info.
Added Listing approval system that can be turned on or off in the admin section (defaults to off).
Added User approval system that can be turned on or off in the admin section (defaults to off).
Added Updated “Find by make or model
URL Hack” to codebase [sentry].
Added Function to display script generation time, time is commented in the bottom footer view page source to see.
Added 3 new files to Includes/configs for remapping db functions.
Fixed Function checkIfEmail does not ensure email is matched when a user changes their password from reset.php [leowmjw].
Fixed Removed function call from contact.php which would add unneeded slashes to your sent emails.
Fixed Invalid function pagefix on contact.php when send a bad email replaced with correct function viewOnPage.
Fixed Small validation issues for w3c validation for
XHTML strict doctype.
Misc cleanup of various code and minor bug fixes.