The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
uCash & uShop v2.0.0 Details »» | |||||||||||||||||||||||||
As of June 4th 2006 the uCS project is officaly closed.
For more info please see this thread. https://vborg.vbsupport.ru/showthread.php?t=117590 Show Your Support
|
Comments |
#602
|
||||
|
||||
These errors should be fixed by the next release. Remember guys this is a Beta. Meaning we are on the showroom floor with a hot sexy no car that might not have an engine. So We should ask for a Bug Reporting Address. Now in my case. (Do only if you know what you are doing.) I used the mysql queries in the mysql_schema.php for uShop. If you only add uCash 1.1.0 or 1.1.0 it will completely miss a few steps because it thinks you already have them. Now the missing information will be:
Code:
CREATE TABLE ushop_action ( `actionid` int(5) NOT NULL auto_increment, `categoryid` smallint(5) NOT NULL default '1', `shortname` varchar(255) NOT NULL default '', `name` varchar(255) NOT NULL default '', `description` text NOT NULL, `displayorder` int(10) NOT NULL default '0', `cost` varchar(20) NOT NULL default '', `tax` varchar(20) NOT NULL default '', `sold` bigint(10) NOT NULL default '0', `defaultquantity` bigint(10) NOT NULL default '0', `quantity` bigint(10) NOT NULL default '0', `allowedgroups` varchar(255) NOT NULL default '', `deniedgroups` varchar(255) NOT NULL default '', `expiration` int(15) NOT NULL default '0', `noexpiremarkup` decimal(20,2) NOT NULL default '0.00', `filelocation` varchar(255) NOT NULL default '', `imagelocation` varchar(255) NOT NULL default '', `disablecoupon` tinyint(1) NOT NULL default '0', `showinstore` tinyint(1) NOT NULL default '0', `active` tinyint(1) NOT NULL default '0', `saf_name` varchar(50) NOT NULL default '', `asvs` text NOT NULL, `itemcatcache` text NOT NULL, `itemcache` text NOT NULL, PRIMARY KEY (`actionid`) ) CREATE TABLE ushop_asvs ( `asvsid` int(20) NOT NULL auto_increment, `actionid` int(20) NOT NULL default '0', `varname` varchar(255) NOT NULL default '', `title` varchar(255) NOT NULL default '', `description` text NOT NULL, `optioncode` text NOT NULL, `value` text NOT NULL, `displayorder` smallint(5) NOT NULL default '0', PRIMARY KEY (`asvsid`) ) CREATE TABLE ushop_bank ( `rowid` int(10) NOT NULL auto_increment, `userid` int(10) NOT NULL default '0', `inserttime` bigint(20) NOT NULL default '0', `updatetime` bigint(20) NOT NULL default '0', `amount` varchar(20) NOT NULL default '', PRIMARY KEY (`rowid`), UNIQUE KEY `userid` (`userid`) ) CREATE TABLE ushop_history ( `historyid` bigint(10) NOT NULL auto_increment, `userid` bigint(10) NOT NULL default '0', `timestamp` bigint(15) NOT NULL default '0', `actionid` bigint(10) NOT NULL default '0', `action` varchar(250) NOT NULL default '', `normalcost` varchar(20) NOT NULL default '', `discount` varchar(20) NOT NULL default '', `tax` varchar(20) NOT NULL default '', `points` varchar(20) NOT NULL default '', `totalcost` varchar(20) NOT NULL default '', `touserid` bigint(10) NOT NULL default '0', `touser` varchar(250) NOT NULL default '', `newtitle` varchar(250) NOT NULL default '', `itemid` int(15) NOT NULL default '0', `oldtitle` varchar(250) NOT NULL default '', `expired` tinyint(1) NOT NULL default '0', PRIMARY KEY (`historyid`) ) ALTER TABLE user ADD `ushop_history` mediumtext NOT NULL, ADD `ushop_glow` varchar(20) NOT NULL default '0', ADD `ushop_usernamecolor` varchar(20) NOT NULL default '0', ADD `ushop_boldusername` tinyint(1) NOT NULL default '0', ADD `ushop_italicsusername` tinyint(1) NOT NULL default '0', ADD `ushop_bankdata` text NOT NULL, ADD `ushop_bankqueue` text NOT NULL, ADD `ushop_bankwarning` int(15) NOT NULL default '0', ADD `ushop_profilemidi` varchar(250) NOT NULL default '', ADD `ushop_bypassflood` tinyint(1) NOT NULL default '0', ADD `ucash` DECIMAL(20, 2) DEFAULT '0' NOT NULL REPLACE INTO datastore (title, data) VALUES ('ucs_global_bank', 1000000) REPLACE INTO ushop_action (`actionid`, `categoryid`, `shortname`, `name`, `description`, `displayorder`, `cost`, `tax`, `sold`, `defaultquantity`, `quantity`, `allowedgroups`, `deniedgroups`, `expiration`, `noexpiremarkup`, `filelocation`, `imagelocation`, `disablecoupon`, `showinstore`, `active`, `saf_name`) VALUES (1, 2, 'donate', 'Donate', 'Spread some love to your fellow man and donate some money to another user.', 10, '0', '2', 14, 20, 20, 'd', 'd', 0, 0.00, 'ushop/action.donate.php', 'images/ushop/donate.gif', 0, 1, 1, ''), (2, 8, 'changetitle', 'Change Custom Title', 'Here, you can change your custom title to something else. Stand out from the crowd and buy one!', 50, '500', '5', 12, 20, 18, 'd', 'd', 0, 0.00, 'ushop/action.changetitle.php', '', 0, 1, 1, ''), (3, 8, 'changeothertitle', 'Change Other User''s Custom Title', 'Someone making your life hell and want to get abit of payback? Rember that they can find out who did it ;)', 60, '1000', '10', 20, 20, 20, 'd', 'd', 1, 100.00, 'ushop/action.changeothertitle.php', '', 0, 1, 1, ''), (4, 8, 'changeusername', 'Change Username', 'With this action, you may change your username to anything you''d like! (Within reason...)', 70, '1000', '7', 6, 20, 20, 'd', 'd', 0, 0.00, 'ushop/action.changeusername.php', '', 0, 1, 1, ''), (5, 9, 'glowusername', 'Glowing Username', 'With this action, you can buy yourself a pretty glowing username that will appear on your posts. (NOTE: Glow is Internet Explorer only!)', 90, '750', '15', 31, 20, 20, 'd', 'd', 0, 0.00, 'ushop/action.glowusername.php', 'images/ushop/glowusername.gif', 0, 1, 1, ''), (6, 3, 'colorusername', 'Colored Username', 'With this, you can pick a color that''ll color your username in your posts any color you''d like!', 100, '700', '4', 23, 20, 18, 'd', 'd', 0, 0.00, 'ushop/action.colorusername.php', 'images/ushop/colorusername.gif', 0, 1, 1, ''), (7, 3, 'boldusername', 'Bold Username', 'This allows you to make your username bold in your posts.', 110, '500', '4', 24, 20, 11, 'd', 'd', 1, 100.00, 'ushop/action.boldusername.php', 'images/ushop/boldusername.gif', 0, 1, 1, ''), (8, 3, 'italicusername', 'Italicized Username', 'This allows you to make your username appear in italics in your posts.', 120, '500', '4', 8, 20, 17, 'd', 'd', 0, 0.00, 'ushop/action.italicusername.php', 'images/ushop/italicusername.gif', 0, 1, 1, ''), (9, 2, 'admindonate', 'Admin Donate', 'This allows admins to give or take away points from users without affecting their own points.', 20, '0', '0', 37, -1, -1, '6', 'd', 0, 0.00, 'ushop/action.admindonate.php', 'images/ushop/admindonate.gif', 0, 1, 1, ''), (10, 4, 'bank', 'Bank', 'Save up your money in the bank and collect wonderful interest!', 40, '0', '0', 63, -1, -1, 'd', 'd', 0, 0.00, 'ushop/action.bank.php', 'images/ushop/bank.gif', 0, 1, 1, ''), (11, 8, 'secondaryusergroup', 'Secondary Usergroup', 'Want a higher PM quota? Want to see invisible users? You might be able to buy access to a usergroup with those features here.', 80, '0', '3', 12, 20, 19, 'd', 'd', 0, 0.00, 'ushop/action.secondaryusergroup.php', '', 0, 1, 1, 'Usergroup Editor'), (12, 7, 'stickythread', 'Sticky Thread', 'Make one of your topics stick to the top of the forum!', 170, '500', '5', 5, 20, 20, 'd', 'd', 0, 0.00, 'ushop/action.stickythread.php', '', 0, 1, 1, ''), (13, 2, 'thief', 'Thief!', 'Attempt to steal points from another member here (you lazy bum).', 30, '0', '0', 70, 20, 19, 'd', 'd', 0, 0.00, 'ushop/action.thief.php', '', 0, 1, 1, ''), (14, 5, 'forumpassword', 'Buy Forum Password', 'Buy access to some special forums here!', 130, '1000', '3', 44, 20, 18, 'd', 'd', 0, 0.00, 'ushop/action.forumpassword.php', '', 0, 1, 1, 'Forum Editor'), (15, 5, 'forumaccess', 'Buy Forum Access', 'Buy access to a forum!', 140, '2000', '4', 23, 20, 17, 'd', 'd', 0, 0.00, 'ushop/action.forumaccess.php', '', 0, 1, 1, 'Forum Editor'), (16, 5, 'denyforumaccess', 'Deny Forum Access', 'Want to keep some jackass out of a certain forum? Deny their access to the forum here!', 150, '2500', '10', 11, 20, 20, 'd', 'd', 1, 0.00, 'ushop/action.denyforumaccess.php', '', 0, 1, 1, 'Forum Editor'), (17, 5, 'giveforumaccess', 'Give Forum Access', 'Bought access to a forum but want a friend to have access as well? Buy them access here!', 160, '2500', '9', 13, 20, 20, 'd', 'd', 0, 0.00, 'ushop/action.giveforumaccess.php', '', 0, 1, 1, 'Forum Editor'), (18, 8, 'customavatar', 'Custom Avatar', 'Here you can upload a custom avatar for you to use.', 410, '1200', '7', 9, 20, 20, 'd', 'd', 0, 0.00, 'ushop/action.customavatar.php', '', 0, 1, 1, ''), (19, 8, 'profilemidi', 'Midi In Profile', 'Spice up your profile with some music!', 430, '1500', '7', 1, 20, 20, 'd', 'd', 0, 0.00, 'ushop/action.profilemidi.php', '', 0, 1, 1, ''), (20, 8, 'changeotheravatar', 'Change Other User''s Avatar', 'Here you can changed another user''s custom avatar.', 420, '1200', '7', 7, 20, 20, 'd', 'd', 0, 0.00, 'ushop/action.changeotheravatar.php', '', 0, 1, 1, ''), (21, 8, 'profilepicture', 'Profile Picture', 'Here you can upload a profile picture for you to use.', 430, '1000', '7', 4, 20, 20, 'd', 'd', 0, 0.00, 'ushop/action.profilepicture.php', '', 0, 1, 1, ''), (22, 8, 'bypassfloodcontrol', 'Bypass Flood Control', 'Purchase this to post as fast as you can without flood control restrictions.', 450, '500', '7', 15, 20, 20, 'd', 'd', 0, 0.00, 'ushop/action.bypassfloodcontrol.php', '', 0, 1, 1, '') REPLACE INTO ushop_asvs (`actionid`, `varname`, `title`, `description`, `optioncode`, `value`, `displayorder`) VALUES (1, 'changecolorpercent', 'Percent of Regular Price to Change Color?', 'Set this to the percent of the regular price that it costs to change a glowing username after it has already been purchased.', '', '50', 10), (6, 'changecolorpercent', 'Percent of Regular Price to Change Color?', 'Set this to the percent of the regular price that it costs to change a colored username after it has already been purchased?', '', '50', 10), (10, 'interestincrement', 'Interest Increment', 'Set this to how often interest should accumulate on money in this bank. Default - 86400 = 1 day.', '', '86400', 10), (10, 'interestpercent', 'Interest Percent', 'Set this to the amount of interest gained on money in this bank (in percents).', '', '2', 20), (13, 'maxrep', 'Maximum Reputation?', 'If a user reaches this many reputation points, it becomes impossible to steal from them. Otherwise, a percentage is calculated using this and the user''s reputation to determine the chance of failure.', '', '100000', 10), (13, 'backfire', 'Backfire on Failed Attempts?', 'If this is set to ''yes'', failed attempts will backfire, giving the victim the money that the thief loses when they fail to steal.', 'yesno', '1', 20), (13, 'replosts', 'Reputation Lost On Successful Thievery?', 'Set this to the amount of reputation points that are lost when a member successfully steals money from another user. Make it negative you give reputation.', '', '5', 30), (13, 'replostf', 'Reputation Lost On Failed Thievery?', 'Set this to the amount of reputation points that are lost when a member attempts and fails to steal money from another user. Make it negative you give reputation.', '', '50', 40), (6, 'colorchooser', 'Use Color Chooser?', 'If this is enabled, then a dropdown of colors will be presented instead of a text box when selecting a color.', 'yesno', '1', 20), (5, 'colorchooser', 'Use Color Chooser?', 'If this is enabled, then a dropdown of colors will be presented instead of a text box when selecting a color.', 'yesno', '1', 20), (1, 'pointsforrep', 'Points for Reputation', 'Set this to an amount of points required to gain reputation points. Set to 0 to not allow users to gain reputation by using this action.', '', '10', 10), (1, 'reppoints', 'Reputation Points Added?', 'For every <i>x</i> points donated, the donating user will gain this amount of repuation points.', '', '1', 20), (2, 'allowbbcode', 'Allow BBCode?', 'Set this to ''yes'' to allow users to input BBCode/Smilies into their Custom Title.', 'yesno', '1', 10), (3, 'allowbbcode', 'Allow BBCode?', 'Set this to ''yes'' to allow users to input BBCode/Smilies into their Custom Title.', 'yesno', '1', 10), (3, 'immunegroups', 'Immune Groups', 'Check the names of the groups that are immune to having their title changed.', 'usergroup', '6,7,5', 30), (13, 'immunegroups', 'Immune Groups', 'Check the names of the groups that are immune to being the victim of a theft.', 'usergroup', '6,7,5', 70), (3, 'timelimittochangetitle', 'Time Limit to Change Title?', 'After this action is used, how long (in seconds) must the user wait to change their title again? Default is 1 day (86400 seconds).', '', '3600', 20), (13, 'maxtimes', 'Maximum Thief Attempts?', 'Set this to the maximum thief attempts a user can try. This corresponds to the option below.', '', '5', 50), (13, 'timeperiod', 'Max Attempts Time Period', 'Set this to the time period (in seconds) of the maximum attempts option. If a user has x thief attempts in this period of time, they will not be allowed to do it again until the time is up. (Default: 86400 = 1 day) ', '', '86400', 60), (16, 'immunegroups', 'Immune Groups', 'Check the names of the groups that are immune to being denied from a forum.', 'usergroup', '6,7,5', 20), (20, 'immunegroups', 'Immune Groups', 'Check the names of the groups that are immune to having their avatar changed.', 'usergroup', '6,7,5', 10) |
#603
|
||||
|
||||
Quote:
Quote:
I re-uploaded the product_ucs.xml several times with the re-write option on... No joy.....The only thing I hadn't done yet was update my templates, as I wanted to do all my settings and permissions before I did the template updates... ?? |
#604
|
||||
|
||||
Quote:
|
#605
|
|||
|
|||
Quote:
|
#606
|
||||
|
||||
There isnt a table caled ushop_act It's ushop_action
ushop_act is a field added to the datastore table, it appears, if one examines functions_ushop.php and global_ushop.php in the includes folder .. I have also re-uploaded all the files again, as well. No Joy. I am going to rest for awhile, and try this again later |
#607
|
||||
|
||||
installed and works fine.
Love Simon |
#608
|
||||
|
||||
Quote:
|
#609
|
|||
|
|||
Why when i try to modify something in ushop manager i recive this error ?
"You may not leave the name fields blank." |
#610
|
|||
|
|||
MAke sure when re-importing the product you select "overwrite"
|
#611
|
||||
|
||||
Quote:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|