<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title><![CDATA[Esvon LTD]]></title>
<link><![CDATA[https://www.esvon.com/support/]]></link>
<description />
<generator><![CDATA[Kayako Fusion v4.58.0.3650]]></generator>
<item>
<title><![CDATA[Can you recommend a few hosting companies that you are certain will have ionCube...]]></title>
<link><![CDATA[https://www.esvon.com/support/index.php?/Knowledgebase/Article/View/1]]></link>
<guid isPermaLink="false"><![CDATA[c4ca4238a0b923820dcc509a6f75849b]]></guid>
<pubDate><![CDATA[Sat, 13 Mar 2004 13:10:05 +0200]]></pubDate>
<dc:creator><![CDATA[- NA -]]></dc:creator>
<description><![CDATA[When you will choose hosting company for Esvon Classifieds please ask if they offer the following features :

1/ ionCube Loader
2/ Ability to run Cron Jobs
3/ ImageMagick installed - it is not 
required but recommended for best thumbnails quality and...]]></description>
<content:encoded><![CDATA[When you will choose hosting company for Esvon Classifieds please ask if they offer the following features :<br />
<br />
1/ ionCube Loader<br />
2/ Ability to run Cron Jobs<br />
3/ ImageMagick installed - it is not <br />
required but recommended for best thumbnails quality and is needed if you want to handle GIF images resizing<br />
4/ PHP running as Apache module not in safe mode - not required but recommended<br />
<br />
If you have no preferences we recommend you choosing a UNIX/Linux server.<br />
<br />
In particular, try to have a look at HostingMatters.com (shared/dedicated hosting),<br />
we use them for some websites and are very pleased by server speed and support.<br />
<br />
If you would like to use VPS hosting - KnownHost.com has very positive feedback at WebHostingTalk forums.]]></content:encoded>
</item>
<item>
<title><![CDATA[How can I force secure browsing through HTTPS in Admin Area for all pages?]]></title>
<link><![CDATA[https://www.esvon.com/support/index.php?/Knowledgebase/Article/View/188]]></link>
<guid isPermaLink="false"><![CDATA[9dcb88e0137649590b755372b040afad]]></guid>
<pubDate><![CDATA[Wed, 06 Dec 2017 21:33:26 +0200]]></pubDate>
<dc:creator />
<description><![CDATA[If you have Apache server you can place .htaccess file into /admin/ directory (or its renamed equivalent) with the following lines (use your directory name instead of /admin/ if you renamed it).
If .htaccess file already exists you can add these lines to...]]></description>
<content:encoded><![CDATA[<p>If you have Apache server you can place .htaccess file into /admin/ directory (or its renamed equivalent) with the following lines (use your directory name instead of /admin/ if you renamed it).</p>
<p>If .htaccess file already exists you can add these lines to it unless some of them are already there:</p>
<p>RewriteEngine On<br />RewriteBase /admin/</p>
<p>RewriteCond %{HTTPS} off<br />RewriteRule (.*) https://%{SERVER_NAME}/admin/$1 [R=301,L]</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Is there a built-in CSRF tokens mechanism to use with the forms?]]></title>
<link><![CDATA[https://www.esvon.com/support/index.php?/Knowledgebase/Article/View/192]]></link>
<guid isPermaLink="false"><![CDATA[58a2fc6ed39fd083f55d4182bf88826d]]></guid>
<pubDate><![CDATA[Tue, 13 Jul 2021 22:33:15 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[CSRF means&nbsp;cross-site request forgery.&nbsp;It is a security risk where an attacker can trick a visitor into making a malicious request to your site from another, entirely unrelated site in their control.
Yes, for CSRF tokens in HTML template you can...]]></description>
<content:encoded><![CDATA[<p>CSRF means&nbsp;cross-site request forgery.&nbsp;It is a security risk where an attacker can trick a visitor into making a malicious request to your site from another, entirely unrelated site in their control.</p>
<p>Yes, for CSRF tokens in HTML template you can use hidden form field</p>
<p>&lt;input type=hidden name=token value="##TOKEN##"&gt;</p>
<p>and hwIsTokenOK() function in corresponding PHP file, e.g.</p>
<p>if($_POST['go'] &amp;&amp; hwIsTokenOK()){</p>
<p>&nbsp; // valid form submission</p>
<p>}</p>]]></content:encoded>
</item>
</channel>
</rss>