<?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[Multiple vulnerabilities have been identified in older PHP versions]]></title>
<link><![CDATA[https://www.esvon.com/support/index.php?/News/NewsItem/View/17]]></link>
<guid isPermaLink="false"><![CDATA[70efdf2ec9b086079795c442636b55fb]]></guid>
<pubDate><![CDATA[Mon, 22 Jul 2024 13:24:59 +0300]]></pubDate>
<dc:creator><![CDATA[Esvon Support]]></dc:creator>
<description><![CDATA[As multiple vulnerabilities have been identified in older PHP versions recently and PHP 8.0 reached EOL in 2023, PHP 8.2/8.3 compatible version of Esvon Classifieds is available.
Download Demo or registered version from Client Area]]></description>
<content:encoded><![CDATA[<p>As multiple vulnerabilities have been identified in older PHP versions recently and PHP 8.0 reached EOL in 2023, PHP 8.2/8.3 compatible version of <a href="/pg/products/p_classifieds/">Esvon Classifieds</a> is available.</p>
<p><a href="/pg/products/p_classifieds/demo/">Download Demo</a> or registered version from <a href="/members/">Client Area</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[At least 60% of all websites are impacted by jQuery XSS vulnerabilities]]></title>
<link><![CDATA[https://www.esvon.com/support/index.php?/News/NewsItem/View/16]]></link>
<guid isPermaLink="false"><![CDATA[c74d97b01eae257e44aa9d5bade97baf]]></guid>
<pubDate><![CDATA[Thu, 30 Jan 2020 16:39:22 +0200]]></pubDate>
<dc:creator><![CDATA[Esvon Support]]></dc:creator>
<description><![CDATA[Unless you are using&nbsp;jQuery&nbsp;3.4+ then you are using vulnerable&nbsp;jQuery&nbsp;versions.
These findings come from open source security platform, Snyk, and are included in&nbsp;"The state of JavaScript frameworks security report 2019".&nbsp;
In ...]]></description>
<content:encoded><![CDATA[<p><span>Unless you are using&nbsp;jQuery&nbsp;3.4+ then you are using vulnerable&nbsp;jQuery&nbsp;versions.</span></p>
<p><span><span>These findings come from open source security platform, Snyk, and are included in&nbsp;</span><a rel="nofollow" href="https://snyk.io/wp-content/uploads/snyk-javascript_report_2019.pdf" target="_blank"><strong>"The state of JavaScript frameworks security report 2019"</strong></a><span>.&nbsp;</span></span></p>
<p><span><span>In jQuery Snyk&nbsp;tracked six security vulnerabilities affecting jQuery&nbsp;across all of its releases to date. Four are medium severity Cross-Site Scripting vulnerabilities, one is a medium severity Prototype Pollution vulnerability, and the final one is a low severity Denial of Service vulnerability.&nbsp;</span></span></p>
<h4>More Information</h4>
<p><a rel="nofollow" href="https://snyk.io/wp-content/uploads/snyk-javascript_report_2019.pdf" target="_self">Snyk Javascript Report 2019 (pdf)</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How Google PageSpeed works]]></title>
<link><![CDATA[https://www.esvon.com/support/index.php?/News/NewsItem/View/15]]></link>
<guid isPermaLink="false"><![CDATA[9bf31c7ff062936a96d3c8bd1f8f2ff3]]></guid>
<pubDate><![CDATA[Mon, 22 Jul 2019 11:30:48 +0300]]></pubDate>
<dc:creator><![CDATA[Esvon Support]]></dc:creator>
<description><![CDATA[There have been a couple of crucial changes made to Google's search indexing and ranking algorithms.
If you've been curious about how PageSpeed calculates it's critical speed score and how to make it work for you to improve your SEO ranking and ad quality...]]></description>
<content:encoded><![CDATA[<p>There have been a couple of crucial changes made to Google's search indexing and ranking algorithms.</p>
<p>If you've been curious about how PageSpeed calculates it's critical speed score and how to make it work for you to improve your SEO ranking and ad quality score - this article will give you the details:</p>
<p><a rel="nofollow" href="https://calibreapp.com/blog/how-pagespeed-works/" target="_blank">https://calibreapp.com/blog/how-pagespeed-works/</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Upgrade to PHP 7.2 - success story of performance-wise move]]></title>
<link><![CDATA[https://www.esvon.com/support/index.php?/News/NewsItem/View/14]]></link>
<guid isPermaLink="false"><![CDATA[aab3238922bcc25a6f606eb525ffdc56]]></guid>
<pubDate><![CDATA[Fri, 22 Dec 2017 08:17:11 +0200]]></pubDate>
<dc:creator><![CDATA[Esvon Support]]></dc:creator>
<description><![CDATA[One of our customers got a good deal on a new VPS with EasyApache4. Before he had VPS with&nbsp;EasyApache3 where switching to PHP 7 was complicated.
We were asked to make sure pages serving is as fast as possible and that task included migration from PHP...]]></description>
<content:encoded><![CDATA[<p>One of our customers got a good deal on a new VPS with EasyApache4. Before he had VPS with&nbsp;EasyApache3 where switching to PHP 7 was complicated.</p>
<p>We were asked to make sure pages serving is as fast as possible and that task included migration from PHP 5.6 to PHP 7.2.</p>
<p>Initial configuration included Apache 2.4 + mod_mpm_prefork + PHP 5.6 (suEXEC).</p>
<p>Website's index page is very rich with PHP-generated content so all speed tests were made on it using Apache bench command:</p>
<p>ab -n 500 -c 10 https://www.domain.com/</p>
<p>PHP 5.6 (suEXEC) results: 16&nbsp;requests per second in average. Very slow. By the way suEXEC is making things slow too comparing to&nbsp;php-fpm.</p>
<p>New configuration included Apache 2.4 + mod_mpm_worker + PHP 7.2 (php-fpm).</p>
<p>PHP 7.2 (php-fpm) results:&nbsp;83-101 requests per second. The difference can be amazing (6x faster). With EasyApache4 it is easy to switch between PHP versions so we tested the same configuration on&nbsp;PHP 7.1 and got&nbsp;75-88 requests per second.</p>
<p>What contributed to this performance increase? At least 3 things:</p>
<p>1/&nbsp;PHP 7.2 is the fastest in PHP line<br />2/&nbsp;Handing PHP work off to PHP FPM makes a HUGE improvement in memory utilization&nbsp;(Server API = FPM/FastCGI in phpinfo output)<br />3/ Threaded worker Multi-Processing Module for Apache HTTP Server&nbsp;mod_mpm_worker is faster than&nbsp;mod_mpm_prefork</p>
<p>Merry Christmas !</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Learning to create or modify responsive Bootstrap-based layouts ?]]></title>
<link><![CDATA[https://www.esvon.com/support/index.php?/News/NewsItem/View/13]]></link>
<guid isPermaLink="false"><![CDATA[c51ce410c124a10e0db5e4b97fc2af39]]></guid>
<pubDate><![CDATA[Wed, 14 Jan 2015 19:15:26 +0200]]></pubDate>
<dc:creator><![CDATA[Esvon Support]]></dc:creator>
<description><![CDATA[# The Ultimate Guide to Bootstrap: http://www.webdesignerdepot.com/2014/10/the-ultimate-guide-to-bootstrap/ # Bootstrap Starter Templates (with demo and code) http://www.bootply.com/templates/
# BOOTSTRAP LAYOUT BUILDERSLayoutIT.Combrix.io]]></description>
<content:encoded><![CDATA[<p><strong># The Ultimate Guide to Bootstrap</strong>:<br /> <a rel="nofollow" href="http://www.webdesignerdepot.com/2014/10/the-ultimate-guide-to-bootstrap/" target="_blank">http://www.webdesignerdepot.com/2014/10/the-ultimate-guide-to-bootstrap/</a><br /><br /><strong> # Bootstrap Starter Templates</strong> (with demo and code)<br /> <a rel="nofollow" href="http://www.bootply.com/templates/" target="_blank">http://www.bootply.com/templates/</a></p>
<p><strong># BOOTSTRAP LAYOUT BUILDERS</strong><br /><a rel="nofollow" href="http://www.LayoutIT.Com" target="_blank">LayoutIT.Com</a><br /><a rel="nofollow" href="http://brix.io" target="_blank">brix.io</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Web software challenges 2014]]></title>
<link><![CDATA[https://www.esvon.com/support/index.php?/News/NewsItem/View/12]]></link>
<guid isPermaLink="false"><![CDATA[c20ad4d76fe97759aa27a0c99bff6710]]></guid>
<pubDate><![CDATA[Thu, 01 May 2014 23:35:58 +0300]]></pubDate>
<dc:creator><![CDATA[Esvon Support]]></dc:creator>
<description><![CDATA[Greetings all,   Recently we were focusing on turning problems into tasks and finding solutions. Of course this process can be lifelong but if you're interested to see a short list of completed tasks we experienced in web software area, here they are.  We...]]></description>
<content:encoded><![CDATA[Greetings all, <br /> <br /> Recently we were focusing on turning problems into tasks and finding solutions.<br /> Of course this process can be lifelong but if you're interested to see a short list<br /> of completed tasks we experienced in web software area, here they are.<br /> <br /> We used plain text format using these signs:  * Problem / # Solution<br /> <br /> * Website is not good for mobile devices<br /> <br /> # New responsive Bootstrap-based website template:<br /> <a href="http://www.esvon.com/products/cl/" target="_blank">http://www.esvon.com/products/cl/</a><br /> <br /> If you want something different or would like to see what are other options with Bootstrap,<br /> here are some already developed template examples:<br /> <a title="Classified ads bootstrap template" rel="nofollow" href="http://wrapbootstrap.com/theme/bootlistings-bootstrap-classifieds-WB0C342C2?ref=es" target="_blank">http://wrapbootstrap.com/theme/bootlistings-bootstrap-classifieds-WB0C342C2?ref=es</a><br /> <a rel="nofollow" href="http://wrapbootstrap.com/theme/bootstrap-real-estate-WB02793H5?ref=es" target="_blank">http://wrapbootstrap.com/theme/bootstrap-real-estate-WB02793H5?ref=es</a><br /> <br /> * Need more than the same header/footer for all pages, multiple header/footer files <br /> for different pages, difficult to maintain, etc.<br /> <br /> # Improved individual pages layout customization:<br /> <a href="http://www.esvon.com/products/cl/pg-bar_hide.html" target="_blank">http://www.esvon.com/products/cl/pg-bar_hide.html</a><br /><a href=" http://www.esvon.com/products/cl/pg-bar_clean.html" target="_blank"> http://www.esvon.com/products/cl/pg-bar_clean.html</a><br /> Examples where this functionality is already used - User Menu and Refine Search at the left sidebar.<br /> <br /> * Website performance issues when accessed by many visitors.<br /> <br /> # Sessions started only when they are actually used.<br /> The same thing is mentioned as YII 2 framework new feature by the way. <br /> Possibility for caching of dynamic HTTP content by HTTP reverse proxy like Varnish or nginx for significant performance increase.<br /> Story from real life : <a rel="nofollow" href="https://www.rfxn.com/nginx-caching-proxy/" target="_blank">https://www.rfxn.com/nginx-caching-proxy/</a><br /> <br /> * Large images upload takes too long for remote users or on slow connections<br /> <br /> # Plupload support integrated with ability to have images resized on client side before sending to the server<br /> <br /> * Banning spamers using banned_ips.txt file not always working<br /> <br /> # Fixed code in admin/spam.php which is updating banned_ips.txt automatically <br /> when you select "ban user IP address" link in "Modify Listing" page in Admin Area.<br /> In your existing install you may want to make sure your banned_ips.txt file has <br /> one IP address per line without any brackets, just digits and dots and/or request <br /> code update from us.<br /> <br /> These are some of the changes in Esvon Classifieds 4.0.15.<br /> <br /> This message is sent just to keep you informed. <br /> We'll be happy to read your thoughts if you have any to share.<br /> <br /> -----<br /> Sincerely,<br /> Esvon Team]]></content:encoded>
</item>
<item>
<title><![CDATA[Easy-to-setup website for Amazon books selling]]></title>
<link><![CDATA[https://www.esvon.com/support/index.php?/News/NewsItem/View/11]]></link>
<guid isPermaLink="false"><![CDATA[6512bd43d9caa6e02c990b0a82652dca]]></guid>
<pubDate><![CDATA[Sat, 12 Jan 2013 11:52:24 +0200]]></pubDate>
<dc:creator><![CDATA[Esvon Support]]></dc:creator>
<description><![CDATA[  Have a special topic on your mind and plan to bring it online ? Have existing website and would like to offer related books for sale from Amazon ? It is well-known that you can become Amazon affiliate instantly and start to earn comissions on reselling ...]]></description>
<content:encoded><![CDATA[  Have a special topic on your mind and plan to bring it online ? Have existing website and would like to offer related books for sale from Amazon ? It is well-known that you can become Amazon affiliate instantly and start to earn comissions on reselling in no time ! For more information about Amazon Associates program, or to apply to the program, please see http://www.amazon.com/associates.<br />
<br />
  With Amazon Store Builder script you can add relevant Amazon books to ANY existing website or create brand new online store in quite a simple way. The script is great for small stores, offering limited amount of specific books matching to your website content. No need to bother with a more complex system like WordPress and worry about exploits and security patches.<br />
<br />
  Just add preferred books with images, define categories, enter your Associates ID and you can start]]></content:encoded>
</item>
<item>
<title><![CDATA[Future PHP versions compatibility (PHP 5.4+)]]></title>
<link><![CDATA[https://www.esvon.com/support/index.php?/News/NewsItem/View/10]]></link>
<guid isPermaLink="false"><![CDATA[d3d9446802a44259755d38e6d163e820]]></guid>
<pubDate><![CDATA[Fri, 22 Jun 2012 10:54:31 +0300]]></pubDate>
<dc:creator><![CDATA[Esvon Support]]></dc:creator>
<description><![CDATA[For new software downloads we highly recommend more future-proof ionCube version which is compatible with the whole PHP 5.x line.

For the existing users we recommend to stay on PHP 5.2.x as long as possible till you have enough reasons to switch to PHP...]]></description>
<content:encoded><![CDATA[For new software downloads we highly recommend more future-proof ionCube version which is compatible with the whole PHP 5.x line.<br />
<br />
For the existing users we recommend to stay on PHP 5.2.x as long as possible till you have enough reasons to switch to PHP 5.3+.<br />
You can contact us and we'll do our best to help you to make PHP version switch smooth and transparent for your website users.]]></content:encoded>
</item>
<item>
<title><![CDATA[PHP 5.3.10 released to fix a serious bug]]></title>
<link><![CDATA[https://www.esvon.com/support/index.php?/News/NewsItem/View/9]]></link>
<guid isPermaLink="false"><![CDATA[45c48cce2e2d7fbdea1afc51c7c6ad26]]></guid>
<pubDate><![CDATA[Fri, 03 Feb 2012 11:45:38 +0200]]></pubDate>
<dc:creator><![CDATA[Esvon Support]]></dc:creator>
<description><![CDATA[The well known security expert Stefan Esser, Suhosin developer, has revealed again yet another serious security bug in PHP 5.3.9.

This time it is a bug that allows arbitrary remote code execution. This means that it allows to run arbitrary code on the ...]]></description>
<content:encoded><![CDATA[The well known security expert Stefan Esser, Suhosin developer, has revealed again yet another serious security bug in PHP 5.3.9.<br />
<br />
This time it is a bug that allows arbitrary remote code execution. This means that it allows to run arbitrary code on the server, injected by an eventual attacker, so it can be used to cause many types of damage inside a server.<br />
<br />
We recommend you to upgrade to PHP 5.3.10 because if you are not vulnerable to this remote code execution security bug, you are vulnerable to the hash collision problem which was fixed in 5.3.9<br />
<br />
P.S. Suhosin is a PHP extension that is meant to protect PHP installations against known and unknown PHP security bugs]]></content:encoded>
</item>
<item>
<title><![CDATA[Critical issue is fixed in PHP 5.3.5 and 5.2.17 (32-bit systems)]]></title>
<link><![CDATA[https://www.esvon.com/support/index.php?/News/NewsItem/View/8]]></link>
<guid isPermaLink="false"><![CDATA[c9f0f895fb98ab9159f51fd0297e236d]]></guid>
<pubDate><![CDATA[Fri, 07 Jan 2011 17:36:05 +0200]]></pubDate>
<dc:creator><![CDATA[Esvon Support]]></dc:creator>
<description><![CDATA[ Hi there,

Referring to: http://bugs.php.net/53632

PHP 5.3.5 and 5.2.17 were released quickly to address critical bug discovered on 30/12/2010, looks like the earlier PHP versions on 32-bit systems are vulnerable to simple Denial of Service attack b...]]></description>
<content:encoded><![CDATA[ Hi there,<br />
<br />
Referring to: http://bugs.php.net/53632<br />
<br />
PHP 5.3.5 and 5.2.17 were released quickly to address critical bug discovered on 30/12/2010, looks like the earlier PHP versions on 32-bit systems are vulnerable to simple Denial of Service attack by remote user which will bring your server to its knees (exhaust server's CPU resources).<br />
<br />
Solution: install patch or the latest PHP version (we recommend 5.2.17 for compatibility's sake).<br />
<br />
As the temporary solution you can use the following mod_security rule:<br />
SecRule QUERY_STRING "\d+e\-\d+" "phase:2,deny,status:403"<br />
<br />
 Sincere wishes<br />
to 100% uptime of your websites<br />
<br />
 ------<br />
 The Esvon Team]]></content:encoded>
</item>
<item>
<title><![CDATA[Merry Christmas from Esvon Team]]></title>
<link><![CDATA[https://www.esvon.com/support/index.php?/News/NewsItem/View/7]]></link>
<guid isPermaLink="false"><![CDATA[8f14e45fceea167a5a36dedd4bea2543]]></guid>
<pubDate><![CDATA[Fri, 07 Jan 2011 10:41:44 +0200]]></pubDate>
<dc:creator><![CDATA[Esvon Support]]></dc:creator>
<description><![CDATA[ Hi there,

 We wish you and your family Merry Christmas and Happy 2011
and would like to share with you video greeting from our
"woman of respect" Kay Arthur:
http://www.lightsource.com/ministry/precepts/

 This lady has already helped and continu...]]></description>
<content:encoded><![CDATA[ Hi there,<br />
<br />
 We wish you and your family Merry Christmas and Happy 2011<br />
and would like to share with you video greeting from our<br />
"woman of respect" Kay Arthur:<br />
http://www.lightsource.com/ministry/precepts/<br />
<br />
 This lady has already helped and continues to help many people<br />
(in particular, by developing course "Marriage without Regret")<br />
to cure soul, relations, broken families, to re-think husband/wife <br />
roles in a family, to address man/woman communication issues, <br />
love, consistency, intimate relations, attitude to money, children <br />
raising, openly discuss questions of divorse, 2nd marriage and so on..<br />
<br />
 You can try to watch "Precepts for Life", hosted by Kay Arthur, <br />
the only TV and radio program that takes you through the Bible book <br />
by book, verse by verse. Kay's warm yet direct teaching respects <br />
the audience with love and accountability:<br />
http://www.precept.org/site/PageServer?pagename=brd_PFL_overview<br />
<br />
 Finally, if you live within US/Canada, this link may be useful for you:<br />
http://classes.preceptnetwork.org/<br />
<br />
 Thank you very much for your attention.<br />
<br />
 Sincere wishes<br />
to your continued success<br />
<br />
 ------<br />
 The Esvon Team]]></content:encoded>
</item>
<item>
<title><![CDATA[One Of My Website is Hacked (Repeatedly), What is the Best Thing To Do?]]></title>
<link><![CDATA[https://www.esvon.com/support/index.php?/News/NewsItem/View/6]]></link>
<guid isPermaLink="false"><![CDATA[1679091c5a880faf6fb5e6087eb1b2dc]]></guid>
<pubDate><![CDATA[Sat, 01 Aug 2009 08:53:00 +0300]]></pubDate>
<dc:creator><![CDATA[Esvon Support]]></dc:creator>
<description><![CDATA[Pick up some security expert's advice from HotScripts community members as to how to protect your website from hacking attempts:

http://www.hotscripts.com/forums/lounge/54147-one-my-website-hacked-repeatedly-what-best-thing-do.html]]></description>
<content:encoded><![CDATA[Pick up some security expert's advice from HotScripts community members as to how to protect your website from hacking attempts:<br />
<br />
http://www.hotscripts.com/forums/lounge/54147-one-my-website-hacked-repeatedly-what-best-thing-do.html]]></content:encoded>
</item>
<item>
<title><![CDATA[Thoughts in server / PHP-based website performance optimization]]></title>
<link><![CDATA[https://www.esvon.com/support/index.php?/News/NewsItem/View/5]]></link>
<guid isPermaLink="false"><![CDATA[e4da3b7fbbce2345d7772b0674a318d5]]></guid>
<pubDate><![CDATA[Thu, 30 Jul 2009 13:10:32 +0300]]></pubDate>
<dc:creator><![CDATA[Esvon Support]]></dc:creator>
<description><![CDATA[ Hi again,

 We'd like to share some thoughts regarding PHP-based website performance optimization with you and really hope you will find something useful to think about 
and to make further research before making actual changes in your server environm...]]></description>
<content:encoded><![CDATA[ Hi again,<br />
<br />
 We'd like to share some thoughts regarding PHP-based website performance optimization with you and really hope you will find something useful to think about <br />
and to make further research before making actual changes in your server environment.<br />
<br />
 1/ PHP 5.3<br />
<br />
New PHP 5.3 offers a significant performance gain over previous PHP versions - try Google search on "PHP 5.3 performance" and you will get some real digits<br />
<br />
 2/ eAccelerator<br />
<br />
eAccelerator installation allows to serve PHP content about 3 times faster (it may vary), don't forget to have Zend Optimizer installed after eAccelerator in php.ini ( see http://eaccelerator.net/wiki/TroubleShooting )<br />
<br />
 3/ Client side - caching<br />
<br />
All static content (HTML pages, images, etc) can be cached in the browser by Expires header and Cache-Control header for 30-45 days (look at "mod_expires" Apache module).<br />
Client-side cache can significantly improve the second visit, you'll get happy returning visitors and reduced bandwidth usage<br />
<br />
 4/ Use Nginx for font-end<br />
<br />
Nginx usage for front-end and Apache for back-end is very beneficial for heavily loaded servers.<br />
Nginx serves static content very efficiently, acts as reverse proxy for dynamic content (Apache/PHP) and allows to reduce memory consumption (RAM requirements).<br />
You can start thinking about this model if your server load exceeds 10 http-requests per second<br />
<br />
 5/ MySQL<br />
<br />
 5a/ Query cache and buffer sizes<br />
<br />
Make sure MySQL query cache is enabled and has proper size (you can start with 4MB or 64MB depending on the RAM available, use "query_cache_size" parameter in my.cnf)<br />
Pay attention to "key_buffer" and "table_cache" parameters, they are important and shouldn't be too small.<br />
<br />
 5b/ InnoDB (selective)<br />
<br />
This option is not for low end VPS, where InnoDB should be disabled to save memory.<br />
In MySQL it is wise to change type of certain tables from MyISAM to InnoDB. MyISAM uses table-level blocking, InnoDB uses row-level blocking.<br />
Conversion to InnoDB is useful for tables which experience many SQL updates (i.e. more than 20% write to 80% reads, e.g., session, hits, accesslog tables).<br />
Don't forget to balance the amount of RAM between MyISAM and InnoDB because the buffers for each are configured separately.<br />
<br />
 5c/ Disable MySQL DNS Hostname Lookup <br />
<br />
Add line "skip-name-resolve" in my.cnf, but you can only use IP numbers in the MySQL Grant table if you activate this option.<br />
<br />
 6/ TMPFS<br />
<br />
Consider TMPFS usage, virtual memory is much faster than a persistent storage device.<br />
<br />
 Sincere wishes <br />
to outstanding website performance<br />
<br />
 ------<br />
 The Esvon Team]]></content:encoded>
</item>
<item>
<title><![CDATA[Increase PHP pages serving speed]]></title>
<link><![CDATA[https://www.esvon.com/support/index.php?/News/NewsItem/View/3]]></link>
<guid isPermaLink="false"><![CDATA[eccbc87e4b5ce2fe28308fd9f2a7baf3]]></guid>
<pubDate><![CDATA[Thu, 14 Jun 2007 20:25:39 +0300]]></pubDate>
<dc:creator><![CDATA[Esvon Support]]></dc:creator>
<description><![CDATA[ Hi there,

 Sooner or later your website reaches the point when you start thinking about performance. We have already shared our knowledge in this area obtained from wise books, public sources and from our previous experience at http://www.esvon.com/pg...]]></description>
<content:encoded><![CDATA[ Hi there,<br />
<br />
 Sooner or later your website reaches the point when you start thinking about performance. We have already shared our knowledge in this area obtained from wise books, public sources and from our previous experience at http://www.esvon.com/pg/services/performance/ but we can try to simplify this topic.<br />
<br />
 The simplest way to make your PHP pages fly is compiler cache installation. Zend offers commercial solution "Zend Platform" for this<br />
purpose, but free open source alternative is available as well - eAccelerator ( http://www.eaccelerator.net/ ).<br />
<br />
 eAccelerator can help PHP to load files much faster, so if you were thinking about performance improvement possibilities recently, you may want to consider eAccelerator install.<br />
<br />
 Tip: Zend Optimizer must be installed after eAccelerator in php.ini so it's loaded after eAccelerator ( http://eaccelerator.net/wiki/TroubleShooting ).<br />
<br />
 Ilia Alshanetsky ( www.ilia.ws ) recently did a good talk on php performance (at php tek) that you might be interested in if you have not already seen it. You can download the pdf of it at http://ilia.ws/files/phptek2007_performance.pdf (be sure to check page 4 where compiler cache usage benefits are shown in digits).<br />
<br />
 Sincere wishes <br />
to optimal website performance<br />
<br />
 ------<br />
 The Esvon Team]]></content:encoded>
</item>
<item>
<title><![CDATA[Esvon Classifieds upgrade in 10 minutes (3.x to 4.x)]]></title>
<link><![CDATA[https://www.esvon.com/support/index.php?/News/NewsItem/View/2]]></link>
<guid isPermaLink="false"><![CDATA[c81e728d9d4c2f636f067f89cc14862c]]></guid>
<pubDate><![CDATA[Sat, 16 Dec 2006 21:27:17 +0200]]></pubDate>
<dc:creator><![CDATA[Esvon Support]]></dc:creator>
<description><![CDATA[Dear Customer,

 If you're running Esvon Classifieds 3.x and consider upgrading to version 4,
you may find the following information interesting.

 We'd like to share a short movie covering upgrade steps from version 3.x to 4
(we used Windows server...]]></description>
<content:encoded><![CDATA[Dear Customer,<br />
<br />
 If you're running Esvon Classifieds 3.x and consider upgrading to version 4,<br />
you may find the following information interesting.<br />
<br />
 We'd like to share a short movie covering upgrade steps from version 3.x to 4<br />
(we used Windows server for this purpose, but the steps are the same on Linux).<br />
<br />
 http://rapidshare.com/files/7573623/v3_to_v4.zip<br />
   Length: 10 minutes<br />
   File size: 8.5 MB<br />
 Just unzip the archive and open v3_to_v4.html file.<br />
<br />
 You can always install v4 in a test environment (separate folder at your website) <br />
to see how easy the upgrade process will be.<br />
<br />
 Please let us know if you have any questions<br />
 <br />
 ------<br />
 The Esvon Team<br />
]]></content:encoded>
</item>
</channel>
</rss>