<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tim Groeneveld &#187; Banking</title>
	<atom:link href="http://timg.ws/tag/banking/feed/" rel="self" type="application/rss+xml" />
	<link>http://timg.ws</link>
	<description>&#039;cause everyone loves a geek</description>
	<lastBuildDate>Wed, 14 Sep 2011 14:40:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3-beta3-19254</generator>
		<item>
		<title>MyBanco: FAQ</title>
		<link>http://timg.ws/2009/04/13/mybanco-faq/</link>
		<comments>http://timg.ws/2009/04/13/mybanco-faq/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 15:33:59 +0000</pubDate>
		<dc:creator>Tim Groeneveld</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[MyBanco]]></category>
		<category><![CDATA[Random Thoughts]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Banking]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://timg.ws/?p=260</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p>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 to type out the same repetitive answer again.</p>
<p><strong>How can i download MyBanco 2009.1?<br />
</strong>MyBanco 2009.1 is not yet released, I know that the site is a bit out of date, and that the release is way over due, all I can say is hold your horses and go download the latest release, which you will see on the very same download page that talks about MyBanco 2009.1, http://mybanco.org/download.html</p>
<p><strong> Is this for real? Is MyBanco really meant in production environment of real banks?<br />
</strong>Well, yes. This is the aim of the game. The application is not yet fully feature rich, so don&#8217;t expect Citi Bank to start using it <em>just</em> yet, but with enough programmers hands, it will become an application that can be used in production environments, not just for small community banks but also larger national banks.</p>
<p><strong>I can&#8217;t install MyBanko. I do not use XAMPP. I use real web server. I can&#8217;t found where to write the MySQL server address on page 3 ?!?<br />
</strong>Firstly, do your research. XAMPP is just a nice and easy way to get a webserver with Apache, PHP and MySQL installed on Windows without little work at all. It is a real server, just as much as a LAMP server is. I don&#8217;t know what you mean about MySQL, all you need to do is create a database with acceptable permissions (say with phpMyAdmin &#8212; which XAMPP also comes with&#8230;) and enter those login details into the installation script for MyBanco. The install application for MyBanco will come up when you go to the domain for MyBanco for the first time.</p>
<p><strong>Is it possible to install with the following url: http://localhost/mybanco? Because, with the original installation method I have to sacrifice other websites.<br />
</strong>No, it is not possible. The internet banking module is built to run off it&#8217;s own domain/subdomain. The easiest way to do it is to just create a virtual hosts configuration in Apache, where you have something like http://mybanco.localhost <img src='http://timg.ws/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   The reason this is here is to make MyBanco comply with PCI DSS (<a href="https://www.pcisecuritystandards.org/" target="_blank">https://www.pcisecuritystandards.org/</a>), which are rules created by the major credit card issuers on the subject of how machines must handle credit card information.  <a href="https://www.pcisecuritystandards.org/security_standards/pci_dss_download.html" target="_blank">https://www.pcisecuritystandards.org/security_standards/pci_dss_download.html</a></p>
<p><em>PCI DSS Requirement 2.2.1</em> specifies &#8216;Implement only one primary function per server.&#8217;, which basically means that the internet banking interface must be on a separate server then say the backend server or the MySQL server. Of course, for testing it is OK for this to not be the case, but for the reason that there are rules to worry about, making it run the way you want in a testing environment has not really been a big concern.</p>
<p><em>PCI DSS Requirement 6.3.2</em> requires that test/production environments must be seperate, and it is recommended to have the same config. between both environments, yet another reason not to implement what you are saying.</p>
<p><strong>MyBanco throws some errors even at installation. Step 4, i.e. stop after sql writing and gave no clue for me. And, also some undefined variables message after that</strong>.<br />
If you encounter errors, please copy and paste them so I can fix them.</p>
<p><strong>I manage a banking program at a community college. We are setting up a model branch for students to practice retail banking operations in a simulated environment and would like to use your retail banking solution.  Does an extensive amount of programming need to be done before we can use the software. We only need the basics -nothing fancy. How exactly do I download it and get it to run? What hardware/operating system/database platform etc. do we need to run it? We will have about 5 &#8211; 25 work stations running it.<br />
</strong>At the moment, MyBanco does not perform any lending functions, this is it&#8217;s only downfall.  To get it running is very easy, if you look around the MyBanco website at this link <a href="http://www.mybanco.org/about-us.html" target="_blank">http://www.mybanco.org/about-us.html</a> you will see that there is a link to this blog post: <a href="../2009/01/26/installing-mybanco-with-xampp-on-windows/" target="_blank">http://timg.ws/2009/01/26/installing-mybanco-with-xampp-on-windows/</a> It describes all that needs to be done to install MyBanco on a Windows system.</p>
<p>You can download MyBanco from here: <a href="../downloads/mybanco/" target="_blank">http://timg.ws/downloads/mybanco/</a> No fancy hardware is required, a basic Core2Duo machine, which costs less then $2,000 will be able to handle not 25 work stations, but 250!</p>
<p>MyBanco is very fast.  No programming will need to be done, unless you want to offer loan support.<strong></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://timg.ws/2009/04/13/mybanco-faq/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New patch for MyBanco!</title>
		<link>http://timg.ws/2008/12/26/new-patch-for-mybanco/</link>
		<comments>http://timg.ws/2008/12/26/new-patch-for-mybanco/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 13:57:57 +0000</pubDate>
		<dc:creator>Tim Groeneveld</dc:creator>
				<category><![CDATA[MyBanco]]></category>
		<category><![CDATA[Banking]]></category>
		<category><![CDATA[enhancements]]></category>
		<category><![CDATA[installing]]></category>
		<category><![CDATA[patches]]></category>

		<guid isPermaLink="false">http://timg.ws/2008/12/26/new-patch-for-mybanco/</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p>Hello everyone!</p>
