How can I add the BMN Vote For Credits for Mucore modules to store the credits on DmN_Shop_Credits
the DmN_Shop_Credits has 3 credits table and I want it to saved on first credits table.Thanks in advance.
How can I add the BMN Vote For Credits for Mucore modules to store the credits on DmN_Shop_Credits
the DmN_Shop_Credits has 3 credits table and I want it to saved on first credits table.Thanks in advance.
Last edited by Zone404; 14-08-13 at 05:09 PM.
Hope you could read this 4FUNer.Thank you =`)
Last edited by Zone404; 14-08-13 at 05:09 PM.
Bump.Please 4FUNer need help.
Redo all of your mucore modules to select/update credits using BMN Vote For Credits table/columns.
example
Select
UpdateCode:$core_db->Execute("Select Credits from DmN_Shop_Credits where memb___id =?",array($user_auth_id));
Code:$sexy = 50; $core_db->Execute("Update DmN_Shop_Credits set Credits=Credits+? where memb___id=?",array($sexy,$user_auth_id));