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 07-31-2006 10:00 PM

IBank - Simple, Flexible, Integratible bankin system for any cash system!
 
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.

Craigex 08-01-2006 03:57 PM

Got any screenshots?

Blaine0002 08-01-2006 04:06 PM

nope, too lazy and too little time.
try.
http://www.gentendo.com/forum/ibank.php

chkdgate 08-01-2006 10:09 PM

Blaine, just tried to give it a shot on 3.5.4. It's a no go. I'll wait patiently and see if you'll release it for pre 3.6. Great work though. Keep it up.

Blaine0002 08-02-2006 01:53 AM

how is it a nogo. Works fine on both versions for me..

Any errors would be nice....

d8tabyte 08-02-2006 03:56 AM

how is this different than the standard bank that comes with most cash/point systems?

chkdgate 08-02-2006 04:19 AM

It doesn't show up anywhere. Plus, out of all hacks, yours are the easiest to install so I know I didn't miss anything.

Blaine0002 08-02-2006 12:10 PM

Sure you didnt miss putting a link into the navbar? :D

And its probably not any diffrent, but it can be used with anything like even vbookie and my cash hack, ICash.

Blaine0002 08-02-2006 12:20 PM

oh wait, are you using 3.5.4?

if you are you might need to edit the template, and change the version 3.6.0 to 3.5.4, not sure if it would make a diffrence tho.

JD210 08-04-2006 11:17 PM

I installed it on 3.5.4 with no problems, it works great with the ICash. The only thing I ran into is that the IBank link is invisible on the VBulletin Options in the AdminCP, there is just a blank space where it should be but when you click on it, you go right to the settings.

Blaine0002 08-05-2006 12:11 AM

Ah, strange, probably a screw up on my part. :)

adonfun 08-05-2006 08:02 AM

Question.. Where can I find the Cash Mod for 3.6 ?

I searched all mods in 3.6 but coulnd't find it.

Blaine0002 08-05-2006 01:25 PM

Located here
https://vborg.vbsupport.ru/showthrea...26#post1044926
Though it isnt in the 3.6 hacks, it works with it :)

adonfun 08-05-2006 01:48 PM

Thanks Blaine! Will check and will install :)

chkdgate 08-09-2006 04:13 AM

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*

chkdgate 08-09-2006 04:40 AM

I found a possible bug. Everytime I click on the IBank link the timer starts from the beginning and it grants the interest. That means that if anyone on my forum wanted to make tons of money all they would have to do is keep hitting the IBank link. Is this due to my problem above?

Blaine0002 08-09-2006 06:43 PM

so every time you click ibank you get the intrest? strange...

chkdgate 08-10-2006 03:54 AM

^^Yes. Also, is there a way you can show how much you have before depositing? Currently there's no way to see how much I have so I have to go back to any post and see my points. When I go back to deposit, that's when I noticed that the interest is flawed. Strange indeed.

MoMan 08-10-2006 08:15 PM

If you refresh the ibank page, your interest gets payed out. Thats a definite bug requiring prompt fixing...I'll go take a look at the code.

MoMan 08-10-2006 08:26 PM

I, not knowing much PHP, found the error...

Just change:

PHP Code:

$checktime $nowtime $banklastvisit

To:

PHP Code:

$checktime $nowtime $lastvisit

The variable is called 'lastvisit' and not 'banklastvisit'

chkdgate 08-10-2006 09:31 PM

Thank you MoMan. Are you referring to my problem above? Blaine do you agree?

Edit: My setting are all out of whack. Is this right?

chkdgate 08-11-2006 05:40 AM

Quote:

Originally Posted by MoMan
I, not knowing much PHP, found the error...

Just change:

PHP Code:

$checktime $nowtime $banklastvisit

To:

PHP Code:

$checktime $nowtime $lastvisit

The variable is called 'lastvisit' and not 'banklastvisit'

Once again MoMan thank you for your help. I performed the above edit and it fixed my problem. Good job. I'm sure Blaine will update soon. I'm surprised no one has reported this yet.

