Magento: Replace broken Webservicex.net currency exchange with Yahoo finance
# go to your Magento installation
cd /var/www/
# create Yahoofinance.php
mkdir -p ./app/code/local/JT/Directory/Model/Currency/Import/
wget http://www.panticz.de/sites/default/files/magento/CurrencyExchange/Yahoofinance.php -O ./app/code/local/JT/Directory/Model/Currency/Import/Yahoofinance.php
# update configuration
# (TODO): create module configuration xml
# add bevore end of the global node in ./app/etc/local.xml
--- /var/www/app/etc/local.xml.org 2010-07-23 13:07:49.000000000 +0200
+++ /var/www/app/etc/local.xml 2013-04-13 10:01:51.000000000 +0200
@@ -49,6 +49,16 @@