Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
uCash & uShop v2.0.0 Details »»
uCash & uShop v2.0.0
Version: 2.0.0, by Revan Revan is offline
Developer Last Online: Jun 2014 Show Printable Version Email this Page

Version: 3.5.3 Rating:
Released: 02-04-2006 Last Update: 06-03-2006 Installs: 248
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage  
No support by the author.

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #892  
Old 02-28-2006, 12:38 AM
ffevo's Avatar
ffevo ffevo is offline
 
Join Date: Feb 2003
Location: California
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gio~logist
Do the following to delete all instances of ushop and ucash (this will delete everything in ushop and ucash)

Code:
DELETE *
FROM `yoursite_test`.`datastore`
WHERE `title` LIKE '%ushop%'
OR `data` LIKE '%ushop%'
LIMIT 0 , 30
Then
Code:
DELETE *
FROM `yoursite_test`.`datastore`
WHERE `title` LIKE '%ucash%'
OR `data` LIKE '%ucash%'
LIMIT 0 , 30

Replace yoursite with whatever your databases have before the name.
wtf. I dont Understand what you mean.

ALSO Ive istalled this damn hack halfway through..and Now it doesnt want to to let me install it the rest of the way. It tells me that " I have the latest version" When Ive cleared and repaird all my tables.. wtf?
  #893  
Old 02-28-2006, 03:22 AM
ffevo's Avatar
ffevo ffevo is offline
 
Join Date: Feb 2003
Location: California
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

LOL Okay Boys. I got it to Install. and It was my own fault it wasnt installing. Good work on getting those bugs out.
  #894  
Old 02-28-2006, 10:26 PM
VietLang VietLang is offline
 
Join Date: Aug 2005
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do you remove "uCash" and "uShop" in the Admin CP?
I had so much trouble getting it to work, I wanted to uninstall/delete everything then install it again.

Thanks
  #895  
Old 02-28-2006, 11:18 PM
Stone Cold 3:16's Avatar
Stone Cold 3:16 Stone Cold 3:16 is offline
 
Join Date: Oct 2005
Location: Fort Worth - Texas
Posts: 164
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I wanna restart the install. Whats this error mean:

Code:
Database error in vBulletin 3.5.4:

Invalid SQL:
ALTER TABLE forum
	ADD `ucash_perthread` varchar(20) NOT NULL default '',
	ADD `ucash_perreply` varchar(20) NOT NULL default '',
	ADD `ucash_perview` varchar(20) NOT NULL default '',
	ADD `ucash_perdownload` varchar(20) NOT NULL default '';

MySQL Error  : Duplicate column name 'ucash_perthread'
Error Number : 1060
Date         : Tuesday, February 28th 2006 @ 07:55:56 PM
Script       : http://www.prowrestlingstop.com/installer/index.php
Referrer     : http://www.prowrestlingstop.com/installer/index.php
IP Address   : 66.139.221.215
Username     : Stone Cold 3:16
Classname    : vb_database
  #896  
Old 02-28-2006, 11:28 PM
Smiry Kin's's Avatar
Smiry Kin's Smiry Kin's is offline
 
Join Date: Dec 2005
Location: United Kingdom!
Posts: 954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Think it means it already excists..
  #897  
Old 03-01-2006, 04:55 AM
Zacarias Zacarias is offline
 
Join Date: Jan 2005
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I give up on this... I can't get past step 9, and un-installing and re-installing does nothing.

The upgrade always gets an error...
  #898  
Old 03-01-2006, 11:24 AM
ambumann ambumann is offline
 
Join Date: Jun 2004
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had difficulties using the uninstaller as well, had to manually remove the tables and entries from the database in order to upgrade.
  #899  
Old 03-01-2006, 01:54 PM
ericgtr's Avatar
ericgtr ericgtr is offline
 
Join Date: Apr 2003
Location: Portland, Oregon
Posts: 1,407
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice mod here guys. I am having an issue though,

Code:
Database error in vBulletin 3.5.1:

