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)

davidw 01-08-2007 06:42 PM

10 minutes? I was thinking at 23 hours and 59 minutes of each day or once a week or something.

Blaine0002 01-08-2007 06:46 PM

doh! i suppose that would work lol, i was thinking 24 hours from the time of first insertion or so.

davidw 01-10-2007 05:07 PM

I have a cron job working now - I'll post details as soon as I can.

Zowners 01-11-2007 11:07 PM

hey blaine youre making a mod like the Ishop one for the 3.6 right?

Blaine0002 01-11-2007 11:20 PM

Ishop should be compatable with 3.6

Pure Dope 01-12-2007 12:57 AM

whats the diff between thisand and vbplaza. since vbp is abandoned.... i need a alt.

Blaine0002 01-12-2007 05:45 PM

No useless features.

Pure Dope 01-16-2007 09:42 AM

Quote:

Originally Posted by Blaine0002 (Post 1157305)
No useless features.

the number of useless features?

sportsoutlaw 01-21-2007 04:48 AM

Browsed through this thread, and didn't see anything about this.

When I deposit money into the bank, it redirects me to a page that says the deposit was successfull, then redirects me to a page that doesnt exist. Below is the url that it is directing me to.

http://www.sofantasyfootball.com/nfl/bank.php?do=bank

That link goes t a 404 error page. How do I get it to go to a real page?

sportsoutlaw 01-21-2007 04:55 AM

Not sure if this was the proper way to fix it, but I renamed ibank.php to bank.php and it seems to be working properly.

sinisterpain 01-23-2007 04:03 AM

Quote:

Originally Posted by sportsoutlaw (Post 1164057)
Not sure if this was the proper way to fix it, but I renamed ibank.php to bank.php and it seems to be working properly.

The problem is in the ibank.php file
You must change the url for deposit, withdrawl etc to
Code:

