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

Reply
 
Thread Tools
kBank 2.1 - Money System Details »»
kBank 2.1 - Money System
Version: 2.1, by mrpaint mrpaint is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.7.0 Rating:
Released: 07-13-2008 Last Update: 09-25-2008 Installs: 100
DB Changes Uses Plugins Auto-Templates
Additional Files Translations  
No support by the author.

kBank v2.1 for vBulletin 3.6.x (tested with vBulletin 3.6.8 Patch Level 2) and vBulletin 3.7.x (tested with vBulletin 3.7.0)

[WHAT IS IT?]
kBank is a money system for your vBulletin Board with a lot of feature (listed below). With kBank, your members will try to post as much as possible (even spam) to earn points to get cool items or to be the richest man in the world You will love it!

[MAIN FEATURE]
1. Admin function:
1.1 Edit Settings (a lot of settings)
1.2 Donate members: by usergroup or username
1.3 Detail statistic updated daily, full action log (admin log & member log)
1.4 Tool to manage everything (itemtypes, item, transactions log)
1.5 Salary Center (AdminCP > kBank > kBank Salary Center): Provide tool to calculate mod activities
2. Member function:
2.1 Donate money
2.2 View history of transactions
2.3 Buy/Sell/Produce/Use/Gift items
2.4 Monthly Tax
2.5 Intergrated Who Visited In 24h (with Paul M's permission)
2.6 There are many top list based on different factors: Top Posts (all time), Top Posts In 1 Day, Top Posts Each Day, Top Richest, Top Richest (with Items), Top Thanked (times), Top Thanked (amount), Top Sent Thank (times),Top Sent Thank (amount), Top Thanked Post (times), Top Thanked Post (amount), Top Awarded (times), Top Awarded (amount), Top Amount of Tax. List for kBank Admin Only: Top Thanked by Area, Top Awarded by Area, Top Give Award (times), Top Give Award (amount)
2.7 Grant Permission (allow trusted-person to access your points)
3. Other:
3.1 Included 5 itemtypes: Announcement, Custom User Info, Profile Images (big avatar/signature picture), None (item with your information), Pack (many-in-1 item)
3.2 Included kBank Award/Thank system. Allow forum staff to award high quality post or take points from spam. Member can easily donate others via good post
3.3 Included kBank Hide with 1 hidden-type: Require thank
3.4 Included Help files (need to install FULL version)
[CHANGE LOG]
Version 2.1 (Release Date: 18-08-2008)
1. Item: Add Never Expires option, group similar items in kShop
2. Itemtype: Add edit time limitation (member can edit username/usertitle once or twice,etc... Confirmation required) for Customized Userinfo itemtype. Add new itemtype with "open" information
3. Admin Tool: Admin can select exactly which element is shown in post and profile. Add 1-time register points. Add option to count thanks as posts (still work well when update posts count). Add Salary Center
4. Add product uninstall codes
5. Create addon to work with vbookie
Version 2.0.1 (Release Date: 27-07-2008)
1. Fix mysql queries (cause database error)
2. Fix thank issue (delay update of thank times/amount)
3. Improve kBank Hide (working with extremely long hide content)

Cause of file size limitation, you can download FULL version (with help) here: http://www.mediafire.com/?sharekey=2...77ec469acb75af

[KNOWN ISSUES]
  1. After installing if you can not see kBank Salary Center under kBank menu, please download file "cpnav_kbank.xml" (attached) and upload overwrite into ./includes/xml
  2. Please download customize_userinfo.kbank.php (attached below) and upload overwrite into ./kbank/itemtypes to fix HTML username/usertitle issue
  3. Fatal error when Update award/thank: https://vborg.vbsupport.ru/showpost.php?p=1637542

Supporters / CoAuthors

Show Your Support

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

Comments
  #172  
Old 08-31-2008, 10:33 PM
hoof hoof is offline
 
Join Date: May 2006
Location: Texas, USA
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Figured it out

If you use skins with images or if you need to add a link to the navbar ( the auto template feature only worked on the default skin for me) here's the code I used:

Code:
<!-- kBank START #navbar item -->
<td width="63" height="69" id="navbar_kbank" class="nav_buttons" /><a href="$kbank[phpfile]$session[sessionurl_q]" accesskey="k" rel="nofollow"><img src="$stylevar[imgdir_misc]/nav_bank.png" width="63" height="69" border="0" alt="" /></a>
<script type="text/javascript"> vbmenu_register("navbar_kbank",1); </script></td>
You'll need to clean it up with your image dimensions and img name
Reply With Quote
  #173  
Old 09-01-2008, 10:48 AM
mrpaint's Avatar
mrpaint mrpaint is offline
 
Join Date: Sep 2004
Location: Hanoi Capital
Posts: 630
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hoof View Post
Figured it out

If you use skins with images or if you need to add a link to the navbar ( the auto template feature only worked on the default skin for me) here's the code I used:

Code:
<!-- kBank START #navbar item -->
<td width="63" height="69" id="navbar_kbank" class="nav_buttons" /><a href="$kbank[phpfile]$session[sessionurl_q]" accesskey="k" rel="nofollow"><img src="$stylevar[imgdir_misc]/nav_bank.png" width="63" height="69" border="0" alt="" /></a>
<script type="text/javascript"> vbmenu_register("navbar_kbank",1); </script></td>
You'll need to clean it up with your image dimensions and img name
Yeah, great solution for image navbar button
Reply With Quote
  #174  
Old 09-02-2008, 10:54 PM
mrpaint's Avatar
mrpaint mrpaint is offline
 
Join Date: Sep 2004
Location: Hanoi Capital
Posts: 630
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

New version (2.1) is coming out with new features:
  • Never expires item
  • Customized Userinfo itemtype with limited edit time (member can edit username/usertitle once or twice,etc)
  • Admin can select exactly which element is shown in post and profile
  • Thanks can be counted like post (still work well when update posts count)
Any more suggestion? Thank you
Reply With Quote
  #175  
Old 09-05-2008, 10:45 AM
hoof hoof is offline
 
Join Date: May 2006
Location: Texas, USA
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mrpaint View Post
New version (2.1) is coming out with new features:
  • Never expires item
  • Customized Userinfo itemtype with limited edit time (member can edit username/usertitle once or twice,etc)
  • Admin can select exactly which element is shown in post and profile
  • Thanks can be counted like post (still work well when update posts count)
Any more suggestion? Thank you
Mrpaint,

Is there an option to add more options to what you can add to what members can buy? I would like to be able to add other items for sale that are not vb modifications. If i wanted to put up an image for sale or a banner is there a way to include a blank form and fill in the options of what we want to add?

Also, is there a way to do the above and let members put items up?
Reply With Quote
  #176  
Old 09-05-2008, 10:55 AM
mrpaint's Avatar
mrpaint mrpaint is offline
 
Join Date: Sep 2004
Location: Hanoi Capital
Posts: 630
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hoof View Post
Mrpaint,

Is there an option to add more options to what you can add to what members can buy? I would like to be able to add other items for sale that are not vb modifications. If i wanted to put up an image for sale or a banner is there a way to include a blank form and fill in the options of what we want to add?

Also, is there a way to do the above and let members put items up?
I will create new option for announce itemtype that allow member to use image
About the other idea, tell me if I'm correct: You want to sell REAL stuff (a shirt for example) and you want to allow member to buy via forum by points?
Reply With Quote
  #177  
Old 09-06-2008, 12:04 PM
EarnDollars EarnDollars is offline
 
Join Date: Feb 2008
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, Looks working now after I uploaded all files (I use the full version include HELP files so take me a long time).

Now doing all needed settings and will back to here to share my status soon

I suggest change the 1st step as "Upload Files" in the Read Me file.
Just me 2 cents


__________________________________________________ _____________________________
Hi MrPaint,
I am tring to intall it today, but got below error notice at the 1st step ( Import Product).
My forum with 3.7.0.

And now my forum is broken because of this... I can NOT access my forum, can not access the ACP...

My forum is http://sdnforum.com/forums/

URGENT HELP PLZ

Thanks!

Warning: include_once([path]/kbank/init.php) [function.include-once]: failed to open stream: No such file or directory in [path]/includes/init.php(293) : eval()'d code on line 7

Warning: include_once() [function.include]: Failed opening '[path]/kbank/init.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in [path]/includes/init.php(293) : eval()'d code on line 7

Warning: include([path]/kbank/hook_fetch_userinfo_query.php) [function.include]: failed to open stream: No such file or directory in [path]/includes/functions.php(1267) : eval()'d code on line 2

Warning: include() [function.include]: Failed opening '[path]/kbank/hook_fetch_userinfo_query.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in [path]/includes/functions.php(1267) : eval()'d code on line 2

Warning: include([path]/kbank/hook_fetch_musername.php) [function.include]: failed to open stream: No such file or directory in [path]/includes/functions.php(1044) : eval()'d code on line 2

Warning: include() [function.include]: Failed opening '[path]/kbank/hook_fetch_musername.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in [path]/includes/functions.php(1044) : eval()'d code on line 2

Warning: include([path]/kbank/hook_fetch_userinfo.php) [function.include]: failed to open stream: No such file or directory in [path]/includes/functions.php(1343) : eval()'d code on line 2

Warning: include() [function.include]: Failed opening '[path]/kbank/hook_fetch_userinfo.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in [path]/includes/functions.php(1343) : eval()'d code on line 2
Reply With Quote
  #178  
Old 09-06-2008, 02:59 PM
mrpaint's Avatar
mrpaint mrpaint is offline
 
Join Date: Sep 2004
Location: Hanoi Capital
Posts: 630
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi EarnDollars, I will update this Thank you
Reply With Quote
  #179  
Old 09-06-2008, 05:56 PM
EarnDollars EarnDollars is offline
 
Join Date: Feb 2008
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mrpaint View Post
Hi EarnDollars, I will update this Thank you
Thanks! it is a great product and I am still learning how to use it properly.

Here have a few questions:
1: Point for referer of new user ( Ammount of points a user gets when the new user posts)
If I set the value as 50 here, the member will get one time 50 points when his refered member have the 1st post, or he will earn 50 points repeated for each of his refered member's posts?

2: The new usergroup, Company Group and Bank Group:
What is the benefit of a registered menber to join these groups? What is the extra feature of new groups which don't have as a member offefault "registered member group"?

3: Is there any way to rename "KBank" and "kShop" to make them match my forum better? for example, I'd like to call them as "DBank" and "DShop", can / how can I do that?

Thanks a lot!

Julian
Reply With Quote
  #180  
Old 09-07-2008, 12:50 AM
fly fly is offline
 
Join Date: Oct 2003
Posts: 1,215
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can we have an option for users to buy other users a title?
Reply With Quote
  #181  
Old 09-07-2008, 12:57 AM
epsol epsol is offline
 
Join Date: Apr 2006
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is there a way to use kbank with ibproarcade, for both credits and jackpots?
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 07:09 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.04803 seconds
  • Memory Usage 2,329KB
  • 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
  • (2)bbcode_code
  • (4)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
  • (2)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