Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools
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
  #192  
Old 02-06-2006, 12:12 AM
maroulis's Avatar
maroulis maroulis is offline
 
Join Date: Dec 2005
Location: DNElite.com
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rb290
I got this when installing


Database error in vBulletin 3.5.2:

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 : Sunday, February 5th 2006 @ 08:08:46 PM
Script : http://thugonline.net/installer/index.php
Referrer : http://thugonline.net/installer/index.php
you need to drop all the uCash/uShop tables and re-install...go to phpMyAdmin and run the following SQL queries... then re-run installer

STEP 1:
-------
DROP TABLE `vb_ushop_action` ,
`vb_ushop_asvs` ,
`vb_ushop_bank` ,
`vb_ushop_category` ,
`vb_ushop_history` ,
`vb_ushop_item` ,
`vb_ushop_item_cat` ;

STEP 2:
-------
ALTER TABLE `vb_forum`
DROP `ucash_perthread` ,
DROP `ucash_perreply` ,
DROP `ucash_perview` ,
DROP `ucash_perdownload` ;

STEP 3:
-------
ALTER TABLE `vb_user`
DROP `ushop_history` ,
DROP `ushop_glow` ,
DROP `ushop_usernamecolor` ,
DROP `ushop_boldusername` ,
DROP `ushop_italicsusername` ,
DROP `ushop_bankdata` ,
DROP `ushop_bankqueue` ,
DROP `ushop_bankwarning` ,
DROP `ushop_profilemidi` ,
DROP `ushop_bypassflood` ,
DROP `ucash` ;

STEP 4:
-------
ALTER TABLE `vb_usergroup`
DROP `ushop_discount`,
DROP `ucash_paycheck`,
DROP `ushop_options`;
  #193  
Old 02-06-2006, 12:17 AM
NuclioN's Avatar
NuclioN NuclioN is offline
 
Join Date: Aug 2002
Posts: 955
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gio~logist
I will look into that.
Great! I've noticed that the view history of 'give away an avatar' is not working correct. The user and the reciever are the same.
  #194  
Old 02-06-2006, 12:18 AM
Gio~Logist's Avatar
Gio~Logist Gio~Logist is offline
 
Join Date: Jun 2004
Location: San Francisco
Posts: 2,575
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by NuclioN
Great! I've noticed that the view history of 'give away an avatar' is not working correct. The user and the reciever are the same.

I think it is done on purpose so that you don't know who did it. hehe
  #195  
Old 02-06-2006, 12:19 AM
iceytdot iceytdot is offline
 
Join Date: Apr 2004
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Maaaaad respect to every1 who helped develop this for vB members like myself!!!
that been waitin like 4ever for it.... GIO whaaaattttup fam ----> yall need to hit up his website for DOPEGFX real talk...40said it

InsTalled
  #196  
Old 02-06-2006, 12:20 AM
dirtycrow dirtycrow is offline
 
Join Date: Apr 2004
Posts: 350
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

all i have to do is what you posted in 191 to delete all instances?
  #197  
Old 02-06-2006, 12:22 AM
Gio~Logist's Avatar
Gio~Logist Gio~Logist is offline
 
Join Date: Jun 2004
Location: San Francisco
Posts: 2,575
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dirtycrow
all i have to do is what you posted in 191 to delete all instances?
Should work.
  #198  
Old 02-06-2006, 12:23 AM
rb290's Avatar
rb290 rb290 is offline
 
Join Date: Oct 2005
Posts: 333
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by maroulis
you need to drop all the uCash/uShop tables and re-install...go to phpMyAdmin and run the following SQL queries... then re-run installer

STEP 1:
-------
DROP TABLE `vb_ushop_action` ,
`vb_ushop_asvs` ,
`vb_ushop_bank` ,
`vb_ushop_category` ,
`vb_ushop_history` ,
`vb_ushop_item` ,
`vb_ushop_item_cat` ;

STEP 2:
-------
ALTER TABLE `vb_forum`
DROP `ucash_perthread` ,
DROP `ucash_perreply` ,
DROP `ucash_perview` ,
DROP `ucash_perdownload` ;

STEP 3:
-------
ALTER TABLE `vb_user`
DROP `ushop_history` ,
DROP `ushop_glow` ,
DROP `ushop_usernamecolor` ,
DROP `ushop_boldusername` ,
DROP `ushop_italicsusername` ,
DROP `ushop_bankdata` ,
DROP `ushop_bankqueue` ,
DROP `ushop_bankwarning` ,
DROP `ushop_profilemidi` ,
DROP `ushop_bypassflood` ,
DROP `ucash` ;

STEP 4:
-------
ALTER TABLE `vb_usergroup`
DROP `ushop_discount`,
DROP `ucash_paycheck`,
DROP `ushop_options`;
im not sure how to work the phpMyAdmin or how to install it
can you tell me how or is there a way i can just do it in AdminCP
  #199  
Old 02-06-2006, 12:25 AM
TTG's Avatar
TTG TTG is offline
 
Join Date: May 2004
Location: Sth London
Posts: 1,042
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've added 5 points to everyone per post and I now have 22,560.25 .. tried depositing 500.00 in the bank as a test and receive this message :-

"You cannot deposit more than you have!"
  #200  
Old 02-06-2006, 12:27 AM
maroulis's Avatar
maroulis maroulis is offline
 
Join Date: Dec 2005
Location: DNElite.com
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dirtycrow
all i have to do is what you posted in 191 to delete all instances?
yes via PHPMyAdmin
  #201  
Old 02-06-2006, 12:27 AM
Gio~Logist's Avatar
Gio~Logist Gio~Logist is offline
 
Join Date: Jun 2004
Location: San Francisco
Posts: 2,575
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rb290
im not sure how to work the phpMyAdmin or how to install it
can you tell me how or is there a way i can just do it in AdminCP
Copy the contents of each step and execute one by one.
Closed Thread


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 04:19 AM.


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.05712 seconds
  • Memory Usage 2,312KB
  • 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
  • (7)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