vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - IBank - Simple, Flexible, Integratible bankin system for any cash system! (https://vborg.vbsupport.ru/showthread.php?t=122729)

Blaine0002 12-11-2006 06:23 PM

Thanks for your continued help on this product, i have had my hands tied together by other modifications :) (plus im terrible at crons)

chkdgate 12-12-2006 06:54 AM

Blaine, you ever thought about marrying both IBank and ICash as one product?

Blaine0002 12-13-2006 06:16 PM

I prefer them individual, that way you can use only one if need be.

GSPFAN 12-15-2006 11:47 PM

any updates for this product?

GSPFAN 12-16-2006 01:19 AM

Quote:

Originally Posted by chkdgate (Post 1048067)
Blaine, I finally got IBank to work. The problem was that I wasn't linking ibank.php to my navbar. The only issue now is that it doesn't show up in my admincp menu. It's clickable and functionable but not visible. The other part is that I see on your setup you have it to where the interest incriments in a specific time but my option is only for 24 hours (1 day). Is this right?

*installed*


Anyone know how to link ibank.php to the navbar?

TYorke 12-17-2006 06:33 AM

Though I do have this one working on my forums, it would be helpful if the instructions were a little more clearer as to what exactly is this "money row"

I had to look in my SQL database that this row was "vbookie_cash" for my system (vbookie)

Kat-Sybermoms 12-18-2006 10:13 PM

Quote:

Originally Posted by GSPFAN (Post 1139515)
Anyone know how to link ibank.php to the navbar?

You edit the nav template. I believe the instructions are somewhere in this thread, because I figured it out thanks to the instructions here, and I am seriously new at installing hacks.

chkdgate 12-20-2006 05:06 AM

Quote:

Originally Posted by GSPFAN (Post 1139515)
Anyone know how to link ibank.php to the navbar?

Find this in your navbar template:
PHP Code:

<div align="center">
    <
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
    <
tr align="center">
        <if 
condition="$show['member']">
            <
td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
        </if>
        <if 
condition="$show['registerbutton']">
            <
td class="vbmenu_control"><a href="register.php$session[sessionurl_q]rel="nofollow">$vbphrase[register]</a></td>
        </if> 

Add this code below it:
PHP Code:

<td class="vbmenu_control"><a href="http://www.yoursite.com/forums/ibank.php">IBank</a></td

The url is where your IBank.php file is resting. For those users who are running cmps, I would recommend you place it in your "site navigation" module like I have it here. I used to have it in my navbar but then it started to get cluttered. Plus, I didn't want to use double navbars anyways.

Note: This is just a basic location that will appear to the right of your User CP link that's first in line by default. Depending on your taste, you can place this anywhere you wish.

MoMan 12-23-2006 05:46 AM

To get the interest to work for amounts above 1000, simply delete this around line 60:

PHP Code:

$bankmoney number_format($bankmoney,2); 

Turns out that this also fixes the depost/withdrawl >1000 bug :) I'm not a PHP guru, but this worked for me...

Blaine, ibank is a great script, but you really should update the release with this fix.

davidw 12-23-2006 11:08 AM

Quote:

Originally Posted by MoMan (Post 1143840)
To get the interest to work for amounts above 1000, simply delete this around line 60:

PHP Code:

$bankmoney number_format($bankmoney,2); 

Turns out that this also fixes the depost/withdrawl >1000 bug :) I'm not a PHP guru, but this worked for me...

Blaine, ibank is a great script, but you really should update the release with this fix.

That's weird that it would fix the bug, but if it does, great. I will test this out myself.


All times are GMT. The time now is 06:15 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.02259 seconds
  • Memory Usage 1,754KB
  • 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
  • (4)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