PDA

View Full Version : Possible bank bug?


sully02
05-03-2005, 03:00 PM
I'm running the most recent version of UCS (0.95c) and vBulletin version 3.0.3

A couple of members have indicated to me that if you click the deposit button really fast when depositing money into the bank, it will double/triple/etc. your deposit, while only taking the initial amount out of your on hand cash.

Example: I want to deposit $500 into the bank. I click really fast and end up having $1000 deposited, but only $500 is removed from my on hand cash.

Some of my members have managed to amass millions using this method, and conversely, one member messed up and ended up with millions in negative cash.

One thing that makes me think this may be an issue on my end is that I have separate web and database servers, so that's a possibility, otherwise, do you guys have any insight?

Hellspire
05-11-2005, 03:28 AM
A solution to your problem would be to edit the template and add this argument to the submit button.

onclick="this.disabled=true"

What you are experiencing is not uncommon, and this simple argument addon will prevent it from occurring on 90% of all browsers.

Zachery
05-11-2005, 04:10 AM
A solution to your problem would be to edit the template and add this argument to the submit button.

onclick="this.disabled=true"

What you are experiencing is not uncommon, and this simple argument addon will prevent it from occurring on 90% of all browsers.
I think we added a check for this in 1.0 if Not I will poke matt AND add it to the template.