<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — exchange-rates.org update]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=10708</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=10708&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in exchange-rates.org update.]]></description>
		<lastBuildDate>Tue, 24 Mar 2026 14:44:12 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: exchange-rates.org update]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=43846#p43846</link>
			<description><![CDATA[<p>There now seems to be a Cloudflare check before exchange rates are given, causing a delay of 1 or 2 seconds.</p><p>Which means that FA is not getting exchange rates from exchange-rates.org.</p><p>Any ideas of a workaround for this?</p>]]></description>
			<author><![CDATA[null@example.com (ckrosco)]]></author>
			<pubDate>Tue, 24 Mar 2026 14:44:12 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=43846#p43846</guid>
		</item>
		<item>
			<title><![CDATA[Re: exchange-rates.org update]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=43838#p43838</link>
			<description><![CDATA[<p>Fixed and committed to stable repo. Thanks @boxygen.</p><p>joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Thu, 26 Feb 2026 13:39:24 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=43838#p43838</guid>
		</item>
		<item>
			<title><![CDATA[Re: exchange-rates.org update]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=43837#p43837</link>
			<description><![CDATA[<p>Cool @boxygen,</p><p>I will fix this asap too <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Thu, 26 Feb 2026 10:27:10 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=43837#p43837</guid>
		</item>
		<item>
			<title><![CDATA[Re: exchange-rates.org update]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=43836#p43836</link>
			<description><![CDATA[<p>EXCHANGE-RATES.ORG can also fetch historical rates</p><div class="codebox"><pre><code>elseif ($provider == &#039;EXCHANGE-RATES.ORG&#039;)
    {
        if ($date != Today())
            $filename = &quot;/exchange-rate-history/{$curr_b}-{$curr_a}-&quot;.date2sql($date);
        else
            $filename = &quot;/converter/{$curr_b}-{$curr_a}&quot;;
        $site = &quot;exchange-rates.org&quot;;
        $proto = &#039;https://&#039;;
        $contents=file_get_contents($proto.$site.$filename);

    
    }</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Mon, 23 Feb 2026 21:03:14 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=43836#p43836</guid>
		</item>
		<item>
			<title><![CDATA[Re: exchange-rates.org update]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=43832#p43832</link>
			<description><![CDATA[<p>This has been fixed and committed. The stable repo is updated.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Mon, 09 Feb 2026 23:56:09 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=43832#p43832</guid>
		</item>
		<item>
			<title><![CDATA[Re: exchange-rates.org update]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=43830#p43830</link>
			<description><![CDATA[<p>I will fix this asap.</p><p>Thanks for detecting this!</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Sun, 08 Feb 2026 15:50:05 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=43830#p43830</guid>
		</item>
		<item>
			<title><![CDATA[Re: exchange-rates.org update]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=43827#p43827</link>
			<description><![CDATA[<p>Nice catch.</p>]]></description>
			<author><![CDATA[null@example.com (trafficpest)]]></author>
			<pubDate>Fri, 06 Feb 2026 15:52:15 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=43827#p43827</guid>
		</item>
		<item>
			<title><![CDATA[exchange-rates.org update]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=43826#p43826</link>
			<description><![CDATA[<p>Since the end of January 2026 I have not been able to retrieve exchange rates from exchange-rates.org</p><p>It seems they&#039;ve changed their URL.</p><p>This seems to fix it:</p><p>gl/includes/db/gl_db_rates.inc</p><p>line 168 change:</p><div class="codebox"><pre><code>$filename = &quot;/converter/{$curr_b}/{$curr_a}/1&quot;;</code></pre></div><p>to:</p><div class="codebox"><pre><code>$filename = &quot;/converter/{$curr_b}-{$curr_a}&quot;;</code></pre></div><p>Starting line 166 this section will be:</p><div class="codebox"><pre><code>elseif ($provider == &#039;EXCHANGE-RATES.ORG&#039;)
    {
        //$filename = &quot;/converter/{$curr_b}/{$curr_a}/1&quot;;
        $filename = &quot;/converter/{$curr_b}-{$curr_a}&quot;;
        $site = &quot;exchange-rates.org&quot;;
        $proto = &#039;https://&#039;;
        $contents=file_get_contents($proto.$site.$filename);
    }</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (ckrosco)]]></author>
			<pubDate>Thu, 05 Feb 2026 16:48:59 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=43826#p43826</guid>
		</item>
	</channel>
</rss>