<p>About time I updated this blog!</p>
<p>Today I am writing to give you all a new patch (with another one comming in about one hour or three.)</p>
<p>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 this is the case, a nice error will show up, rather then comming up with &#8220;Call to undefined function curl_init() in [...]&#8220;.</p>
<p>Although only a small patch, it&#8217;s just a nice patch up for MyBanco 0.06; which is due out in the next few days, and will offer all new features, such as user registration (at long last!) and some other things which I will not discuss now.  The next patch will improve the way that the communication to the backend is done, and will allow a huge improvement to the speed of the frontend. MyBanco 0.06 will also offer up a new method of usage which will not require the backend or the cURL extension in PHP.</p>
<table border="0">
<tbody>
<tr>
<td align="right"></td>
</tr>
<tr>
<td valign="top"><img src="/icons/unknown.gif" alt="[   ]" /></td>
<td><a href="/downloads/mybanco/patches/mybanco-0.05-better-curl-support.patch">mybanco-0.05-better-curl-support.patch</a></td>
<td align="right">26-Dec-2008 08:39</td>
<td align="right">patch</td>
</tr>
<tr>
<td valign="top"><img src="/icons/unknown.gif" alt="[   ]" /></td>
<td><a href="/downloads/mybanco/patches/mybanco-0.05-better-curl-support.patch.md5">mybanco-0.05-better-curl-support.patch.md5</a></td>
<td align="right">26-Dec-2008 08:50</td>
<td align="right">md5 checksum</td>
</tr>
<tr>
<td valign="top"><img src="/icons/text.gif" alt="[TXT]" /></td>
<td><a href="/downloads/mybanco/patches/mybanco-0.05-better-curl-support.patch.txt">mybanco-0.05-better-curl-support.patch.txt</a></td>
<td align="right">26-Dec-2008 08:51</td>
<td align="right">diffstat</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://timg.ws/2008/12/26/new-patch-for-mybanco/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>St. George really needs to update their webpay client library for Linux</title>
		<link>http://timg.ws/2008/11/21/st-george-really-needs-to-update-their-webpay-client-library-for-linux/</link>
		<comments>http://timg.ws/2008/11/21/st-george-really-needs-to-update-their-webpay-client-library-for-linux/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 23:16:41 +0000</pubDate>
		<dc:creator>Tim Groeneveld</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Random Thoughts]]></category>
		<category><![CDATA[Banking]]></category>
		<category><![CDATA[binary libraries]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://timg.ws/?p=229</guid>
		<description><![CDATA[My development environment is CentOS 5. Running a library that is two and a half years old really sucks on a new Linux box, especially because I had to install three compat libraries. The software is called &#8220;webpay&#8221;, and the actual library itself is distributed as a binary library; which would be alright apart from [...]]]></description>
			<content:encoded><![CDATA[<p>My development environment is CentOS 5. Running a library that is two and a half years old really sucks on a new Linux box, especially because I had to install three compat libraries.</p>
<p>The software is called &#8220;webpay&#8221;, and the actual library itself is distributed as a <a href="http://www.openbsd.org/lyrics.html#39">binary library</a>; which would be alright apart from the fact that this is a library that is meant to financial transactions, and I want to be able to trust that this library is the actual library that I am meant to use. When you go to download the file from St. George, there is no way to validate the file, no signed GPG files &#8211; not even an sha1sum.</p>
<p>What was even worse, is that the webpay client <em>refused</em> to work in the Virtuozzo container.</p>
<pre>rt_sigaction(SIGPROF, {0x81c0ce0, [PROF], SA_RESTORER|SA_RESTART, 0xf09dc8}, {SIG_DFL}, <img src='http://timg.ws/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> = 0
rt_sigprocmask(SIG_UNBLOCK, [PROF], NULL, <img src='http://timg.ws/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> = 0
open("test.blue", O_RDONLY)              = 3
fstat64(3, {st_mode=S_IFREG|0777, st_size=4891, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7eb3000
read(3, "", 4096)                       = 0
brk(0x9ae9000)                          = 0x9ae9000</pre>
<p>I would like it if it &#8220;just worked&#8221;, or even better &#8211; that libwebpayclient.so came with source, so we could actually compile the library ourselves, and debug the problem further. Even though the library is from a bank, I would have no problem sending back improved code to the bank, especially if it improved the way that my software worked.</p>
<p>Damn banks.</p>
]]></content:encoded>
			<wfw:commentRss>http://timg.ws/2008/11/21/st-george-really-needs-to-update-their-webpay-client-library-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Somethings were designed not to use Windows</title>
		<link>http://timg.ws/2008/09/07/somethings-were-designed-not-to-use-windows/</link>
		<comments>http://timg.ws/2008/09/07/somethings-were-designed-not-to-use-windows/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 11:25:17 +0000</pubDate>
		<dc:creator>Tim Groeneveld</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[ATM]]></category>
		<category><![CDATA[Banking]]></category>
		<category><![CDATA[crashes]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[oh no]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://timg.ws/?p=163</guid>
		<description><![CDATA[Some things were designed just to not run on a Windows platform. It gets me thinking &#8211; what if someone went and actually installed a trojan onto one of these babies? Scary if you ask me.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://timg.ws/wp-content/uploads/2008/09/14.jpg"><img class="size-medium wp-image-164 aligncenter" title="14" src="http://timg.ws/wp-content/uploads/2008/09/14.jpg" alt="" width="514" height="452" /></a></p>
<p>Some things were designed <em>just</em> to not run on a Windows platform. It gets me thinking &#8211; what if someone went and actually installed a trojan onto one of these babies? Scary if you ask me.</p>
]]></content:encoded>
			<wfw:commentRss>http://timg.ws/2008/09/07/somethings-were-designed-not-to-use-windows/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

