Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

Reply
 
Thread Tools
uCash 1.1.1 Details »»
uCash 1.1.1
Version: 1.1.1, by Link14716 Link14716 is offline
Developer Last Online: Oct 2023 Show Printable Version Email this Page

Version: 3.5.0 RC1 Rating:
Released: 06-22-2005 Last Update: 08-03-2005 Installs: 183
Supported DB Changes Uses Plugins Template Edits
Additional Files  

Well, here's half of the uCS combination - a standalone release of uCash for vB 3.5.

uCash 1.1.1 for vBulletin 3.5 RC1 is out. This will only work on 3.5.0 RC1 or above. It now has 12 plugins and no file edits. See readme_ucash.txt in the attached file.

uCash 1.1.1 uses the Product Manager and includes a new feature that gives all the users of a usergroup (usergroup setting) x points every y amount of time (via cron).

Also included is a "Give Points In Mass" feature inside the uCash Manager. Screenshots of this have been shown at area51.geekydesigns.com, and it makes it into uCash 1.1.0. A screenshot of that feature is attached.

uCash 1.1.1 needs no file edits and 2 template edits. It uses 12 plugins.

Enjoy this release. Read readme.txt for instructions on installing. Click install if you install this hack.

Support will be given in the uCash & uShop support forum - just make sure you mention that you are using uCash 1.1.1 for vB 3.5.

If you are using vB 3.5 Beta 1 - 4 or are having trouble with 1.1.1, see post #3 for uCash 1.1.0.

(Psst, uShop will come soon.)

Supporters / CoAuthors

Show Your Support

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

Comments
  #72  
Old 08-03-2005, 06:24 PM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by fpouk
hi.. when installed im getting this error after posting

Database error in vBulletin 3.5.0 Release Candidate 1:

Invalid SQL:
UPDATE user SET ucash=ucash+0 WHERE userid='2';

MySQL Error : Unknown column 'ucash' in 'field list'
Error Number : 1054
Date : Wednesday, August 3rd 2005 @ 02:32:53 AM
Script : http://www.secfanatics.com/vbulletin/newreply.php
Referrer : http://www.secfanatics.com/vbulletin...3980#post23980
What version of uCash are you using?
Reply With Quote
  #73  
Old 08-04-2005, 12:06 AM
ExpertDomino ExpertDomino is offline
 
Join Date: Jul 2005
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works fine *clicks Install*

Side Question: is it possible to give users the the ability ot make "Points" any name they want like "Money", "Cash", etc.? let me know, thanks
Reply With Quote
  #74  
Old 08-04-2005, 12:56 AM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ExpertDomino
Works fine *clicks Install*

Side Question: is it possible to give users the the ability ot make "Points" any name they want like "Money", "Cash", etc.? let me know, thanks
Edit the phrases ucs_points and ucs_points_lower in your Phrase Manager. (Use the search function in your admincp to find them.)
Reply With Quote
  #75  
Old 08-04-2005, 01:02 AM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I believe this is good enough to go final. Changes since RC2:

build_forum_permissions() added to the installation, inserted ucs_global_bank into the datastore (not fetched yet, but the forum bank is off by default and is pretty useless at the moment).
Reply With Quote
  #76  
Old 08-04-2005, 02:22 AM
ThePimp's Avatar
ThePimp ThePimp is offline
 
Join Date: Feb 2005
Posts: 329
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Daydreaming...
heh
Reply With Quote
  #77  
Old 08-04-2005, 06:52 AM
fpouk fpouk is offline
 
Join Date: Oct 2003
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Link14716
What version of uCash are you using?
It's the one that was availible lastnight which is probably the current one
it's 1.1.1 RC2 btw and im running VB 3.5 RC1

everything seemed to go well but when a post is made it gives that error
Reply With Quote
  #78  
Old 08-04-2005, 03:18 PM
animedj animedj is offline
 
Join Date: Mar 2005
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have the same error that fpouk is having.. in my case for what I have been able to diagnose, the alter scripts weren't able to run.. the weird thing in my case I upgraded from .93c I believe, I still see the settings in the dropdown menu in general settings but I can't see the fields in the user table per se for it, so prolly the install scripts gets messed up in that part. any way to force a fresh installation?
Reply With Quote
  #79  
Old 08-04-2005, 04:43 PM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you are upgrading from uCash & uShop 0.93 or 0.95 and experience those errors, run these 2 queries:

[sql]ALTER TABLE user CHANGE `uttpoints` `ucash` DECIMAL(20, 2) DEFAULT '0' NOT NULL;

ALTER TABLE forum
CHANGE `uttpoints_perthread` `ucash_perthread` varchar(20) DEFAULT '1' NOT NULL,
CHANGE `uttpoints_perreply` `ucash_perreply` varchar(20) DEFAULT '1' NOT NULL,
CHANGE `uttpoints_perview` `ucash_perview` varchar(20) DEFAULT '1' NOT NULL;[/sql]

It appears that I made a mistake in the queries in the product file. I'll update the zip in a minute.

Sorry for the error.

EDIT: The zip file is now updated to fix the problem. Run those two queries if you have already installed 1.1.1.
Reply With Quote
  #80  
Old 08-04-2005, 06:23 PM
fpouk fpouk is offline
 
Join Date: Oct 2003
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ahh its good to go now thanks

just 1 ?
can users send points to each other? if so how?
reason i ask is because i run a sports site and my users want to use the points system for wagering on games
Reply With Quote
  #81  
Old 08-08-2005, 05:04 PM
deathemperor's Avatar
deathemperor deathemperor is offline
 
Join Date: Jul 2003
Location: HOL
Posts: 1,270
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the only reason I still stay with vb3.0 is because I can't miss the Ushop.

It means I am waiting day by day for its release, where is it Link ?
Reply With Quote
Reply

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:50 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.11688 seconds
  • Memory Usage 2,303KB
  • Queries Executed 26 (?)
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
  • (3)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
  • (1)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