Quote:
Originally Posted by Link14716
You are not being ignored on purpose. And I checked in the admincp and you are marked as Licensed.
|
Oh, that's odd. Well, when I verified myself, I gave myself like 2 or 3 hours to give you guys time for whatever verification system you used, lol, to verify me. And I still could not post a thread or reply. *shrugs*
And reason why I said being ignored on purpose is because I posted this like a few days ago and I've seen you guys reply to other posts. *shrugs* I just don't like being ignored

Don't take offense
Quote:
1. It'd be a simple change to everywhere $points is defined, but the code below just makes a new variable - $bankmoney. $points shouldn't include what is in the bank, otherwise it'll cause weirdness all over the store. Feel free to store $points + $bankmoney in a new variable though.
PHP Code:
$bankdata = unserialize($bbuserinfo['uttstore_bankdata']);
$bankmoney = $bankdata['amount'];
2. The above code should answer your question. uttstore_bankdata is a serialized array.
|
Yea, it does, I'll give this a try.
Quote:
3. Yes, I am away of that. Not a bug in itself, but it can cause some. I'll probably round it off in future releases.
|
Excellent

I'm asking because my users came to me complaining that they cannot deposit all their money (i.e., 140.30), it would tell them that they do not have enough money.
Quote:
4. That shouldn't happen, as it should prevent users to steal more money then they have. But I am making 0 just mean to not check to see if they have enough money at all in the next release anyways, just incase someone does go into negatives (although they shouldn't, I've seen it happen).
|
Yea, I've been sitting here trying to figure out the code, but I'll let you do it, LOL since you are more inimiate with the shop code, not I.
Thanks!
HoC