saucerfoot

Customer
Hey

can you help me with my vbplaza problem please

i do not know to add tables on the phpadmin area on my hosting account

so can you please me

thanks
 
I think you'll need to speak with the author of vBPlaza and if he can't/won't help you, you're going to need to hire (pay) someone to do what you need. Basically, you need to get support from the mod author that wrote it.
 
saucerfoot, please do not use the report post feature to try and call attention to your thread.
 
This is not the support forum for vBPlaza, and you have been warned in the past about posting multiple posts / abusing the Report Post feature.

Please refrain from any such action in the future, or disciplinary action may be taken against your account.
 
Hey staff

this is what CMX said to us last night

UPDATE: I give permission to any and all parties who would like to take over the modification. It would be nice if you could just leave a note in the credits, the original script is based on vbBux / vbPlaza by CMX, I just have too many other projects to work on to continue work on this. I apologize for any inconvenience this may have caused.

so can you guys help me with adding in that table for me please

thanks
 
Last edited:
Hey Staff

me and my friend quinn tried our best to add these tables on my hosting account without any luck

for those people who has my problem suggest do this code in phpmyadmin in forum database, first create a table named vbplaza_user_history then do this code in sql
ALTER TABLE `vbplaza_user_history`
ADD `historyid` INT UNSIGNED NOT NULL AUTO_INCREMENT,
ADD `itemid` INT UNSIGNED NOT NULL DEFAULT '0',
ADD `itemname` VARCHAR(250) NOT NULL DEFAULT '',
ADD `userid` INT UNSIGNED NOT NULL DEFAULT '0',
ADD `username` VARCHAR(100) NOT NULL DEFAULT '',
ADD `finalcost` DECIMAL(30,5) NOT NULL DEFAULT '0.00000',
ADD `dateline` INT UNSIGNED NOT NULL DEFAULT '0',
ADD `expires` INT UNSIGNED NOT NULL DEFAULT '0',
ADD `visible` INT UNSIGNED NOT NULL DEFAULT '1',
ADD `attachmentid` INT UNSIGNED NOT NULL DEFAULT '0',
ADD `avatarid` INT UNSIGNED NOT NULL DEFAULT '0',
ADD `forumid` INT UNSIGNED NOT NULL DEFAULT '0',
ADD `fromuserid` INT UNSIGNED NOT NULL DEFAULT '0',
ADD `fromusername` VARCHAR(100) NOT NULL DEFAULT '',
ADD `giftid` INT UNSIGNED NOT NULL DEFAULT '0',
ADD `lotteryid` INT UNSIGNED NOT NULL DEFAULT '0',
ADD `postid` INT UNSIGNED NOT NULL DEFAULT '0',
ADD `purchaseid` INT UNSIGNED NOT NULL DEFAULT '0',
ADD `ribbonid` INT UNSIGNED NOT NULL DEFAULT '0',
ADD `styleid` INT UNSIGNED NOT NULL DEFAULT '0',
ADD `threadid` INT UNSIGNED NOT NULL DEFAULT '0',
ADD `touserid`INT UNSIGNED NOT NULL DEFAULT '0',
ADD `tousername` VARCHAR(100) NOT NULL DEFAULT '',
ADD `usergroupid` INT UNSIGNED NOT NULL DEFAULT '0',
ADD `reason` MEDIUMTEXT NOT NULL,
ADD PRIMARY KEY (historyid)

so can you help us please

thanks
 
Sorry; if you are not going to need help with a specific dbtech product, we cannot support any others, regardless of permission given by the original author.
 
Top