<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.m2osw.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Made to Order Software Corporation - server</title>
 <link>http://www.m2osw.com/taxonomy/term/42/all</link>
 <description></description>
 <language>en</language>
<item>
 <title>Fax Now Online</title>
 <link>http://www.m2osw.com/fax-now-online-30-day-free-trial</link>
 <description>&lt;div class=&quot;product-info product display&quot;&gt;&lt;span class=&quot;uc-price-product uc-price-display uc-price&quot;&gt;$0.00&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;product-body&quot;&gt;&lt;p&gt;&lt;img width=&quot;209&quot; height=&quot;84&quot; border=&quot;0&quot; align=&quot;left&quot; src=&quot;/sites/default/files/images/logo-fax-now-online-on-black.png&quot; alt=&quot;Fax Now Online logo&quot; title=&quot;Fax Now Online for all your facsimile needs.&quot; style=&quot;margin-right: 10px; margin-bottom: 10px;&quot; /&gt;Yes! With &lt;a title=&quot;Visit our Fax Now Online dedicated website.&quot; href=&quot;http://faxnowonline.com/&quot;&gt;&lt;em&gt;Fax Now Online&lt;/em&gt;&lt;/a&gt;,  you can send a fax from your browser or your server (using our MO&amp;nbsp;Fax  &lt;abbr class=&quot;mo-glossary mo-glossary-abbr&quot;  title=&quot;Application Program Interface&quot; lang=&quot;en&quot;&gt;API&lt;/abbr&gt;) to any fax machine in the US. Easy, flexible and cheap, &lt;em&gt;Fax Now Online&lt;/em&gt; is your remote facsimile solution.&lt;/p&gt;

&lt;/div&gt;&lt;div class=&quot;product-info product sell&quot;&gt;&lt;span class=&quot;uc-price-product uc-price-sell uc-price&quot;&gt;$0.00&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;add-to-cart&quot;&gt;&lt;form action=&quot;/taxonomy/term/42/all/feed&quot;  accept-charset=&quot;UTF-8&quot; method=&quot;post&quot; id=&quot;uc-product-add-to-cart-form-672&quot;&gt;
&lt;div&gt;&lt;input type=&quot;hidden&quot; name=&quot;qty&quot; id=&quot;edit-qty&quot; value=&quot;1&quot;  /&gt;
&lt;input type=&quot;submit&quot; name=&quot;op&quot; id=&quot;edit-submit-672&quot; value=&quot;Add to cart&quot;  class=&quot;form-submit node-add-to-cart&quot; /&gt;
&lt;input type=&quot;hidden&quot; name=&quot;form_build_id&quot; id=&quot;form-116bbe177ddb81aff7b16cb6f5e5c291&quot; value=&quot;form-116bbe177ddb81aff7b16cb6f5e5c291&quot;  /&gt;
&lt;input type=&quot;hidden&quot; name=&quot;form_id&quot; id=&quot;edit-uc-product-add-to-cart-form-672&quot; value=&quot;uc_product_add_to_cart_form_672&quot;  /&gt;

&lt;/div&gt;&lt;/form&gt;
&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/fax-now-online-30-day-free-trial&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/fax-now-online-30-day-free-trial#comments</comments>
 <pubDate>Fri, 30 Sep 2011 17:02:59 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">672 at http://www.m2osw.com</guid>
</item>
<item>
 <title>Security Issue in many mail systems</title>
 <link>http://www.m2osw.com/security-issue-postfix</link>
 <description>&lt;p&gt;It always amazes me when one finds a security issue that looks like something that should never have happened in the first place.&lt;/p&gt;
&lt;p&gt;This one was found earlier this year by&amp;nbsp;Wietse Venema who first discovered the issue in Postfix.&lt;/p&gt;
&lt;p&gt;He fixed the Postfix server quickly, however, he went further. He actually tested many other servers sending commands that bypass that very security measure and to his surprised he found out that Postfix wasn&#039;t the only system affected by the problem.&lt;/p&gt;
&lt;p&gt;For those interested, all the details of the problem can be found on the Postfix website as &lt;a href=&quot;http://www.postfix.org/CVE-2011-0411.html&quot; target=&quot;_blank&quot;&gt;CVE-2011-411&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;A&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/security-issue-postfix&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/security-issue-postfix#comments</comments>
 <pubDate>Wed, 06 Jul 2011 20:04:42 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">666 at http://www.m2osw.com</guid>
