Change Log

Updates v1.4.2

Mar 21, 2011

Updates v1.4.1

Mar 29, 2010


Updates v1.3

Sept 23, 2008


Updates v1.2

Sept 15, 2008

- Added mysql_real_escape_string() to all incoming variables to prevent SQL injection vulnerabilities.
- Added lang_danish.php - Danish language support
- Changed the footer to be "powered by matterdaddy market"
- Updated several links that were pointing to the older support site.
- Ensured that /photo directory is included in .zip file
- Update some of the install instructions.


Updates v1.1

Jan 30, 2008

This release includes an internationalized version. Thanks to PierreJ for all the work.

Pretty puch every file ahs been updated to include support for language.
RSS.php has been fixed
Removed a validation bug in the controller file.

If you translate it to any other languages, send me the language file so that others can benefit, caryevans2000[at]yahoo.com. Also, there currently are ommissions in the spanish and french files. If you update those, please send me the updates and I'll include. Thanks!


Updates v1.05

Jan 20, 2008

controller.php - added data validation on required fields
viewItem.php - added / fixed JavaScript data validation
newItem.php - added JavaScript data validation
md_style.css - added error styles (at the bottom of the page)
admin/index.php - added link to the support forum
_install_Instructions.htm - updated them


Updates v1.04

controller.php - Added 'hacker defense' - Thanks Kreuznacher | wurdzwurk
Checks to see if certain bad strings are trying to be submitted.


Updates in v1.03

Fixed: Typo on $serverPath variable by... On all emails and RSS it now detects domain and directory so there is no need to emss with $serverPath variable
Fixed: On the same file “email_newItem.php” on line 8, $_SERVER['SERVER_NAME'] returns the server name including www. So an email will appear something like email@www.server.com instead of email@server.com . The same applies from line 9.
Fixed: When I uploaded the database I had to manually mark “postId” and “cat_id” as auto_increasment to work.
Fixed: Updated the whole admin key thing; When I login to admin panel and click “View Site in Admin Mode” after I make a change, like deleting a post, I have to relogin to be able to make a new change.