Status
Not open for further replies.
What is your user name on my forum? I think this error can only be reproduced if you have a large sum of credit.
 
Your right, I am unable to reproduce this error on your account but for some odd reason, it works on mine and the other user who discovered it.

After, it injects into database:
Code:
$interest = 1 + ($interest / 100);


$vbulletin->db->query_write("
		update " . TABLE_PREFIX . "user
		set dbtech_vbshop_bank = round(dbtech_vbshop_bank * $interest, 2)
		where dbtech_vbshop_bank > 0
	");

it calls this variable but it never checks in the database when the last time was he took interest.
 
Me and Darkwaltz4 came up with a possible reason as to why I couldn't reproduce it. I've uploaded a new set of files that may have this fixed, could you please re-download and re-upload them, then try again on your account?
 
Status
Not open for further replies.

Similar threads

  • Locked
  • thread_type.dbtech_ecommerce_suggestion thread_type.dbtech_ecommerce_suggestion
Replies
4
Views
2K

Legacy vBShop

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
1,261
Customer rating
0.00 star(s) 0 ratings
Back
Top