Finance & Payments MyBanco How MyStocko works October 18, 2008 / August 23, 2011 by Tim Groeneveld | Leave a Comment A few months ago, when I started working on MyBanco, I wrote a special RPC, or Remote procedure call protocol, a network protocol that allows a computer program running on one host to cause code to be executed on another host. This protocol, which uses HTTP/HTTPS and JSON is called MyInfo. MyInfo was designed so […] Read more »
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
Finance & Payments MyBanco Announcing MyStocko October 15, 2008 / August 23, 2011 by Tim Groeneveld | 2 Comments on Announcing MyStocko With the help of researchers Robert Marks, Blake LeBaron and John Holland, I have been able to start implementing an algorithm for a “self operating” stock exchange. Called MyStocko, it is an application that will be able to operate a simulated stock exchange automatically without any user or operator intervention. It records all buy/sell transactions, […] Read more » MyInfo MyStocko PHP Software
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
MyBanco MyBanco 0.05 out! August 9, 2008 / August 9, 2008 by Tim Groeneveld | 1 Comment on MyBanco 0.05 out! 100% Detect if all required modules are in PHP 90% Insert SQL dump into MySQL Could be improved on the SQL file import side Coming to the next release, which is due in seven days, is the ability for people people to gain money for posting on a forum! Read more » announcement MyBanco MyInfo SQL update
MyBanco MyBanco v0.05 is coming August 9, 2008 by Tim Groeneveld | Leave a Comment The new version of MyBanco will be out within the next few hours, boasting a few new handy features, such as: An installer, which will insert the SQL dump into MySQL automatically. A few minor bugs fixed. Patches for SMF to enable the ability for people people to gain money for posting on a forum. […] Read more » anounce coming soon excitement Linux MyBanco MyInfo updates
MyBanco Windows version of MyBanco released August 6, 2008 by Tim Groeneveld | Leave a Comment I have just added a zip version of MyBanco at the download site, so that people who are not advanced enough for Linux or OS X (only mucking around… seriously) can download MyBanco and upload MyBanco to thier webhost. You can download MyBanco from the usual place. Remember, it is licensed under the Affero General […] Read more » MyBanco Windows Windows releases
MyBanco Making external applications add money to accounts in MyBanco August 5, 2008 / August 5, 2008 by Tim Groeneveld | Leave a Comment I got an email earlier this morning, asking me how hard it would be to “make something that can activate a transaction when an action happens in another code”. I thought about it for thirty seconds, and realised that it would not be too hard. Infact, it was super easy to do. There are two […] Read more » API external help money MyBanco transactions
MyBanco New MyBanco bug fix release (v0.04) August 4, 2008 / August 4, 2008 by Tim Groeneveld | Leave a Comment # diffstat mybanco-0.03-to-0.04.patch CHANGELOG | 4 ++++ Skins/Simple/Simple.php | 38 +++++++++++++++++++++++++++++++++++++- backend/index.php | 28 ++++++++-------------------- backend/test.php | 7 +++++++ libs/MyInfo-Client.php | 7 +++---- 5 files changed, 59 insertions(+), 25 deletions(-) Mainly a bugfix release. Fixes the following issues: Data sent to MyInfo is now always unescaped. Nice pretty runtime errors for MyBanco. The right MyInfo server […] Read more » bank MyBanco PHP research updates
Experimental MyBanco Anouncing MyBanco! July 26, 2008 by Tim Groeneveld | 1 Comment on Anouncing MyBanco! Ever wanted to run your own bank? Well, my new [experimental] web application allows you to do exactly that. While some may say that I just have way too much time on my hands, others might just say that I should get top marks for my IPT [Information Processing Technology] assignment. We had to build […] Read more » experiments MyBanco MyInfo new PHP