<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss version="2.0">
  <channel>
    <title>osCommerce News</title>
    <language>en</language>
    <description>Official osCommerce news and announcements</description>
    <link>http://www.oscommerce.com</link>
    <copyright>Copyright (c) 2013 osCommerce</copyright>
    <image>
      <title>osCommerce</title>
      <url>http://www.oscommerce.com/images/oscommerce_88x31.gif</url>
      <link>http://www.oscommerce.com</link>
    </image>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/osCommerce" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="oscommerce" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
      <title>osCommerce Website Relaunch</title>
      <link>http://www.oscommerce.com/Us&amp;News=143</link>
      <description><![CDATA[<img src="http://www.oscommerce.com/public/sites/Website/images/news/website_relaunch_6.png" alt="" />
We're excited to announce the relaunch of our main website now powered by the new framework behind the development version of osCommerce Online Merchant v3.0! And we're even more excited to announce we've released the source code of the new website as Open Source and is available on GitHub!<br />
<br />
The new website is built with the new template engine functionality currently in development for v3.0. This is a fully functional testbed to work out the shortcomings of the current template engine implementation to improve on for the production-ready v3.1 release and to introduce CMS features for not only building an online store but a whole website platform.<br />
<br />
Although the source code of our website is obviously custom and tailored to our needs, a general website creation tool will also be available in v3.1 to help you get started to build on.<br />
<br />
This is the start of moving our websites to the new platform and will soon start migrating the Add-Ons and Live Shops sites with the help of the community. Yes - these sites will also be released as Open Source and will also be available on GitHub!<br />
<br />
We're also looking forward to planning and working on new sites with the community including new Documentation and Language Translation sites. All Open Source and all on GitHub!<br />
<br />
If we're asking for your trust in using our Open Source products for your online business then it's only fair to trust you with ours.<br />
<br />
Feedback and discussions on the development of our new website platform can be found at:<br />
<br />
<a href="http://forums.oscommerce.com/forum/89-website-platform/">http://forums.oscommerce.com/forum/89-website-platform/</a><br />
<br />
The actual source code can be found at:<br />
<br />
<a href="https://github.com/haraldpdl/oscommerce_website" target="_blank">https://github.com/haraldpdl/oscommerce_website</a><br />
<br />
And as always, our website can be found at:<br />
<br />
<a href="http://www.oscommerce.com">http://www.oscommerce.com</a><br />
<br />
We also thank the community for their positive feedback provided so far!]]></description>
      <pubDate>Fri, 09 Nov 2012 16:08:03 -0400</pubDate>
      <guid>http://www.oscommerce.com/Us&amp;News=143</guid>
    </item>
    <item>
      <title>osCommerce Online Merchant v2.3.3</title>
      <link>http://www.oscommerce.com/Us&amp;News=142</link>
      <description><![CDATA[<style>ul.list li { padding-top: 5px; padding-bottom: 5px; }</style><p>osCommerce Online Merchant v2.3.3 is a general maintenance release improving over 30 features.</p><p>This release also introduces new Robot NoIndex and Canonical Header Tag Modules, and Google+ +1, Google+ Share, and Pinterest Social Bookmark Modules.</p><p><b>Changes</b></p><ul class="list"><li>Administration Tool -> Tools -> Send E-Mail<br />&#8232;Convert HTML e-mail to plain-text if HTML E-Mails is disabled.&#8232;</li><li>tep_redirect()<br />&#8232;Fix URL encoding by replacing '&amp;amp;' with '&'.&#8232;</li><li>Administration Tool -> Tools -> Define Languages<br />&#8232;Keep the selected language in the language selection pull down menu.&#8232;</li><li>Checkout Process<br />&#8232;Improve checking of shopping cart product attributes.&#8232;</li><li>Shopping Cart&#8232;<br />Replace hardcoded text with new TEXT_OR and TEXT_REMOVE language definitions.&#8232;</li><li>Product Info&#8232;<br />Redirect to store index if no product ID exists in the request URL.&#8232;</li><li>Administration Tool Dashboard Modules<br />&#8232;Properly close HTML links.&#8232;</li><li>New Products Module<br />&#8232;Fix check on new products existing.&#8232;</li><li>Administration Tool -> Catalog -> Reviews<br />&#8232;Fix typo in table width.&#8232;</li><li>tep_image()&#8232;<br />Remove extra space in image title.&#8232;</li><li>Administration Tool -> Tools -> Action Recorder<br />&#8232;Fix paging of action recorder listing.&#8232;</li><li>Administration Tool -> Catalog -> Categories/Products<br />&#8232;Fix casing of onkeyup HTML attribute.&#8232;</li><li>Administration Tool -> Catalog -> Categories/Products&#8232;<br />Remove legacy product preview code.&#8232;</li><li>Checkout Confirmation<br />&#8232;Improve checking of order comments.</li><li>Shopping Cart<br />&#8232;Remove legacy TABLE_HEADING_REMOVE, TABLE_HEADING_QUANTITY, TABLE_HEADING_MODEL, and TABLE_HEADING_TOTAL language definitions.&#8232;</li><li>Manufacturers<br />&#8232;Improve filtering of manufacturers.&#8232;</li><li>Product Information<br />&#8232;Fix the total number of product reviews to count only the reviews in the selected language.&#8232;</li><li>Sessions - tep_session_register()<br />&#8232;Also reference and keep track of null variables in the session. This general bug fix also addresses a compatibility issue with PHP 5.4.0.&#8232;</li><li>Sessions - tep_session_recreate()<br />&#8232;Replace internal logic to use session_regenerate_id() for PHP 5.1+ servers. If $SID is defined, also update its value with the new session ID.&#8232;</li><li>Product Information&#8232;<br />Prevent the session ID being added to product images.&#8232;</li><li>Payment Class&#8232;<br />Remove legacy PHP 3 code.&#8232;</li><li>GZIP Compression<br />&#8232;Automatically disable if PHP 5.4.0 to PHP 5.4.5 is used due to PHP bug #55544.&#8232;</li><li>Checkout Shipping&#8232;<br />Improve checking of the shopping cart ID.&#8232;</li><li>Time Zone Compatibility<br />&#8232;Improve PHP 5.2 Time Zone compatibility by setting the time zone to CFG_TIME_ZONE or to the default time zone if it is not defined.&#8232;</li><li>General<br />&#8232;Typecast remaining variables used in SQL queries.&#8232;</li><li>Administration Tool -> Modules&#8232;<br />Fix edit button link containing the module code.&#8232;</li><li>Administration Tool -> Tools -> Banner Manager<br />&#8232;Properly delete banner image when the banner is being deleted.&#8232;</li><li>Social Bookmark Modules&#8232;<br />Replace hardcoded 'images/' path with DIR_WS_IMAGES.&#8232;</li><li>New Robot NoIndex Header Tag Module&#8232;<br />Adds a noindex meta tag to specified pages.&#8232;</li><li>New Google+ +1 Button and Google+ Share Social Bookmark Modules&#8232;<br />Adds Google+ +1 and Google+ Share buttons to the product information page.</li><li>New Canonical Header Tag Module&#8232;<br />Adds canonical meta links to the product information and category listing pages.&#8232;</li><li>New Pinterest Social Bookmark Module<br />&#8232;Adds Pinterest share button to the product information page.&#8232;</li><li>Libraries Update<ul><li>960gs updated to latest version.</li><li>jQuery 1.4.2 to 1.8.0.</li><li>jQuery UI 1.8.6 to 1.8.22.</li><li>bxGallery compatibility changes for jQuery 1.8.0.</li></ul></li></ul><p><b>Upgrade from v2.3.2 to v2.3.3</b></p><p>A detailed upgrade guide is available online at:</p><p><a href="http://forums.oscommerce.com/page/docs/_/oscom/23/release-notes-v2/oscommerce-online-merchant-v233-r13">http://forums.oscommerce.com/page/docs/_/oscom/23/release-notes-v2/oscommerce-online-merchant-v233-r13</a></p><p><b>Download</b></p><p>Full and Update Packages of osCommerce Online Merchant v2.3.3 can be downloaded at:</p><p><a href="http://www.oscommerce.com/solutions/downloads">http://www.oscommerce.com/solutions/downloads</a></p><p><b>Acknowledgements</b></p><p>We'd like to thank the community for their feedback on our releases. In addition, we thank the following people who participated in the development of this release.</p><p><u>Code Contributors</u></p><ul class="list"><li><a href="http://forums.oscommerce.com/index.php?showuser=2862">acidvertigo</a> (<a href="https://github.com/acidvertigo">acidvertigo</a>)<br />bxGallery fix for jQuery 1.6.0.</li><li><a href="http://forums.oscommerce.com/index.php?showuser=69">burt</a> (<a href="https://github.com/gburton">gburton</a>)<br />Canonical Header Tag for manufacturer listings<br />Pinterest Social Bookmark Module</li><li><a href="http://forums.oscommerce.com/index.php?showuser=68771">FWR Media</a> (<a href="https://github.com/FwrMedia">FwrMedia</a>)<br />GZIP Compression PHP 5.4 Compatibility</li></ul><p><u>Bug Reporters</u></p><ul class="list"><li><a href="http://forums.oscommerce.com/index.php?showuser=33440">bruyndoncx</a></li><li><a href="http://forums.oscommerce.com/index.php?showuser=69">burt</a></li><li><a href="http://forums.oscommerce.com/index.php?showuser=396">cannuck1964</a></li><li><a href="http://forums.oscommerce.com/index.php?showuser=289459">Denre</a></li><li><a href="http://forums.oscommerce.com/index.php?showuser=286131">eXcaliburN</a></li><li><a href="http://forums.oscommerce.com/index.php?showuser=174255">faaliyet</a></li><li><a href="http://forums.oscommerce.com/index.php?showuser=276376">foxp2</a></li><li><a href="http://forums.oscommerce.com/index.php?showuser=267259">francois01</a></li><li><a href="http://forums.oscommerce.com/index.php?showuser=68771">FWR Media</a></li><li><a href="http://forums.oscommerce.com/index.php?showuser=241134">Gergely</a></li><li><a href="http://forums.oscommerce.com/index.php?showuser=288838">HanV</a></li><li><a href="http://forums.oscommerce.com/index.php?showuser=259142">Juto</a></li><li><a href="http://forums.oscommerce.com/index.php?showuser=163842">Ken44</a></li><li><a href="http://forums.oscommerce.com/index.php?showuser=297133">Matjaz</a></li><li><a href="http://forums.oscommerce.com/index.php?showuser=227413">multimixer</a></li><li><a href="http://forums.oscommerce.com/index.php?showuser=281748">pdcelec</a></li><li><a href="http://forums.oscommerce.com/index.php?showuser=309917">peter3</a></li><li><a href="http://forums.oscommerce.com/index.php?showuser=234330">wrwrwr</a></li><li><a href="http://forums.oscommerce.com/index.php?showuser=150307">www-in-no</a></li><li><a href="http://forums.oscommerce.com/index.php?showuser=68072">yansfung</a></li></ul>]]></description>
      <pubDate>Wed, 15 Aug 2012 15:21:48 -0400</pubDate>
      <guid>http://www.oscommerce.com/Us&amp;News=142</guid>
    </item>
    <item>
      <title>"extras" Directory Vulnerability Reminder</title>
      <link>http://www.oscommerce.com/Us&amp;News=141</link>
      <description><![CDATA[<p>We have been informed that a list of vulnerable sites has been recently published that have the "extras" directory publicly accessible on their servers. The "extras" directory is not part of the installation but is included in the osCommerce Online Merchant download packages to assist existing users upgrade their sites through various PHP and Perl scripts that had to be manually copied to the server. These scripts are no longer relevant to the newer releases and were removed from the download package 5 years ago for the v2.2 Release Candidate 1 release.</p><p>Due to an insecure directory listing implementation, the scripts could have allowed any file on the server to be read, including configuration files and database backups, if the location of the file is known. The contents of the "extras" directory include:</p><ul><li>[DIR] button_template</li><li>[DIR] mysql_diff</li><li>[DIR] orders</li><li>[DIR] pr21_to_pr22</li><li>[DIR] taxes</li><li>[DIR] win32</li><li>mysql.php</li><li>update.php</li></ul><p>As some of our earlier users have left this directory on their servers, we'd like to remind them to remove the "extras" directory entirely.</p><p>We'd like to thank Chad Greene (Manager, Facebook CERT) for informing us of the publication of affected sites.</p>]]></description>
      <pubDate>Fri, 03 Aug 2012 07:10:55 -0400</pubDate>
      <guid>http://www.oscommerce.com/Us&amp;News=141</guid>
    </item>
    <item>
      <title>osCommerce Online Merchant v2.3.2</title>
      <link>http://www.oscommerce.com/Us&amp;News=140</link>
      <description><![CDATA[<p>osCommerce Online Merchant v2.3.2 is a security improvement release which improves the customer password forgotten routine and generation of random strings.</p><p>Previously, the customer password forgotten routine would automatically generate a random password and e-mail it to the customer. The code was based on tep_create_random_value(), the PHP mt_rand() function, and a weak seeding of the random number generator. Now, tep_create_random_value() uses Phpass' stronger get_random_bytes() method to generate random strings, and the customer password forgotten routine e-mails a personal link to the customer and gives them 24 hours to change their password. If they do not, they can continue to use their existing password and their personal password reset link is discarded.</p><p>The customer password forgotten routine is also now protected with a new Customer Password Reset Action Recorder module which, by default, limits the generation of personal password reset links to once every 5 minutes.</p><p><b>Changes</b></p><p>The following changes are included in this release:</p><ul><li>Changed customer password forgotten feature to e-mail a personal link to the customer where they can change their password up to 24 hours, instead of directly changing the password to a random string and e-mailing it to the customer.<br /><br />Added new password_reset.php page to manage personal password reset links.<br /><br />Added new ar_password_reset.php Action Recorder module to log and limit the request of personal password reset links to once every 5 minutes</li><li>Improve logic of tep_create_random_value() by using Phpass' random number generator.<br /><br />If function parameter $type is not 'mixed', 'chars', or 'digits', return a 'mixed' string instead of false.</li><li>Add openssl_random_pseudo_bytes() and mcrypt_create_iv() to Phpass' get_random_bytes() class method. These are used if /dev/urandom is not available.</li><li>Only seed the random number generator if PHP < 4.2 is used.</li></ul><p><b>Upgrade from v2.3.1 to v2.3.2</b></p><p>A detailed upgrade guide is available online at:</p><p><a href="http://forums.oscommerce.com/page/docs/_/oscom/23/release-notes-v2/oscommerce-online-merchant-v232-r12">http://forums.oscommerce.com/page/docs/_/oscom/23/release-notes-v2/oscommerce-online-merchant-v232-r12</a></p><p><b>Download</b></p><p>Full and Update Packages of osCommerce Online Merchant v2.3.2 can be downloaded at:</p><p><a href="http://www.oscommerce.com/solutions/downloads">http://www.oscommerce.com/solutions/downloads</a></p><p><b>Acknowledgements</b></p><p>We'd like to thank <a href="http://forums.oscommerce.com/user/69-burt/">Gary Burton</a> and <a href="http://forums.oscommerce.com/user/227413-multimixer/">George Zarkadas</a> for testing and reviewing the upgrade guide, and George Argyros and Aggelos Kiayias for bringing the issue of insecure random number generators to our attention.</p>]]></description>
      <pubDate>Wed, 18 Jul 2012 14:54:24 -0400</pubDate>
      <guid>http://www.oscommerce.com/Us&amp;News=140</guid>
    </item>
    <item>
      <title>Live Chat Now Open on the Forum</title>
      <link>http://www.oscommerce.com/Us&amp;News=139</link>
      <description><![CDATA[We‘re proud to announce a new Live Chat extension to our Community Support Forum! The Live Chat facility serves to host live discussions between community members to not only directly communicate with friends, store owners, developers, and service providers around the world, but also to quickly receive and provide support in urgent matters.<br />
<br />
The tight integration with the support forum opens the Live Chat facility to over 250,000 registered community members ready to participate in live chat sessions.<br />
<br />
In addition to our <a href="http://www.oscommerce.com/partners/corporate,info">Corporate Sponsorship</a> program, commercial developers and service providers now have an additional channel to reach out directly to community members seeking direct and professional support with their online stores. One-On-One discussions can be held in private chat rooms to discuss potential deals.<br />
<br />
The Live Chat facility will also be used to host official events to discuss our future goals and receive direct feedback from our users. Our first events will occur with the next releases we push out and for our upcoming bug hunting days that will soon be announced.<br />
<br />
We‘re excited to provide this new channel in communicating even closer to our users and look forward to the discussions being held. The Live Chat facility is available on our Community Support forum at:<br />
<br />
<a href="http://forums.oscommerce.com">http://forums.oscommerce.com</a><br />
<br />
Don‘t by shy - get in touch! We‘re all looking forward to it!]]></description>
      <pubDate>Fri, 19 Aug 2011 15:27:11 -0400</pubDate>
      <guid>http://www.oscommerce.com/Us&amp;News=139</guid>
    </item>
  </channel>
</rss>