$navbits = array("ibank.php?$session[sessionurl]&do="
through out the file right now it shows
Code:

$navbits = array("bank.php?$session[sessionurl]&do="
This will fix the 404 error

sportsoutlaw 01-23-2007 04:20 AM

Thanks!

sinisterpain 01-27-2007 07:15 PM

There appears to be a problem with the interest for the bank. If you click on withdrawl then redeposit the money it adds intrest to your bank total also noticed it doing it when I refresh the page multiple times.
I am not sure why you removed the decimal places in your code since interest will create additional places. I show .62 on hand in the lotto I have installed but in the bank I have a dollar which I can not deposit because it is actually .62.

Also I use Icash as the point system for vbookie.

phonexpo 01-30-2007 10:44 PM

I've turned my iBank system off until this is stable.

Rickeo 02-19-2007 09:01 PM

I have a problem when it shows the time till interest is paid it keeps showing in negative numbers and alot longer than 24 hours what I set it too :S

Any ideas on how to fix this thanks??

~Rick~

Rickeo 02-19-2007 10:03 PM

Thanks ur a real life saver :) you always reply to my posts

~Rick~

FIVE539 02-24-2007 12:52 PM

hey I'm having problems...I've tried almost every ibank.php that has been supplied here and all either "steal" from users, and or give points on refresh, don't display correct values and more....

which one is stable?
I'm using the default one now...but the first time you refresh, it gives you your interest....only the first time...so what can I do?
also if its possible to show decimals...like 102.21 in the bank instead of 102 that would be great aswell, can I do that?
thanks

Blaine0002 02-24-2007 04:34 PM

ibank is not my current focus mod-wise. but i will probably add some changes eventually.

FIVE539 02-26-2007 01:18 AM

ok I'll test it out

FIVE539 02-28-2007 06:07 PM

eh your fix sinister...it kinda works...but on my site killercamel.com

you input over 1000 into the bank and it changes the interest(1% which should be 10 out of 1000) from 10 to a daily interest earning of 0.01...thats not right
also..theres a left over 1.00 in the bank for my account and cant get it out :(

Blaine0002 02-28-2007 08:24 PM

there was a fix for this by christianb earlier in the thread.

FIVE539 03-01-2007 01:41 AM

ok...I'll test his fix...I have before and think I ran into another prob...

Nzarect 03-01-2007 11:15 AM

how do you open an account?

Blaine0002 03-01-2007 11:22 AM

simply insert money into the bank :)

Nzarect 03-01-2007 11:24 AM

when I try to deposit it says I don't have that much

WEBDosser 03-09-2007 02:38 PM

a lot of your code is missing the i from the links, it says bank.php and it should say ibank.php this gave me 404 error.

Blaine0002 03-09-2007 02:49 PM

my code? or code submitted by somone else.

WEBDosser 03-09-2007 03:17 PM

Quote:

Originally Posted by Blaine0002 (Post 1199553)
my code? or code submitted by somone else.

in the downloaded file there is ibank.php

in this file you need to change this:
Quote:

$navbits = array("bank.php?$session[sessionurl]&do=" . $Action => "Bank");
to this:

Quote:

$navbits = array("ibank.php?$session[sessionurl]&do=" . $Action => "Bank");
and there are a few more also..

at least thats what i had to edit before it would work, maybe it because i use vb 3.6.5

Blaine0002 03-09-2007 04:33 PM

nope its most likely a problem with my code, i am working on updating this product too for more stability. Thanks for the bug report!

pollon 03-12-2007 08:07 PM

Quote:

Originally Posted by Nzarect (Post 1193263)
when I try to deposit it says I don't have that much

in vBulletin options----> Ibank----> Ibank money row you must write the name of you currency. if you're using vbookie it should be vbookie_cash. it depends on your cash sistem. I'm not using vbookie, I tiped just "cash" and it's working.

Black Tiger 03-12-2007 11:58 PM

Well seems a nice hack to me and knowing you and your support I already clicked install, but i'll wait until the code problems are solved.

3dpirate 03-22-2007 01:41 PM

I installed it, made the required changes and put a menu tab for it up! Works great, thank you www.3dgamics.com/forum

tehPARADOX 03-25-2007 01:03 AM

This is a great addition to Icash, just hoping the refresh interest bug be fixed.

Evolution06 03-30-2007 05:27 PM

Can't wait for the update. I had a member ask if it's possible for it to give loans

sinisterpain 03-31-2007 11:21 AM

Quote:

Originally Posted by tehPARADOX (Post 1211543)
This is a great addition to Icash, just hoping the refresh interest bug be fixed.

Use christan's updated file https://vborg.vbsupport.ru/showpost....8&postcount=77

deezelpope 03-31-2007 02:22 PM

Ok, thanks for bumping this, but does the fix get uploaded WITH ibank.php or INSTEAD of???:confused:

Black Tiger 03-31-2007 08:21 PM

I just installed it. You don't upload the original included ibank.php but the one from Christianb. So replace the original ibank.php before installing.
Then upload ibank.php and then import the original product file. Works nice.

Suggestion for the future: would be nice if there would be another option to have a certain "forums main saldo" a bit like a real bank from which users also can loan money for a certain percentage of interest.:)
This way you can also limit the total amount of money which can be loaned, when forumsbank has no money, no loan is possible.
This could be expanded with an option like max amount of money possible per user to loan or things like that.

deezelpope 04-01-2007 10:56 AM

Thanks BT...I appreciate that!

This install was smooth as silk! WOOT!!!:up: :D

Awesome work, Blaine!!:up: :)

hellmet 04-05-2007 03:20 PM

Great Mod.. Thanks man..
I've one doubt though. I'd like to set a minimum amount that a user MUST always have in his
account in the bank, once he's opened his account. How is this possible? I'm sorry, I'm weak at coding..

Also, how do I change the interest to operate one a time-gap greater than the default of One-Day?

Thanks..

Mys 04-06-2007 04:47 PM

Hello all,

Thank you for the update, Blaine.

Updated .xml with Christian's .php installed, then uploaded the new .php.

I still only get $1 of interest. Anyone have any clues?

Thx.

:o


All times are GMT. The time now is 06:08 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.01291 seconds
  • Memory Usage 1,809KB
  • 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
  • (2)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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