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)

Abrupt 04-08-2009 10:07 AM

Is there anyway to make an item go away after it has been all "used" up?

mrpaint 04-08-2009 12:15 PM

Quote:

Originally Posted by Abrupt (Post 1786451)
Is there anyway to make an item go away after it has been all "used" up?

It will "go away" after the active duration ;)

hambil 04-08-2009 03:46 PM

Arcade pass and game jackpots please :)

mrpaint 04-08-2009 03:55 PM

Quote:

Originally Posted by hambil (Post 1786660)
Arcade pass and game jackpots please :)

You need plugin for vbArcade? Which mod provide jackpots game? Hmm, I'm not familiar with those gaming stuffs :D

hambil 04-08-2009 03:57 PM

Quote:

Originally Posted by mrpaint (Post 1786669)
You need plugin for vbArcade? Which mod provide jackpots game? Hmm, I'm not familiar with those gaming stuffs :D

It's built into both arcades (jackpots) I think... there are vbcredits free mods for both arcades, too - so you can see what they are doing.

mrpaint 04-08-2009 04:13 PM

Quote:

Originally Posted by hambil (Post 1786670)
It's built into both arcades (jackpots) I think... there are vbcredits free mods for both arcades, too - so you can see what they are doing.

So, what is it's name? vBArcade and what? Intergrating with other product is simple enough so I can do it in just 5 minutes but I need to install/test that product. Testing can take 15 min or so, even longer if the game is so interesting. Hehe :D

hambil 04-08-2009 04:28 PM

ibProArcade - professional Arcade System
v3 Arcade - Professional vBulletin Gaming

vbCredits addon for v3Arcade
vbCredits addon for ibProArcade

Abrupt 04-08-2009 05:47 PM

I also noticed that for some reason auction items are only seen by admins.

Ryuk 04-08-2009 07:54 PM

mrpaint, consider making a "changelog" so we can keep up with the changes.

RedeemedWarrior 04-09-2009 09:12 AM

size,italics and font option for usernames and usertitles would be awesome :D

if you could do that

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:

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

prowarfare 04-24-2009 03:34 AM

Quote:

Originally Posted by mrpaint (Post 1795740)
Go to kBank > Edit Settings > Looking for Maximum of Donation ;)

yes I have tried that:

1.0E+12 - I put 1000000000000 in there, but there is still a limit lower than that.

mrpaint 04-24-2009 08:59 AM

Quote:

Originally Posted by prowarfare (Post 1797910)
yes I have tried that:

1.0E+12 - I put 1000000000000 in there, but there is still a limit lower than that.

Did you change the Maximum of Donation (24h)?

Guz2003 04-24-2009 02:54 PM

mrpaint thank you for good mod. I just wondering how I can transfer all my points from vBCredits to your kBank mod? Thanks for help

mrpaint 04-24-2009 03:49 PM

Quote:

Originally Posted by Guz2003 (Post 1798179)
mrpaint thank you for good mod. I just wondering how I can transfer all my points from vBCredits to your kBank mod? Thanks for help

You can change the field from `money` to `credits` in AdminCP > kBank > Edit Settings :D

Guz2003 04-24-2009 04:32 PM

Wow it's easy. Thanks! But if I uninstall vbcredits do I lost all records?

Guz2003 04-24-2009 05:20 PM

Oh and one more questions:
-Do this mod work with "Post Thank You Hack" and "Yet Another Award System 4.0" hacks?
-And my users can't Buy/Sell/Produce/Use/Gift items why?
-Where I can get FULL version - Included Help files?

Thanks!

paulbhoy 04-24-2009 07:27 PM

hey, so as of right now, you cannot buy items? If i missed somethign and you can, how?

ouch 04-25-2009 12:09 PM

Ive had to uninstall this until its ready, im using 3.8.2 vb with a custom skin and nav bar. As a result it would not show any images or much at all.
However what a great mod (once its fixed), i can see the potentual and it will benefit any site.

mrpaint 04-25-2009 02:42 PM

Quote:

Originally Posted by Guz2003 (Post 1798245)
Wow it's easy. Thanks! But if I uninstall vbcredits do I lost all records?

I'm not sure about this now. Please keep it disabled for safety :D

Quote:

Originally Posted by Guz2003 (Post 1798283)
Oh and one more questions:
-Do this mod work with "Post Thank You Hack" and "Yet Another Award System 4.0" hacks?
-And my users can't Buy/Sell/Produce/Use/Gift items why?
-Where I can get FULL version - Included Help files?

Thanks!

[list=1][*]No, it doesn't work with them but I have tested to run kBank together with Post Thank You Hack[*]Please describer more information...[*]You can download help file here: http://www.mediafire.com/file/7s8lc0bfqs7/Help files.zip

Quote:

Originally Posted by paulbhoy (Post 1798373)
hey, so as of right now, you cannot buy items? If i missed somethign and you can, how?

Hmm, not really understand your question?

Quote:

Originally Posted by ouch (Post 1798705)
Ive had to uninstall this until its ready, im using 3.8.2 vb with a custom skin and nav bar. As a result it would not show any images or much at all.
However what a great mod (once its fixed), i can see the potentual and it will benefit any site.

Which images did you expect to see?

paulbhoy 04-25-2009 04:08 PM

like, everyone is talking about a shop, where yo uc an use your points to buy things. But i dont see it when i installed it, am i missing something?


All times are GMT. The time now is 10:00 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.01847 seconds
  • Memory Usage 1,865KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_php_printable
  • (27)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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