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

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
  #42  
Old 07-29-2005, 10:33 PM
cuphongle cuphongle is offline
 
Join Date: Jul 2005
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Database error in vBulletin 3.5.0 Release Candidate 1:

Invalid SQL:

INSERT INTO setting
(varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, product)
VALUES
(
'ucash_rounddecimal',
'ucash',
'2',
'2',
'free',
'',
70,
0,
1,
'ucash'
),
(
'ucash_enablesystem',
'ucash',
'1',
'1',
'free',
'yesno',
30,
0,
1,
'ucash'
),
(
'ucash_perthread',
'ucash',
'2',
'20',
'free',
'',
40,
0,
1,
'ucash'
),
(
'ucash_perview',
'ucash',
'.10',
'1',
'free',
'',
60,
0,
1,
'ucash'
),
(
'ucash_pointsforbreputation',
'ucash',
'0',
'1',
'free',
'',
63,
0,
1,
'ucash'
),
(
'ucash_pointsforgreputation',
'ucash',
'5',
'1',
'free',
'',
62,
0,
1,
'ucash'
),
(
'ucash_pointsperreferral',
'ucash',
'25',
'100',
'free',
'',
61,
0,
1,
'ucash'
),
(
'ucash_pointsfield',
'ucash',
'ucash',
'ucash',
'free',
'',
20,
0,
1,
'ucash'
),
(
'ucash_pointtable',
'ucash',
'user',
'user',
'free',
'',
10,
0,
1,
'ucash'
),
(
'ucash_perreply',
'ucash',
'1',
'15',
'free',
'',
50,
0,
1,
'ucash'
),
(
'ucash_pointspercharacter',
'ucash',
'0.01',
'0.01',
'free',
'',
51,
0,
1,
'ucash'
),
(
'ucash_governmentbank',
'ucash',
'0',
'0',
'free',
'yesno',
31,
0,
1,
'ucash'
),
(
'ucash_governmentbankst',
'ucash',
'0',
'0',
'free',
'yesno',
32,
0,
1,
'ucash'
),
(
'ucash_pointsforregistering',
'ucash',
'10',
'0',
'free',
'',
38,
0,
1,
'ucash'
),
(
'ucash_paycheck',
'ucash',
'604800',
'604800',
'free',
'',
80,
0,
1,
'ucash'
);

MySQL Error : Duplicate entry 'ucash_rounddecimal' for key 1

thats what i get when trying to upload the xml file
Reply With Quote
  #43  
Old 07-29-2005, 11:03 PM
pepel13 pepel13 is offline
 
Join Date: Dec 2004
Location: Quebec
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cuphongle
Database error in vBulletin 3.5.0 Release Candidate 1:

Invalid SQL:

INSERT INTO setting
(varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, product)
VALUES
.................................................. .................................................. ...............

MySQL Error : Duplicate entry 'ucash_rounddecimal' for key 1

thats what i get when trying to upload the xml file

Got the same error :ermm:
Reply With Quote
  #44  
Old 07-30-2005, 12:55 AM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Fine. I'll take it down until this stupid error is fixed.
Reply With Quote
  #45  
Old 07-30-2005, 12:57 AM
Neal-UK's Avatar
Neal-UK Neal-UK is offline
 
Join Date: Feb 2004
Location: Lancashire, England
Posts: 604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Link14716
Fine. I'll take it down until this stupid error is fixed.
just to let you know it installed fine on my forum

EDIT: No it comes up with this when I save usergroup permissions:

Database error in vBulletin 3.5.0 Release Candidate 1:
Invalid SQL:
UPDATE FORUMusergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Administrators',
`description` = '',
`usertitle` = 'Administrator',
`opentag` = '<span style=\"color: blue;\">',
`closetag` = '</span>',
`passwordexpires` = '180',
`passwordhistory` = '360',
`ucash_paycheck` = '0.00',
`forumpermissions` = '1048575',
`attachlimit` = '0',
`pmquota` = '1000',
`pmpermissions` = '3',
`pmsendmax` = '5',
`calendarpermissions` = '63',
`wolpermissions` = '31',
`adminpermissions` = '3',
`genericpermissions` = '205520831',
`genericoptions` = '31',
`profilepicmaxwidth` = '200',
`profilepicmaxheight` = '200',
`profilepicmaxsize` = '200000',
`avatarmaxwidth` = '100',
`avatarmaxheight` = '100',
`avatarmaxsize` = '200000',
`profileviewpermissions` = '0',
`ecdownloadpermissions` = '2047'
WHERE usergroupid=6;

MySQL Error : Unknown column 'ucash_paycheck' in 'field list'
Error Number : 1054
Date : Saturday, July 30th 2005 @ 03:14:52 AM
Script :
http://www.burnleyweb.com/community/admincp/usergroup.php
Referrer : http://www.burnleyweb.com/community/admincp/usergroup.php?do=edit&usergroupid=6
IP Address : 212.***.***.***
Username : *********
Classname : vb_database
Reply With Quote
  #46  
Old 07-31-2005, 01:26 AM
kall's Avatar
kall kall is offline
 
Join Date: Apr 2004
Location: New Zealand
Posts: 2,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Link14716
Fine. I'll take it down until this stupid error is fixed.
NOOOO! No no no!

I just upgraded to RC1. Dammit. I hope I grabbed this already.

*edit* Oh. It's still there. I wet myself in fear for nothing.
Reply With Quote
  #47  
Old 07-31-2005, 02:46 AM
Sovereign Sovereign is offline
 
Join Date: Apr 2004
Posts: 182
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The SQL error reported by pepel13 happened to me too. However, if you use the HIS to uninstall the tables, then the errors go away and the product import is fine.
Reply With Quote
  #48  
Old 07-31-2005, 10:55 PM
jesus likes pie jesus likes pie is offline
 
Join Date: Apr 2005
Posts: 342
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any news on when uShop will be available?
Reply With Quote
  #49  
Old 07-31-2005, 11:09 PM
RaidenDAWG2 RaidenDAWG2 is offline
 
Join Date: Mar 2005
Location: THE Ohio State University
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jesus likes pie
Any news on when uShop will be available?
Quote:
Originally Posted by Link14716
If uShop 1.0.0 for vB 3.5.0 isn't out in some form by August 1st, I give you my permission to punch me in the face until it is released.
Tonight, or Link's nose is going to be a little sore in the morning

(Just kidding, UCash being my favorite hack of all time, I'd never do a thing like that )

-RD
Reply With Quote
  #50  
Old 08-01-2005, 04:09 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 Sovereign
The SQL error reported by pepel13 happened to me too. However, if you use the HIS to uninstall the tables, then the errors go away and the product import is fine.
I forgot a query for the paycheck feature I added. I'll get this all fixed tommorow.
Reply With Quote
  #51  
Old 08-01-2005, 05:48 AM
ExpertDomino ExpertDomino is offline
 
Join Date: Jul 2005
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is this file attached for download yet: uCash_1.1.1_Release_Candidate_1_for_vB3.5_RC1_[2005-07-29].zip I dont see it!?!

Edit: Oh, ok, your working on fixing a problem........kk
Reply With Quote
Reply


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 12:58 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.17951 seconds
  • Memory Usage 2,320KB
  • 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
  • (6)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