MyBanco The MyBanco wiki April 27, 2009 by Tim Groeneveld | Leave a Comment Today I have started working on the MyBanco wiki. At the moment it is just a start, but it will be good to see it to start getting to completion. You can access the wiki at http://mybanco.org/wiki/ Read more » documentation MyBanco wiki
MyBanco MyBanco 0.09 released! April 22, 2009 / April 22, 2009 by Tim Groeneveld | 4 Comments on MyBanco 0.09 released! MyBanco 0.09 has been released. This release has a few new (minor) features in it, and a few minor bug fixes as well. The installer now ‘phones home’ to tell how many installations have been done. This is a new feature that I am working on where you can automatically be subscribed to new releases […] Read more » bug fixes MyBanco MyInfo releases
MyBanco Adding SWIFT to MyBanco April 20, 2009 by Tim Groeneveld | Leave a Comment I have had a few emails regarding whether it would be possible to add Interbank communication support into MyBanco such as SWIFT, and I would just like to say here, YES! It is possible, and it is very easy to do. If you are looking to write a new plugin to do SWIFT transactions (or […] Read more » accounts communication interbank MyBanco MyInfo protocols SWIFT transactions
Documentation MyBanco Random Thoughts MyBanco: FAQ April 13, 2009 / August 23, 2011 by Tim Groeneveld | 1 Comment on MyBanco: FAQ Every time I go to my Inbox every morning; I seem to have three or four questions waiting for me regarding MyBanco. Starting from the most asked question, and going down to questions I seem to get less often, I thought I might answer a few of those questions so that I will never have […] Read more » apache Banking faq MyBanco mysql PHP xampp
Documentation MyBanco So, I just installed MyBanco January 26, 2009 / April 15, 2020 by Tim Groeneveld | 6 Comments on So, I just installed MyBanco Right, so you have a new installation of MyBanco, what should you do now? Well, here are a few ideas just to get the ball rolling: Create a new skin of MyBanco. Skins are very easy to make, you do it by just copying an existing skin to a new directory (skins are in C:\xampp\htdocs\Skins). […] Read more » installing MyBanco
MyBanco Installing MyBanco with XAMPP on Windows January 26, 2009 / August 23, 2011 by Tim Groeneveld | 13 Comments on Installing MyBanco with XAMPP on Windows Download xampp-win32-1.7.0.exe from the Apache Friends website Run xampp-win32-1.7.0.exe, and set the ‘Extract Path’ to C:\ ( It’s OK, all the files will go inside a directory called ‘xampp’ ) When the extracting has finished, go into C:\xampp\, and rename htdocs to htdocs.old Create a new directory called ‘htdocs’ Copy all of the extracted files […] Read more » installing MyBanco
MyBanco Even more patches for MyBanco December 27, 2008 / August 23, 2011 by Tim Groeneveld | 2 Comments on Even more patches for MyBanco Yesterday I talked about the mybanco-0.05-better-curl-support patch, and now I have a few more to share. ==> mybanco-0.05-check-for-mysql.patch This patch makes the backend spit out a nice error if there is no MySQL extension loaded on the server. This is much better then things just appearing t do nothing ==> mybanco-0.05-better-errors-when-they-happen.patch This patch adds more […] Read more » installing MyBanco
MyBanco New patch for MyBanco! December 26, 2008 / February 17, 2009 by Tim Groeneveld | Leave a Comment Hello everyone! About time I updated this blog! Today I am writing to give you all a new patch (with another one comming in about one hour or three.) This first patch, which I am going to offer up today is to improve a small issue with installations that do not have cURL enabled. If/when […] Read more » Banking enhancements installing MyBanco patches
MyBanco MyBanco 0.05 bad query patch October 15, 2008 / April 15, 2020 by Tim Groeneveld | Leave a Comment There is a small typo around line 115 of backend/Plugins/transfer.php, where a line that says:$SQL = 'INSERT INTO `myinfo`.`temp_data` (should actually say$SQL = 'INSERT INTO `temp_data` ( You can either change this typo manually by hand, or download the patch from my patches folder my MyBanco. mybanco-0.05-bad-query.patch 15-Oct-2008 07:50 patch mybanco-0.05-bad-query.patch.md5 15-Oct-2008 07:52 md5 checksum […] Read more » MyBanco patches woops
MyBanco Random Thoughts How the stock exchange works October 8, 2008 / October 8, 2008 by Tim Groeneveld | 3 Comments on How the stock exchange works I have always wanted to be able to write my own software to run a stock exchange, but I have never been able to get a full grasp on how the whole stock exchange system worked. I always had been left with many questions. How exactly are the prices decided of the buying and selling […] Read more » economics finance MyBanco stock exchange