Edit: Wow, that also fixed my count down timer as well! Btw, How do I set the intervals? I don't have this option.

Blaine0002 08-11-2006 02:36 PM

It will automaticly update every 24 hours, thanks for the fix.

I will add custom intervakls in the future.

chkdgate 08-11-2006 03:46 PM

Oh ok. The only reaason why I thought this was because when I visited your link, it shows the intervals in "days" but then I realized that it's just sample when a user is not logged in.

phonexpo 08-16-2006 08:18 PM

Installed it, but I'm confused - Does each member not have their on account? ie I want to use this system so that members can build up "money" then deposit into a main bank account (admins).

I'm using this with the ICash system. Can I do the above? or if not what would you suggest I could do to do this?

*Edit


I'm getting the hang of it now a little. :)

mwouterse 08-20-2006 06:12 PM

How can I link IBANK to the NAVBAR (it wil be helpful if you can send the code).

THANKS!

Ntfu2 08-30-2006 02:30 AM

edit your navbar template and place this where you want the link
Code:

<td class="vbmenu_control"><a href="ibank.php" rel="nofollow">iBank</a></td>

dubsyxxx 08-31-2006 11:10 AM

does this work with reputation and if so how???

dubsyxxx 08-31-2006 11:51 AM

i got it...great hack very good job ...goes to click install

Snake 09-17-2006 05:21 PM

Thanks. I'll check this out soon!

davidw 11-15-2006 10:45 PM

You may want to add this to the product:
Code:

<phrase name="settinggroup_Ibank"><![CDATA[Ibank]]></phrase>
Listed under
Code:

<phrasetype name="vBulletin Settings" fieldname="vbsettings">
:)

davidw 11-22-2006 12:53 AM

I've updated the ibank.php to handle the changes I've made here:

https://vborg.vbsupport.ru/showpost....&postcount=172

Also, here is a screenshot of what it looks like (Shekels is what I use for money).

Blaine0002 11-22-2006 03:50 PM

Thanks for that, updating zip file now.

Though, shouldnt you have uploaded the product file? after all the changed you listed took place in the product.. I changed that and uploaded it along with your php file anyway :D

Basicly I think this version should be about bug free.

davidw 11-22-2006 04:22 PM

I'm going to make some more changes to the iBank.php file (as I did after I uploaded it last night), and I will make the changes to the product and upload them both later when I get a chance.

davidw 11-22-2006 07:19 PM

Here you go... look this over - I believe I've got it fixed.

phonexpo 11-23-2006 02:11 AM

Updated thanks.

PS: The instuctions in the file should be;

Quote:

1. Upload files as is to forum directory
2. import product
3. preform file edit below (not nessecary)
4. Have fun!




In order to have cash display in postbit, open your postbit template

Find:
----------
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]



Add after:
----------
Banked $vboptions[ibank_moneyname]: $post[bankmoney]
;)

chkdgate 12-01-2006 08:08 AM

I'm not sure if this has been answered already but can it be possible to buy points through paypal?

Kat-Sybermoms 12-07-2006 08:21 PM

Thanks for an easy hack to install. For a hack-newbie, these are great.

Now, my members really like the options of being able to steal points, but leaving the banked points safe. Is this a possible upgrade/add-on that is easy to do?

Blaine0002 12-08-2006 12:50 AM

Quote:

Originally Posted by Kat-Sybermoms (Post 1134081)
Thanks for an easy hack to install. For a hack-newbie, these are great.

Now, my members really like the options of being able to steal points, but leaving the banked points safe. Is this a possible upgrade/add-on that is easy to do?

Was answered in the Icash thread. check there :D

Kat-Sybermoms 12-08-2006 03:12 PM

Yep! Found it there. And I now have a rash of members stealing into the negatives and it's getting fun now :lol :lol


All times are GMT. The time now is 06:16 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.01562 seconds
  • Memory Usage 1,814KB
  • 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_code_printable
  • (4)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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