0.2.5d  MailAccount.class.php
	 bad username format checking.
	 changed:
	 function checkEmailFormat()
	 function checkUsername()

0.2.5c	adminEmails.php
         checkbox names are now the md5 hash of the username
	 because of conflict with the . (dot) and - (minus)
	 signs in the variablenames.
	 Patch made by Kagan Kongar.
	 
        MailAccount.class.php
	 checkUsername, checkEmailFormat, chkEmailFormat functions
	 was possible to enter usernames with 2 or more @ sign. (??)
	 
	foot.inc.php
	 i changed my email address.
	 
	MySql.class.php
	 connection error checking funtions added
	 
	index.php
	 MySql connection checking corrected.
	 
	 
        