vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - kBank - A Money System (https://vborg.vbsupport.ru/showthread.php?t=210236)

argothiusz 04-09-2009 02:48 PM

How do I upgrade to this from kbank 2.1 without losing all the information. I read the readme.txt but nothing regarding Upgrade from 2.1

Abrupt 04-10-2009 08:17 AM

Colered user name items are not working for me.

crazlunatic 04-10-2009 06:11 PM

Wow this plugin is perfect for what I'm looking for it seems. You don't post any info about how members earn points, is it through posts and most of what VBCredits does?

Here are some feature requests. If you are familiar with Discuz you will probably know some of these already:

- Ability for members to reward the thread op or creator and have it display who donated the money

- Ability to buy special permissions like posting links, bigger PM box with money

- Automatic or manual upgrade to a usergroup based on money

- Money taken away for things like downloading files or spamming

TechnoMan 04-10-2009 06:20 PM

Have you german translations for me?

gamerrev 04-10-2009 06:46 PM

Installed it and this showed up when I logged into my admincp, I use 3.8.0

Code:

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

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(298) : eval()'d code on line 21

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(1365) : eval()'d code on line 4

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(1365) : eval()'d code on line 4

Warning: include([path]/kbank/hook_fetch_musername.php) [function.include]: failed to open stream: No such file or directory in [path]/includes/functions.php(1139) : 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(1139) : 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(1443) : 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(1443) : eval()'d code on line 2


prowarfare 04-13-2009 05:37 PM

How can I change the maximum amount to give to someone. It seems to be a max of 2 billion?

I would like this to be in the trillions.

Collussus 04-15-2009 11:45 AM

Exploit found by a user of my forum, You can sell an item for lower than 0, ex: -100.

This can be fixed by opening kbank.php, go to line 1490.

Here you find :

PHP Code:

        if ($sell['price'] == 0) { 

Replace that with:

PHP Code:

        if ($sell['price'] <= 0) { 


skol 04-17-2009 08:19 AM

Great mod and thank you..One problem,when i add an item to the kshop it has the word "Detail" which i presume once clicked on will show details of the item being sold/auctioned..
Can you tell why nothing happens when i click on it..Thanks again.

Floris 04-17-2009 09:25 AM

... very sweet addon.

I always wanted something like this, and here it is. Time for me to review this internally and see if it's up and par for our sites.

ph03nIX 04-20-2009 10:27 AM

I have some suggestions.

There should be an option to disallow people from selling items that they have bought. I did this by editing the templates but there should be an option in the admincp. Maybe allowing only certain usergroups to sell.

An option to discard items. Say somebody buys an item to edit their username, but it can only be used once, so they buy another one. The option to discard the old item would be nice.

Also I came across a bug, or at least I think it is.
People are able to sell items that they have used up, then the buyer is left with an item they cannot use.

I do like the mod though. :up:


All times are GMT. The time now is 01:10 AM.

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.01248 seconds
  • Memory Usage 1,742KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete