creedmaniac
03-11-2006, 04:19 PM
has anyone integrated this with RPG inferno...?
if so can you tell me what you did?...or how to figure out what field the rpg uses to store points so i can manually change it?
so far this is what i've done...
inferno used inferno_user as table, money as points field and bankmoney as bank field...so i set all that up...
when i try to give points though this is the error i get
Database error in vBulletin 3.5.4:
Invalid SQL:
UPDATE vbinferno_user
SET
money = money + 1523, bankmoney = bankmoney + 87;
MySQL Error : Table 'fdgdfsg_vb.vbinferno_user' doesn't exist
Error Number : 1146
Date : Saturday, March 11th 2006 @ 01:38:31 PM
Script : /home/admincp/vbplaza.php
Referrer : home/admincp/vbplaza.php?do=massgiveaway
IP Address : dfsgsdfgsdfg
Username : gffgf
Classname : vb_database
apparently vbplaza adds a 'vb' to the front of the user field?...how can i remove that?
lol, i just realized that the reason this is happening is because vbplaza adds the vbulletin prefix used in the vbtable....but inferno doesn't use the vbprefix...
so i guess i just need to know how and in what vbplaza file the 'vb' prefix is added to the usertable field?...i've been looking for almost 2 hours now...gues it would be easier if i knew more about php :(
if so can you tell me what you did?...or how to figure out what field the rpg uses to store points so i can manually change it?
so far this is what i've done...
inferno used inferno_user as table, money as points field and bankmoney as bank field...so i set all that up...
when i try to give points though this is the error i get
Database error in vBulletin 3.5.4:
Invalid SQL:
UPDATE vbinferno_user
SET
money = money + 1523, bankmoney = bankmoney + 87;
MySQL Error : Table 'fdgdfsg_vb.vbinferno_user' doesn't exist
Error Number : 1146
Date : Saturday, March 11th 2006 @ 01:38:31 PM
Script : /home/admincp/vbplaza.php
Referrer : home/admincp/vbplaza.php?do=massgiveaway
IP Address : dfsgsdfgsdfg
Username : gffgf
Classname : vb_database
apparently vbplaza adds a 'vb' to the front of the user field?...how can i remove that?
lol, i just realized that the reason this is happening is because vbplaza adds the vbulletin prefix used in the vbtable....but inferno doesn't use the vbprefix...
so i guess i just need to know how and in what vbplaza file the 'vb' prefix is added to the usertable field?...i've been looking for almost 2 hours now...gues it would be easier if i knew more about php :(