Page 1 of 1

Bank update 0.8.13-0.9.0

Posted: Thu Dec 03, 2009 3:42 pm
by Erik Mortis
Last Bank update: http://shireroth.org/forum/viewtopic.php?f=226&t=12005

Code: Select all

0.8.13 Removed all admin functions from the menu and gave them their own page.
0.8.14 Ever so minor fix in htmllib.php that caused issues with a mod.  
			 Moved all select() functions and bank_error() into htmllib.php from util.php.
			 Created install.sql to become install.php to create tables for the bank. 
0.9.0 created clean_input() in util for use in the bank. More security.
			 Implemented clean_input() on username and password given for new accounts.
			 Updaed: login.php, changepw.php, adminchangepw.php, addcountry.php, addsubdivision.php,
			 				 tax.php, transfer.php. 
			 transfer_funds() now cleans up ALL inputs given to it. Made fix to apply_tax().
			 log_transfer() now cleans up ALL inputs. 
			 All functions in sublib.php, loglib.php and dblib.php clean inputs. 
			 check_password() cleans. 
little things mostly. Some clean up. Last change is the largest as it put more security and sanitation...EVERYWHERE!

Re: Bank update 0.8.13-0.9.0

Posted: Mon Dec 21, 2009 9:47 am
by vasroe
The added security is a good form of insurance for us account holders.

Re: Bank update 0.8.13-0.9.0

Posted: Tue Jan 05, 2010 11:21 pm
by Erik Mortis
Note for self: There is a reported bug in the changesubdivision.php page. (FIXED)