</item>
<item>
 <title>Upgrade to PHP 5.3.3 or older because of security issue</title>
 <link>http://www.m2osw.com/php-security-issue-upgrade-needed</link>
 <description>&lt;p&gt;If you are responsible for a Debian or Ubuntu server and run PHP on it, make sure to run the following command to fix several security issues found in PHP:&lt;/p&gt;
&lt;pre class=&quot;rteindent1&quot;&gt;
sudo apt-get install php5-suhosin
&lt;/pre&gt;
&lt;p&gt;This will make the necessary and your PHP&amp;nbsp;version (security wise) will look like you have PHP 5.3.3.&lt;/p&gt;
&lt;p&gt;What I found quite annoying in regard to this issue is the fact that it was very difficult to find a mention of this upgrade. All I could find in large number were people saying that you&#039;d have to get an upgrade using the source code of PHP. Somehow, I did not feel like upgrading PHP from source!

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/php-security-issue-upgrade-needed&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/php-security-issue-upgrade-needed#comments</comments>
 <pubDate>Fri, 10 Jun 2011 00:26:19 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">662 at http://www.m2osw.com</guid>
</item>
<item>
 <title>MobileKey global settings</title>
 <link>http://www.m2osw.com/doc-mobile-key-settings</link>
 <description>&lt;p&gt;The MobileKey module comes with the following settings. These settings are found here:&lt;/p&gt;
