Name | Modified | Size | Downloads / Week |
---|---|---|---|
phpEmailUser_0_7.zip | 2013-07-15 | 199.9 kB | |
readme.txt | 2013-07-15 | 1.2 kB | |
phpEmailUser_0_6.zip | 2013-04-06 | 200.0 kB | |
phpEmailUser_0_5.zip | 2012-05-03 | 34.4 kB | |
phpEmailUser_0_4.zip | 2012-03-06 | 33.9 kB | |
phpEmailUser_0_3.zip | 2011-11-30 | 33.3 kB | |
phpEmailUser_0_2.zip | 2011-10-20 | 31.7 kB | |
Totals: 7 Items | 534.3 kB | 0 |
changes: version 0.7: - repaired bug in generating the user-re-requested activation key version 0.6: - salting passwords: common salt + user specific salt - md5 replaced with sha512 encryption - cleaned css and html, added an example page version 0.5: - made specifying $mysqlchar in config file optional (can be simply commented out if not required) - otherwise no changes version 0.4: - repaired minor bug in mathcaptcha - added new session variables: user's first_name & last_name, as well as 'juststarted'-variable - repaired some minor typos in html code - new config variable $mysqlchar specifies mysql charset when php opens a mysql connection - made the user interface a bit smaller version 0.3: - made pages more adaptable to be included by php files of another main application - renamed functions and css styles to avoid conflicts with a main application's functions version 0.2: - destroying session properly: additionally to session_destroy() we do $_SESSION = array(); - admin can invalidate activation code that had been sent to user - wrote my own code for controlling session timeout; timeout is set in config file