Quote:
Today at 12:45 AM N9ne said this in Post #13
You change all references to $bbuserinfo['dollars'] or $bbuserinfo[dollars] or $userinfo[dollars] to have storep instead of dollars.
|
indeed, but when someone replies I loose ALL of my store points and he has only the ones he earned in that thread
[EDIT]
never mind, got it :P
Quote:
$DB_site->query("UPDATE user SET storep = IF(userid = $fromuserid, storep - $transfer, storep + $transfer) WHERE userid IN ($fromuserid, $touserid)");
|