&lt;p class=&quot;rteindent1&quot;&gt;&lt;span style=&quot;color: rgb(153, 51, 0);&quot;&gt;Administer &amp;raquo; Site configuration &amp;raquo; MobileKey&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Front Page Redirect&lt;/h2&gt;
&lt;p&gt;Since you generally give one URL to your users, your home page (called Front Page in Drupal), it can be practical to send Mobile phone users to a special URL so when they access your site they see a better adapted front page than the usual.&lt;/p&gt;
&lt;p&gt;The settings accept a local path (i.e. &lt;span style=&quot;color: rgb(0, 0, 255);&quot;&gt;mobile&lt;/span&gt;) or a full path (i.e. &lt;a href=&quot;http://mobile.snapwebsites.info/&quot;&gt;http://mobile.snapwebsites.info/&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;Note that this gives you a way to use the ThemeKey capability to change the theme of all

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/doc-mobile-key-settings&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/doc-mobile-key-settings#comments</comments>
 <pubDate>Mon, 16 May 2011 19:13:43 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">658 at http://www.m2osw.com</guid>
</item>
<item>
 <title>MobileKey addition to ThemeKey</title>
 <link>http://www.m2osw.com/doc-mobile-key-themekey</link>
 <description>&lt;p&gt;The main idea of MobileKey is to give you the capability to switch your website theme to a mobile specific theme when the user access your site from one&#039;s mobile phone. A mobile theme will make it easier to access your website on a mobile device.&lt;/p&gt;
&lt;p&gt;For go to the ThemeKey settings page:&lt;/p&gt;
&lt;p class=&quot;rteindent1&quot;&gt;&lt;span style=&quot;color: rgb(153, 51, 0);&quot;&gt;Administer &amp;raquo; Site configuration &amp;raquo; ThemeKey&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The MobileKey adds one selection to the list of attributes to match. The new selection is called:&lt;/p&gt;
&lt;pre class=&quot;rteindent1&quot;&gt;
mobile:device
&lt;/pre&gt;
&lt;p&gt;This works everywhere on your website (it is a global option, not specific to any kind of pages.) The system checks different parameters to

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/doc-mobile-key-themekey&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/doc-mobile-key-themekey#comments</comments>
 <pubDate>Mon, 16 May 2011 18:59:11 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">657 at http://www.m2osw.com</guid>
</item>
<item>
 <title>Protected Node Password Field set</title>
 <link>http://www.m2osw.com/doc-protected-node-password</link>
 <description>&lt;p&gt;Once installed and properly configured, the Protected node module adds a field set in the node edit form (assuming the user has the corresponding permission: &amp;quot;edit any password&amp;quot; or &amp;quot;edit password &amp;lt;node type&amp;gt;&amp;quot;.)&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;lightbox&quot; href=&quot;/sites/default/files/images/password-fieldset.png&quot;&gt;&lt;img border=&quot;0&quot; align=&quot;right&quot; width=&quot;300&quot; height=&quot;315&quot; title=&quot;Password field set sample. Click to enlarge.&quot; alt=&quot;Password field set sample.&quot; src=&quot;/sites/default/files/images/password-fieldset_0.png&quot; /&gt;&lt;/a&gt;This field set includes two flags, a password, and emails (optional.)&lt;/p&gt;
&lt;p&gt;By default, the field set is closed unless you selected &lt;em&gt;protected by default&lt;/em&gt;. Whether the field set should be opened or closed can selected in the &lt;span class=&quot;insert-node insert-node1 insert-nid661&quot;&gt;&lt;span class=&quot;insert-node-link&quot;&gt;&lt;a href=&quot;/doc-protected-node-node-type&quot;&gt;node type settings&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;.&lt;/p&gt;
&lt;h2&gt;The &amp;lt;node type&amp;gt; is protected&lt;/h2&gt;
&lt;p&gt;The first check box is used to password

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/doc-protected-node-password&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/doc-protected-node-password#comments</comments>
 <category domain="http://www.m2osw.com/taxonomy/term/607">Protect</category>
 <pubDate>Thu, 28 Apr 2011 03:14:49 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">651 at http://www.m2osw.com</guid>
</item>
<item>
 <title>How to bypass Drupal strong security?</title>
 <link>http://www.m2osw.com/drupal-security-dodgy-patch</link>
 <description>&lt;p&gt;Interestingly enough, today I received a Security Advisory from Drupal saying that users received an email from a hacker asking them to install a Trojan &lt;em&gt;module&lt;/em&gt; on their Drupal system.&lt;/p&gt;
&lt;p&gt;I find it quite interesting since, if Drupal wasn&#039;t secure, the hackers would not have to ask you to make it unsecure, would they?&lt;/p&gt;
&lt;p&gt;However, this shows how many &lt;abbr class=&quot;mo-glossary mo-glossary-abbr&quot;  title=&quot;Content Management System&quot;&gt;CMS&lt;/abbr&gt; systems introduce a security issue problem to your web server installation since it is required to let your web server execute any one PHP file...&lt;/p&gt;
&lt;p&gt;All the files installed on your web server and that are directly accessible from the outside (i.e. ...&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/drupal-security-dodgy-patch&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/drupal-security-dodgy-patch#comments</comments>
 <pubDate>Fri, 18 Feb 2011 00:45:31 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">633 at http://www.m2osw.com</guid>
</item>
<item>
 <title>Fax Now Online</title>
 <link>http://www.m2osw.com/fax-now-online</link>
 <description>&lt;div class=&quot;product-info product display&quot;&gt;&lt;span class=&quot;uc-price-product uc-price-display uc-price&quot;&gt;$9.99&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;product-body&quot;&gt;&lt;p&gt;&lt;img width=&quot;209&quot; height=&quot;84&quot; border=&quot;0&quot; align=&quot;left&quot; style=&quot;margin-right: 10px; margin-bottom: 10px;&quot; title=&quot;Fax Now Online for all your facsimile needs.&quot; alt=&quot;Fax Now Online logo&quot; src=&quot;/sites/default/files/images/logo-fax-now-online-on-black.png&quot; /&gt;Yes! With &lt;a href=&quot;http://faxnowonline.com/&quot; title=&quot;Visit our Fax Now Online dedicated website.&quot;&gt;&lt;em&gt;Fax Now Online&lt;/em&gt;&lt;/a&gt;, you can send a fax from your browser or your server (using our MO&amp;nbsp;Fax &lt;abbr class=&quot;mo-glossary mo-glossary-abbr&quot;  title=&quot;Application Program Interface&quot; lang=&quot;en&quot;&gt;API&lt;/abbr&gt;) to any fax machine in the US. Easy, flexible and cheap, &lt;em&gt;Fax Now Online&lt;/em&gt; is your remote facsimile solution.&lt;/p&gt;

&lt;/div&gt;&lt;div class=&quot;product-info product sell&quot;&gt;&lt;span class=&quot;uc-price-product uc-price-sell uc-price&quot;&gt;$9.99&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;add-to-cart&quot;&gt;&lt;form action=&quot;/taxonomy/term/42/all/feed&quot;  accept-charset=&quot;UTF-8&quot; method=&quot;post&quot; id=&quot;uc-product-add-to-cart-form-618&quot;&gt;
&lt;div&gt;&lt;input type=&quot;hidden&quot; name=&quot;qty&quot; id=&quot;edit-qty-1&quot; value=&quot;1&quot;  /&gt;
&lt;input type=&quot;submit&quot; name=&quot;op&quot; id=&quot;edit-submit-618&quot; value=&quot;Add to cart&quot;  class=&quot;form-submit node-add-to-cart&quot; /&gt;
&lt;input type=&quot;hidden&quot; name=&quot;form_build_id&quot; id=&quot;form-fba7147ab9f1234ca4cf2b19a7a25871&quot; value=&quot;form-fba7147ab9f1234ca4cf2b19a7a25871&quot;  /&gt;
&lt;input type=&quot;hidden&quot; name=&quot;form_id&quot; id=&quot;edit-uc-product-add-to-cart-form-618&quot; value=&quot;uc_product_add_to_cart_form_618&quot;  /&gt;

&lt;/div&gt;&lt;/form&gt;
&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/fax-now-online&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/fax-now-online#comments</comments>
 <pubDate>Mon, 15 Nov 2010 08:53:28 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">618 at http://www.m2osw.com</guid>
</item>
<item>
 <title>jsMath Installation</title>
 <link>http://www.m2osw.com/doc_jsmath_installation</link>
 <description>&lt;h2 id=&quot;Requirements&quot;&gt;Requirements&lt;/h2&gt;
&lt;p&gt;In order to use the jsMath for displaying mathematics with TeX Drupal 6.x module you need:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;The actual &lt;a title=&quot;Click to go to the project page. The latest version of the module is available for download on that page.&quot; target=&quot;_blank&quot; href=&quot;http://drupal.org/project/jsmath&quot;&gt;jsmath Drupal module&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;The &lt;a title=&quot;Click to visit the jsMath home page.&quot; target=&quot;_blank&quot; href=&quot;http://www.math.union.edu/~dpvc/jsMath/welcome.html&quot;&gt;jsMath library&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;div&gt;&lt;/div&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/doc_jsmath_installation&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/doc_jsmath_installation#comments</comments>
 <category domain="http://www.m2osw.com/taxonomy/term/581">End</category>
 <pubDate>Sat, 17 Jul 2010 23:17:50 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">560 at http://www.m2osw.com</guid>
</item>
<item>
 <title>SLiteChat Release 1.6.3</title>
 <link>http://www.m2osw.com/slitechat_release_1.6.3</link>
 <description>&lt;p&gt;&lt;img width=&quot;32&quot; height=&quot;32&quot; alt=&quot;&quot; src=&quot;/sites/default/files/images/slitechat/slitechat_32.png&quot; /&gt;&amp;nbsp;We are happy to announce another maintenance release of SLiteChat, version 1.6.3. This release patches a major bug that was introduced on the 1.6.X line--when SLiteChat loses connection to the server and times out, a dialog pops up informing the user that the connection was lost. However, in previous versions, that dialog would pop up so many times recursively that it was shown that this crash could render the user&#039;s computer completely inoperative.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/slitechat_release_1.6.3&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/slitechat_release_1.6.3#comments</comments>
 <category domain="http://www.m2osw.com/slitechat_newsletter">SLiteChat Newsletter</category>
 <pubDate>Mon, 28 Jun 2010 21:51:31 +0000</pubDate>
 <dc:creator>Doug Barbieri</dc:creator>
 <guid isPermaLink="false">539 at http://www.m2osw.com</guid>
</item>
</channel>
</rss>