Invalid SQL:

SELECT 
userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid,
language.phrasegroup_estore AS phrasegroup_estore,
language.phrasegroup_global AS phrasegroup_global,
language.options AS lang_options,
language.languagecode AS lang_code,
language.charset AS lang_charset,
language.locale AS lang_locale,
language.imagesoverride AS lang_imagesoverride,
language.dateoverride AS lang_dateoverride,
language.timeoverride AS lang_timeoverride,
language.registereddateoverride AS lang_registereddateoverride,
language.calformat1override AS lang_calformat1override,
language.calformat2override AS lang_calformat2override,
language.logdateoverride AS lang_logdateoverride,
language.decimalsep AS lang_decimalsep,
language.thousandsep AS lang_thousandsep

FROM user AS user
LEFT JOIN userfield AS userfield ON (user.userid = userfield.userid)
LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid) INNER JOIN language AS language ON (language.languageid = IF(user.languageid = 0, 1, user.languageid)) 

WHERE user.userid = 7262;

MySQL Error  : Unknown column 'language.phrasegroup_estore' in 'field list'
Error Number : 1054
Date         : Wednesday, March 1st 2006 @ 10:27:37 AM
Script       : http://www.guitars101.com/vb/estore.php?do=donate&userid=11703
Referrer     : 
IP Address   : xx.xx.xx.xx
Username     : 
Classname    : vb_database
And

Code:
Database error in vBulletin 3.5.1:

Invalid SQL:

SELECT languageid,
phrasegroup_estore AS phrasegroup_estore,
phrasegroup_global AS phrasegroup_global,
options AS lang_options,
languagecode AS lang_code,
charset AS lang_charset,
locale AS lang_locale,
imagesoverride AS lang_imagesoverride,
dateoverride AS lang_dateoverride,
timeoverride AS lang_timeoverride,
registereddateoverride AS lang_registereddateoverride,
calformat1override AS lang_calformat1override,
calformat2override AS lang_calformat2override,
logdateoverride AS lang_logdateoverride,
decimalsep AS lang_decimalsep,
thousandsep AS lang_thousandsep
FROM language
WHERE languageid = 1;

MySQL Error  : Unknown column 'phrasegroup_estore' in 'field list'
Error Number : 1054
Date         : Wednesday, March 1st 2006 @ 08:54:32 AM
Script       : http://www.guitars101.com/vb/estore.php?do=donate&userid=11703
Referrer     : 
IP Address   : xx.xx.xx.xx
Username     : 
Classname    : vb_database
Missing field list?
  #900  
Old 03-01-2006, 02:19 PM
ericgtr's Avatar
ericgtr ericgtr is offline
 
Join Date: Apr 2003
Location: Portland, Oregon
Posts: 1,407
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think I got it now, I needed to run the xml script. That is burried in there and it's not clear that you need to run it, it also overwrites the normal install.

It appears that the phrases are missing, when I go into any of the Change Username, Glow etc. they all come up to a page with missing phrases.
  #901  
Old 03-02-2006, 04:40 AM
Daniel Thomas Daniel Thomas is offline
 
Join Date: Jul 2005
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I error when I try to go to Step 9, on the ushop.php page, it says: Oh, btw, I'm using the ushop-ucash 2.00 and ucash 1.1.1


PHP Code:
Database error in vBulletin 3.5.4:

Invalid SQL:
UPDATE ushop_action SET quantity=defaultquantity WHERE defaultquantity quantity;

MySQL Error  Table 'afigueir1.ushop_action' doesn't exist
Error Number : 1146
Date         : Thursday, March 2nd 2006 @ 01:37:20 AM
Script       : http://ringsidemayhem.com/forums/ushop.php
Referrer     : http://ringsidemayhem.com/forums/index.php
IP Address   : 24.XXX.XXX.XX
Username     : Daniel Thomas
Classname    : vb_database 
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:24 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05473 seconds
  • Memory Usage 2,310KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_code
  • (1)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete