Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
IBank - Simple, Flexible, Integratible bankin system for any cash system! Details »»
IBank - Simple, Flexible, Integratible bankin system for any cash system!
Version: 1.1.0, by Blaine0002 Blaine0002 is offline
Developer Last Online: Jul 2018 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.7 Rating:
Released: 07-31-2006 Last Update: 07-19-2007 Installs: 136
Re-useable Code  
No support by the author.

Simple banking system for any points mod.

This required a cash mod to be installed! (ICash Vbux or anything else.)

To install, simply upload ibank.php to your forum root and Import the xml file.

Once installed make sure you go into the IBank options under vbulletin options and set the money row to match the one used by your cash system.

Link to the IBank in your navbar!

Works with: All current versions of vbulletin.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #52  
Old 12-11-2006, 06:23 PM
Blaine0002's Avatar
Blaine0002 Blaine0002 is offline
 
Join Date: Jul 2003
Location: Wisconsin.
Posts: 1,350
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for your continued help on this product, i have had my hands tied together by other modifications (plus im terrible at crons)
Reply With Quote
  #53  
Old 12-12-2006, 06:54 AM
chkdgate's Avatar
chkdgate chkdgate is offline
 
Join Date: Jun 2006
Location: US
Posts: 264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Blaine, you ever thought about marrying both IBank and ICash as one product?
Reply With Quote
  #54  
Old 12-13-2006, 06:16 PM
Blaine0002's Avatar
Blaine0002 Blaine0002 is offline
 
Join Date: Jul 2003
Location: Wisconsin.
Posts: 1,350
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I prefer them individual, that way you can use only one if need be.
Reply With Quote
  #55  
Old 12-15-2006, 11:47 PM
GSPFAN GSPFAN is offline
 
Join Date: Oct 2006
Location: British Columbia, Canada
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any updates for this product?
Reply With Quote
  #56  
Old 12-16-2006, 01:19 AM
GSPFAN GSPFAN is offline
 
Join Date: Oct 2006
Location: British Columbia, Canada
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by chkdgate View Post
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?
Reply With Quote
  #57  
Old 12-17-2006, 06:33 AM
TYorke TYorke is offline
 
Join Date: Dec 2001
Location: Toronto, ON
Posts: 88
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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)
Reply With Quote
  #58  
Old 12-18-2006, 10:13 PM
Kat-Sybermoms Kat-Sybermoms is offline
 
Join Date: Nov 2006
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GSPFAN View Post
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.
Reply With Quote
  #59  
Old 12-20-2006, 05:06 AM
chkdgate's Avatar
chkdgate chkdgate is offline
 
Join Date: Jun 2006
Location: US
Posts: 264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GSPFAN View Post
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.
Reply With Quote
  #60  
Old 12-23-2006, 05:46 AM
MoMan MoMan is offline
 
Join Date: Oct 2005
Location: USA
Posts: 301
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #61  
Old 12-23-2006, 11:08 AM
davidw's Avatar
davidw davidw is offline
 
Join Date: Jul 2005
Location: Arkansas
Posts: 2,815
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MoMan View Post
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.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:42 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05369 seconds
  • Memory Usage 2,326KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • 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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete