(Custom) SQL Query on User Upgrade

shadoom

Member
Hey,

I was wondering if it is possible to have a custom sql query running on User Upgrade which uses the forum nickname of the user and adds an amount to a field (ingame balance).

Thanks

edit:

something like this:
UPDATE `iConomy` SET Balance = Balance + 3000 WHERE username='$username';

where $username is the forum username of that user who just upgraded
 
Top Bottom