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)

mrpaint 04-20-2009 10:47 AM

I'm just stucked in some crazy stuffs and can't provide support earlier. I'm so sorry...

Quote:

Originally Posted by argothiusz (Post 1787407)
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

Just upload new files/folders (overwrite old ones)
Import the xml and you are done ;)

Quote:

Originally Posted by Abrupt (Post 1788053)
Colered user name items are not working for me.

Can you provide more detail information?

Quote:

Originally Posted by crazlunatic (Post 1788374)
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

kBank give money to member via post (changable in AdminCP with posting thread/posting reply/characters count)
You can use thank function to reward the creator (thank with some amount and a short message)
Special permissions can be added easily via itemtype modules. I'm still working on more and more itemtypes right now. Thanks for suggestion about posting links, PM box ;)
Forum staff can take money away via award function. Downloading files need some small intergration

Quote:

Originally Posted by TechnoMan (Post 1788380)
Have you german translations for me?

Uhm... I think you must do it yourself...

Quote:

Originally Posted by gamerrev (Post 1788392)
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


Please upload all files/folders in upload folder in the zipped package to your forum root

mrpaint 04-20-2009 10:52 AM

Quote:

Originally Posted by prowarfare (Post 1790394)
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.

You can change the limit in AdminCP: kBank > Edit Settings > Maximum of donation and Maximum of donation (24h)

Quote:

Originally Posted by Collussus (Post 1791658)
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) { 


Thank you!
Actually, I will fix it in line 1485

Quote:

Originally Posted by skol (Post 1793098)
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.

Hmm... Maybe there is some javascript confict in your forum. Can you send me your forum address (with username and password) via PM so I can check it out?

Quote:

Originally Posted by Floris (Post 1793154)
... 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.

You are welcome :D

Quote:

Originally Posted by ph03nIX (Post 1795054)
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:

The selling permission will be added in the next release ;)
You can disable enabled item and use the new one (actually, the new item's effect will override old one's)
Hmm, it's a straight behavior but it's not a bug I think :D

Thank you all guys for using this product ;)

ph03nIX 04-20-2009 11:38 AM

Quote:

Originally Posted by mrpaint (Post 1795066)

The selling permission will be added in the next release ;)

Awesome! :D Also I wanted to quote RedeemedWarriors suggestion just in case you didn't see it.

Quote:

Originally Posted by RedeemedWarrior (Post 1787225)
size,italics and font option for usernames and usertitles would be awesome :D

if you could do that

I second this!

Also, being able to change the display orders of items in the shop would be cool.

mrpaint 04-20-2009 01:02 PM

Quote:

Originally Posted by ph03nIX (Post 1795080)
Awesome! :D Also I wanted to quote RedeemedWarriors suggestion just in case you didn't see it.



I second this!

Also, being able to change the display orders of items in the shop would be cool.

Queued it up :D

Spiritvn 04-20-2009 05:53 PM

:( Once again, how about the GIF Item ?

mrpaint 04-20-2009 10:11 PM

Quote:

Originally Posted by Spiritvn (Post 1795348)
:( Once again, how about the GIF Item ?

If you asking about itemtype using image like in iShop: this itemtype has been planed but no solution has been found to prevent multiple queries running each page load (in iShop, each post you view will produce a query) so... this itemtype is not available at this moment

prowarfare 04-21-2009 03:15 AM

Quote:

Originally Posted by prowarfare (Post 1790394)
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.

Can someone please explain how to fix this problem.

mrpaint 04-21-2009 06:53 AM

Quote:

Originally Posted by prowarfare (Post 1795666)
Can someone please explain how to fix this problem.

Go to kBank > Edit Settings > Looking for Maximum of Donation ;)

DariuS7 04-22-2009 02:13 PM

I installed this and I love it, as do my members. They all like the idea of the in-site currency and though we haven't released it, are anticipating being able to "buy" things within the site.

However, when I'm in my adminCP there are no "kbank" items on the left, and I found and can view the kbank in my forum but there are no links on the navbar and I've yet to even find anything relating to a shop/items ... so far all I have is my KP$ and ability to thank in posts.

I'm on 3.8.1 and I'm sure I just got something set wrong on this, I'd really hate to have to uninstall it because it was something I really wanted on my site.

Thanks in advance for any help and for this potentially awesome modification.

EDIT: Okay, if I go to my default skin then I can see the kbank at the navbar but if I click on kshop it does not exist, I don't get a 404 but from within the forum i get a "not found" error.

Also, I only did an install and after this post did an update to the current version and nothing changed for me. Still no options showing up on the menu to the left in my adminCP

EDIT: OKAY I GOT IT! It was an uploading error with the adminCP files and a couple other files, once I re-uploaded them correctly it's all working with an exception to my navbar items which I don't care about because this won't go fully live until a graphical update which means it won't matter ;)

I love this, I hope I'm not celebrating too soon.

mrpaint 04-22-2009 04:14 PM

@DariuS7: I came here to late to help you out earlier :D You are welcome. Hope you will like it


All times are GMT. The time now is 09:38 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.01366 seconds
  • Memory Usage 1,771KB
  • 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
  • (16)bbcode_quote_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