Thread: Add-On Releases - kBank - A Money System
View Single Post
  #143  
Old 04-20-2009, 10:52 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 prowarfare View Post
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 View Post
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 View Post
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 View Post
... 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

Quote:
Originally Posted by ph03nIX View Post
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

Thank you all guys for using this product
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03996 seconds
  • Memory Usage 1,783KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete