<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Cubicle Generation</title>
	<atom:link href="http://cubiclegeneration.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://cubiclegeneration.com</link>
	<description>omgz cubicles</description>
	<lastBuildDate>Thu, 01 Dec 2011 13:35:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Installing &#8220;Secure Shell2 (SSH2)&#8221; PHP Extension by Shiv</title>
		<link>http://cubiclegeneration.com/web-servers/installing-secure-shell2-ssh2-php-extension/comment-page-1#comment-8465</link>
		<dc:creator>Shiv</dc:creator>
		<pubDate>Thu, 01 Dec 2011 13:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://cubiclegeneration.com/?p=10#comment-8465</guid>
		<description>antonioc, I am facing the same issue. Was you able to resolve it? If yes, please help :/</description>
		<content:encoded><![CDATA[<p>antonioc, I am facing the same issue. Was you able to resolve it? If yes, please help :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reset the Root MySQL Password on Ubuntu 10.04 by KOD</title>
		<link>http://cubiclegeneration.com/linux-help/reset-the-root-mysql-password-on-ubuntu-10-04/comment-page-1#comment-8210</link>
		<dc:creator>KOD</dc:creator>
		<pubDate>Wed, 16 Nov 2011 06:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://cubiclegeneration.com/?p=412#comment-8210</guid>
		<description>Hi Thanks so much !!!!!!!! It works</description>
		<content:encoded><![CDATA[<p>Hi Thanks so much !!!!!!!! It works</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bend: Free Minimalist Code &amp; Text Editor by dmay</title>
		<link>http://cubiclegeneration.com/open-source-software/bend-free-minimalist-code-text-editor/comment-page-1#comment-6338</link>
		<dc:creator>dmay</dc:creator>
		<pubDate>Fri, 17 Jun 2011 15:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://cubiclegeneration.com/?p=258#comment-6338</guid>
		<description>Thank you! I already had lost last hope to find it :)</description>
		<content:encoded><![CDATA[<p>Thank you! I already had lost last hope to find it <img src='http://cubiclegeneration.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disable SSH Known Host Checking by bikerbreath</title>
		<link>http://cubiclegeneration.com/linux-help/disable-ssh-known-host-checking/comment-page-1#comment-5670</link>
		<dc:creator>bikerbreath</dc:creator>
		<pubDate>Sun, 10 Apr 2011 00:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://cubiclegeneration.com/?p=120#comment-5670</guid>
		<description>Thanks, Cody, good point... I am keeping all my eggs in one basket by using one set of keys for ssh.

Yes, the underlying problem is NAT.  I suppose the real solution is to wait for IPv6 to hit the streets here.</description>
		<content:encoded><![CDATA[<p>Thanks, Cody, good point&#8230; I am keeping all my eggs in one basket by using one set of keys for ssh.</p>
<p>Yes, the underlying problem is NAT.  I suppose the real solution is to wait for IPv6 to hit the streets here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disable SSH Known Host Checking by Cody</title>
		<link>http://cubiclegeneration.com/linux-help/disable-ssh-known-host-checking/comment-page-1#comment-5439</link>
		<dc:creator>Cody</dc:creator>
		<pubDate>Fri, 25 Mar 2011 05:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://cubiclegeneration.com/?p=120#comment-5439</guid>
		<description>You shouldn&#039;t disable this globally but only client side as it opens you up for MITM attacks. Part of the protocol and usefulness of storing the fingerprints of each host is you can ensure that future connections are to the same host - encryption &amp; authentication :).

If you have to do this (behind NAT?) I&#039;d suggest using a local SSH config instead (~/.ssh/config) and only disable the checks for known for known hosts.

@BikerBreath

That&#039;s not really a good idea. If one set of keys was compromised then every machine would be affected.

It&#039;s *good* that SSH asks you by default if you&#039;re connecting to a new host. This allow you to establish the trust in the initial connection - once you do that you can ensure all subsequent connections to that host is 100% that host and 100% encrypted with no snooping. If the fingerprints don&#039;t match from your known one SSH will warn you possibly preventing you from being victim of a MITM attack.</description>
		<content:encoded><![CDATA[<p>You shouldn&#8217;t disable this globally but only client side as it opens you up for MITM attacks. Part of the protocol and usefulness of storing the fingerprints of each host is you can ensure that future connections are to the same host &#8211; encryption &amp; authentication <img src='http://cubiclegeneration.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>If you have to do this (behind NAT?) I&#8217;d suggest using a local SSH config instead (~/.ssh/config) and only disable the checks for known for known hosts.</p>
<p>@BikerBreath</p>
<p>That&#8217;s not really a good idea. If one set of keys was compromised then every machine would be affected.</p>
<p>It&#8217;s *good* that SSH asks you by default if you&#8217;re connecting to a new host. This allow you to establish the trust in the initial connection &#8211; once you do that you can ensure all subsequent connections to that host is 100% that host and 100% encrypted with no snooping. If the fingerprints don&#8217;t match from your known one SSH will warn you possibly preventing you from being victim of a MITM attack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disable SSH Known Host Checking by bikerbreath</title>
		<link>http://cubiclegeneration.com/linux-help/disable-ssh-known-host-checking/comment-page-1#comment-5438</link>
		<dc:creator>bikerbreath</dc:creator>
		<pubDate>Fri, 25 Mar 2011 03:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://cubiclegeneration.com/?p=120#comment-5438</guid>
		<description>Using openSSH, this also works -- but only if you have root access to the machines you are ssh-ing into:

Copy one set of host ssh key files to all ssh servers behind the same ip address.  These keys are in several files named similarly to
/etc/ssh/ssh_host_dsa_key

Some of those key files (the private keys) are only root-readable.  Keep them that way.

With the same host keys on all ssh servers, there will be no complaint about &quot;host key has changed&quot; from your ssh client, and you can keep strict host key checking enabled.

Of course, I have no idea about cryptography, so I wouldn&#039;t know if the act of sharing your host keys across many disparate servers is a good idea.  So far, so good, though.

Can someone comment on security issues, or other issues that could result from sharing of these host keys?

-- Kevin</description>
		<content:encoded><![CDATA[<p>Using openSSH, this also works &#8212; but only if you have root access to the machines you are ssh-ing into:</p>
<p>Copy one set of host ssh key files to all ssh servers behind the same ip address.  These keys are in several files named similarly to<br />
/etc/ssh/ssh_host_dsa_key</p>
<p>Some of those key files (the private keys) are only root-readable.  Keep them that way.</p>
<p>With the same host keys on all ssh servers, there will be no complaint about &#8220;host key has changed&#8221; from your ssh client, and you can keep strict host key checking enabled.</p>
<p>Of course, I have no idea about cryptography, so I wouldn&#8217;t know if the act of sharing your host keys across many disparate servers is a good idea.  So far, so good, though.</p>
<p>Can someone comment on security issues, or other issues that could result from sharing of these host keys?</p>
<p>&#8211; Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing &#8220;Secure Shell2 (SSH2)&#8221; PHP Extension by Romulous</title>
		<link>http://cubiclegeneration.com/web-servers/installing-secure-shell2-ssh2-php-extension/comment-page-1#comment-5220</link>
		<dc:creator>Romulous</dc:creator>
		<pubDate>Tue, 01 Mar 2011 03:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://cubiclegeneration.com/?p=10#comment-5220</guid>
		<description>Even after patching I get:

 make
/bin/sh /root/sources/ssh2-0.10/libtool --mode=compile cc  -I. -I/root/sources/ssh2-0.10 -DPHP_ATOM_INC -I/root/sources/ssh2-0.10/include -I/root/sources/ssh2-0.10/main -I/root/sources/ssh2-0.10 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/include  -DHAVE_CONFIG_H  -g -O2   -c /root/sources/ssh2-0.10/ssh2.c -o ssh2.lo
mkdir .libs
 cc -I. -I/root/sources/ssh2-0.10 -DPHP_ATOM_INC -I/root/sources/ssh2-0.10/include -I/root/sources/ssh2-0.10/main -I/root/sources/ssh2-0.10 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c /root/sources/ssh2-0.10/ssh2.c  -fPIC -DPIC -o .libs/ssh2.o
/root/sources/ssh2-0.10/ssh2.c:49: error: duplicate &#039;static&#039;
/root/sources/ssh2-0.10/ssh2.c: In function &#039;zif_ssh2_methods_negotiated&#039;:
/root/sources/ssh2-0.10/ssh2.c:483: warning: assignment discards qualifiers from pointer target type
/root/sources/ssh2-0.10/ssh2.c:484: warning: assignment discards qualifiers from pointer target type
/root/sources/ssh2-0.10/ssh2.c:485: warning: assignment discards qualifiers from pointer target type
/root/sources/ssh2-0.10/ssh2.c:486: warning: assignment discards qualifiers from pointer target type
/root/sources/ssh2-0.10/ssh2.c:487: warning: assignment discards qualifiers from pointer target type
/root/sources/ssh2-0.10/ssh2.c:488: warning: assignment discards qualifiers from pointer target type
/root/sources/ssh2-0.10/ssh2.c:489: warning: assignment discards qualifiers from pointer target type
/root/sources/ssh2-0.10/ssh2.c:490: warning: assignment discards qualifiers from pointer target type
/root/sources/ssh2-0.10/ssh2.c:491: warning: assignment discards qualifiers from pointer target type
/root/sources/ssh2-0.10/ssh2.c:492: warning: assignment discards qualifiers from pointer target type
/root/sources/ssh2-0.10/ssh2.c: In function &#039;zif_ssh2_fingerprint&#039;:
/root/sources/ssh2-0.10/ssh2.c:536: warning: assignment discards qualifiers from pointer target type
/root/sources/ssh2-0.10/ssh2.c: In function &#039;zif_ssh2_poll&#039;:
/root/sources/ssh2-0.10/ssh2.c:885: error: &#039;zval&#039; has no member named &#039;is_ref&#039;
/root/sources/ssh2-0.10/ssh2.c:885: error: &#039;zval&#039; has no member named &#039;refcount&#039;
/root/sources/ssh2-0.10/ssh2.c:895: error: &#039;zval&#039; has no member named &#039;is_ref&#039;
/root/sources/ssh2-0.10/ssh2.c:896: error: &#039;zval&#039; has no member named &#039;refcount&#039;
/root/sources/ssh2-0.10/ssh2.c: In function &#039;zif_ssh2_publickey_add&#039;:
/root/sources/ssh2-0.10/ssh2.c:1005: error: &#039;zval&#039; has no member named &#039;is_ref&#039;
/root/sources/ssh2-0.10/ssh2.c:1006: error: &#039;zval&#039; has no member named &#039;refcount&#039;
/root/sources/ssh2-0.10/ssh2.c:1038: warning: passing argument 1 of &#039;_efree&#039; discards qualifiers from pointer target type
/root/sources/ssh2-0.10/ssh2.c: In function &#039;zif_ssh2_publickey_list&#039;:
/root/sources/ssh2-0.10/ssh2.c:1097: warning: passing argument 4 of &#039;add_assoc_stringl_ex&#039; discards qualifiers from pointer target type
/root/sources/ssh2-0.10/ssh2.c:1098: warning: passing argument 4 of &#039;add_assoc_stringl_ex&#039; discards qualifiers from pointer target type
make: *** [ssh2.lo] Error 1</description>
		<content:encoded><![CDATA[<p>Even after patching I get:</p>
<p> make<br />
/bin/sh /root/sources/ssh2-0.10/libtool &#8211;mode=compile cc  -I. -I/root/sources/ssh2-0.10 -DPHP_ATOM_INC -I/root/sources/ssh2-0.10/include -I/root/sources/ssh2-0.10/main -I/root/sources/ssh2-0.10 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/include  -DHAVE_CONFIG_H  -g -O2   -c /root/sources/ssh2-0.10/ssh2.c -o ssh2.lo<br />
mkdir .libs<br />
 cc -I. -I/root/sources/ssh2-0.10 -DPHP_ATOM_INC -I/root/sources/ssh2-0.10/include -I/root/sources/ssh2-0.10/main -I/root/sources/ssh2-0.10 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c /root/sources/ssh2-0.10/ssh2.c  -fPIC -DPIC -o .libs/ssh2.o<br />
/root/sources/ssh2-0.10/ssh2.c:49: error: duplicate &#8216;static&#8217;<br />
/root/sources/ssh2-0.10/ssh2.c: In function &#8216;zif_ssh2_methods_negotiated&#8217;:<br />
/root/sources/ssh2-0.10/ssh2.c:483: warning: assignment discards qualifiers from pointer target type<br />
/root/sources/ssh2-0.10/ssh2.c:484: warning: assignment discards qualifiers from pointer target type<br />
/root/sources/ssh2-0.10/ssh2.c:485: warning: assignment discards qualifiers from pointer target type<br />
/root/sources/ssh2-0.10/ssh2.c:486: warning: assignment discards qualifiers from pointer target type<br />
/root/sources/ssh2-0.10/ssh2.c:487: warning: assignment discards qualifiers from pointer target type<br />
/root/sources/ssh2-0.10/ssh2.c:488: warning: assignment discards qualifiers from pointer target type<br />
/root/sources/ssh2-0.10/ssh2.c:489: warning: assignment discards qualifiers from pointer target type<br />
/root/sources/ssh2-0.10/ssh2.c:490: warning: assignment discards qualifiers from pointer target type<br />
/root/sources/ssh2-0.10/ssh2.c:491: warning: assignment discards qualifiers from pointer target type<br />
/root/sources/ssh2-0.10/ssh2.c:492: warning: assignment discards qualifiers from pointer target type<br />
/root/sources/ssh2-0.10/ssh2.c: In function &#8216;zif_ssh2_fingerprint&#8217;:<br />
/root/sources/ssh2-0.10/ssh2.c:536: warning: assignment discards qualifiers from pointer target type<br />
/root/sources/ssh2-0.10/ssh2.c: In function &#8216;zif_ssh2_poll&#8217;:<br />
/root/sources/ssh2-0.10/ssh2.c:885: error: &#8216;zval&#8217; has no member named &#8216;is_ref&#8217;<br />
/root/sources/ssh2-0.10/ssh2.c:885: error: &#8216;zval&#8217; has no member named &#8216;refcount&#8217;<br />
/root/sources/ssh2-0.10/ssh2.c:895: error: &#8216;zval&#8217; has no member named &#8216;is_ref&#8217;<br />
/root/sources/ssh2-0.10/ssh2.c:896: error: &#8216;zval&#8217; has no member named &#8216;refcount&#8217;<br />
/root/sources/ssh2-0.10/ssh2.c: In function &#8216;zif_ssh2_publickey_add&#8217;:<br />
/root/sources/ssh2-0.10/ssh2.c:1005: error: &#8216;zval&#8217; has no member named &#8216;is_ref&#8217;<br />
/root/sources/ssh2-0.10/ssh2.c:1006: error: &#8216;zval&#8217; has no member named &#8216;refcount&#8217;<br />
/root/sources/ssh2-0.10/ssh2.c:1038: warning: passing argument 1 of &#8216;_efree&#8217; discards qualifiers from pointer target type<br />
/root/sources/ssh2-0.10/ssh2.c: In function &#8216;zif_ssh2_publickey_list&#8217;:<br />
/root/sources/ssh2-0.10/ssh2.c:1097: warning: passing argument 4 of &#8216;add_assoc_stringl_ex&#8217; discards qualifiers from pointer target type<br />
/root/sources/ssh2-0.10/ssh2.c:1098: warning: passing argument 4 of &#8216;add_assoc_stringl_ex&#8217; discards qualifiers from pointer target type<br />
make: *** [ssh2.lo] Error 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing &#8220;Secure Shell2 (SSH2)&#8221; PHP Extension by Nuri Hodges</title>
		<link>http://cubiclegeneration.com/web-servers/installing-secure-shell2-ssh2-php-extension/comment-page-1#comment-4208</link>
		<dc:creator>Nuri Hodges</dc:creator>
		<pubDate>Tue, 16 Nov 2010 06:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://cubiclegeneration.com/?p=10#comment-4208</guid>
		<description>Are you still having this issue, and are you saying it works through CLI but not when accessed from a browser?</description>
		<content:encoded><![CDATA[<p>Are you still having this issue, and are you saying it works through CLI but not when accessed from a browser?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on json_encode Does Not Exist by Nuri Hodges</title>
		<link>http://cubiclegeneration.com/linux-help/json_encode-does-not-exist/comment-page-1#comment-4170</link>
		<dc:creator>Nuri Hodges</dc:creator>
		<pubDate>Mon, 08 Nov 2010 17:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://cubiclegeneration.com/?p=104#comment-4170</guid>
		<description>It got me, again :(</description>
		<content:encoded><![CDATA[<p>It got me, again <img src='http://cubiclegeneration.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing &#8220;Secure Shell2 (SSH2)&#8221; PHP Extension by antonioc</title>
		<link>http://cubiclegeneration.com/web-servers/installing-secure-shell2-ssh2-php-extension/comment-page-1#comment-4158</link>
		<dc:creator>antonioc</dc:creator>
		<pubDate>Thu, 04 Nov 2010 19:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://cubiclegeneration.com/?p=10#comment-4158</guid>
		<description>I&#039;m using version libssh2-1.2.7 but am having to run the script error
by apache. PHP works fine.

Error menssage:

-------------------------------------------

[Thu Nov 04 15:03:43 2010] [error] [client 9.18.218.31] PHP Warning:  ssh2_connect() [&lt;a href=&#039;function.ssh2-connect&#039; rel=&quot;nofollow&quot;&gt;function.ssh2-connect&lt;/a&gt;]: Unable to connect to 9.18.218.20 on port 22 in /var/www/html/teste_ssh01.php on line 11

[Thu Nov 04 15:03:43 2010] [error] [client 9.18.218.31] PHP Warning:  ssh2_connect() [&lt;a href=&#039;function.ssh2-connect&#039; rel=&quot;nofollow&quot;&gt;function.ssh2-connect&lt;/a&gt;]: Unable to connect to 9.18.218.20 in /var/www/html/teste_ssh01.php on line 11

-------------------------------------------

Script:

&lt;?php

//Tecmaster
$server = &#039;9.18.218.10&#039;;
$user = &#039;root&#039;;
$pass = &#039;pass&#039;;


if (!function_exists(&quot;ssh2_connect&quot;)) die(&quot;function ssh2_connect doesn&#039;t exist&quot;);

if(!($con = ssh2_connect($server, 22))){
    echo &quot;fail: unable to establish connection\n&quot;;
}
else {

    if(!ssh2_auth_password($con, $user, $pass)) {
        echo &quot;fail: unable to authenticate\n&quot;;
    } else {
        // allright, we&#039;re in!
        echo &quot;okay: logged in...\n&quot;;

        // execute a command
        if (!($stream = ssh2_exec($con, &quot;df -h&quot; ))) {
            echo &quot;fail: unable to execute command\n&quot;;
        } else {
            // collect returning data from command
            stream_set_blocking($stream, true);
            $data = &quot;&quot;;
            while ($buf = fread($stream,4096)) {

                $data .= $buf.&quot;&quot;;
                echo $buf.&quot;&quot;;
            }

            fclose($stream);
        }
    }
}


?&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;m using version libssh2-1.2.7 but am having to run the script error<br />
by apache. PHP works fine.</p>
<p>Error menssage:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>[Thu Nov 04 15:03:43 2010] [error] [client 9.18.218.31] PHP Warning:  ssh2_connect() [<a href='function.ssh2-connect' rel="nofollow">function.ssh2-connect</a>]: Unable to connect to 9.18.218.20 on port 22 in /var/www/html/teste_ssh01.php on line 11</p>
<p>[Thu Nov 04 15:03:43 2010] [error] [client 9.18.218.31] PHP Warning:  ssh2_connect() [<a href='function.ssh2-connect' rel="nofollow">function.ssh2-connect</a>]: Unable to connect to 9.18.218.20 in /var/www/html/teste_ssh01.php on line 11</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Script:</p>
<p>&lt;?php</p>
<p>//Tecmaster<br />
$server = &#039;9.18.218.10&#039;;<br />
$user = &#039;root&#039;;<br />
$pass = &#039;pass&#039;;</p>
<p>if (!function_exists(&quot;ssh2_connect&quot;)) die(&quot;function ssh2_connect doesn&#039;t exist&quot;);</p>
<p>if(!($con = ssh2_connect($server, 22))){<br />
    echo &quot;fail: unable to establish connection\n&quot;;<br />
}<br />
else {</p>
<p>    if(!ssh2_auth_password($con, $user, $pass)) {<br />
        echo &quot;fail: unable to authenticate\n&quot;;<br />
    } else {<br />
        // allright, we&#039;re in!<br />
        echo &quot;okay: logged in&#8230;\n&quot;;</p>
<p>        // execute a command<br />
        if (!($stream = ssh2_exec($con, &quot;df -h&quot; ))) {<br />
            echo &quot;fail: unable to execute command\n&quot;;<br />
        } else {<br />
            // collect returning data from command<br />
            stream_set_blocking($stream, true);<br />
            $data = &quot;&quot;;<br />
            while ($buf = fread($stream,4096)) {</p>
<p>                $data .= $buf.&quot;&#8221;;<br />
                echo $buf.&#8221;";<br />
            }</p>
<p>            fclose($stream);<br />
        }<br />
    }<br />
}</p>
<p>?&gt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

