vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Bank Addon for Lesane store hack (https://vborg.vbsupport.ru/showthread.php?t=39625)

Vivi Ornitier 02-27-2003 04:07 AM

how do we withdraw? I knwo there's a withdraw link but it doesn't work, the money still stays in the bank

auz1111 03-09-2003 02:40 AM

when i try to visit the bank from the store it tries to access this url: www.forumname.net/board folder/bank.php

It need it to go to www.forumname.net/bank.php

please help

thanks for the great hack!

Darnell 0216 03-09-2003 05:10 PM

You're supposed to edit that part when installing. Go back into store.php and change
PHP Code:

#### Bank link #####
if($action == "bank") {
     
header("Location: www.forumname.net/board folder/bank.php"); 

to
PHP Code:

#### Bank link #####
if($action == "bank") {
     
header("Location: www.forumname.net/bank.php"); 


N9ne 03-09-2003 05:13 PM

Why not have:

PHP Code:

#### Bank link #####
if($action == "bank") {
     
header("Location: $bburl/bank.php"); 


Darnell 0216 03-09-2003 05:15 PM

Quote:

Originally posted by azork
i've a limitation money in the bank: i can't deposit more than 65k in it. how can i change that?
Quote:

Originally posted by Blue2000


run this

ALTER TABLE user CHANGE bank bank INT(234) UNSIGNED DEFAULT '0' NOT NULL


auz1111 03-09-2003 05:30 PM

Quote:

Originally posted by Darnell 0216
[B]You're supposed to edit that part when installing.
thanks!

bharvey42 03-10-2003 07:56 PM

has the depoist error been fixed? The one where you go into negative money for deposits?

bharvey42 03-10-2003 07:57 PM

instead of paying a flat rate for deposits would it be possible to charge a % of the depoist? that seems more logical if you only have say $40 to deposit.

Darnell 0216 03-14-2003 07:14 AM

Quote:

10-13-02 at 01:27 PM Night Owl said this in Post #106
I think my members have found a bug!

Apparently, if you do not use the bank, you earn interest like mad!

If you use it, you do not earn interest.

What can be done to fix this?

I noticed this as well. Best I can figure is the clock that times the deposits is user dependent and resets with each bank action. To work properly it would need to be rewritten to be global and run no matter what. If someone could break that down that would be great.

hamed 03-23-2003 04:07 PM

how can I change the interest rate? I want them to earn 0.1% a day :knockedout:


All times are GMT. The time now is 05: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.01249 seconds
  • Memory Usage 1,744KB
  • 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
  • (3)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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