<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>/dev/null forum - dslreports.com community</title>
<link>http://www.dslreports.com/forum/devnull</link>
<description>/dev/null forum current topics</description>
<language>en</language>
<copyright>Copyright 2007, dslreports.com</copyright>
<pubDate>Sun, 22 Nov 2009 21:53:30 EDT</pubDate>
<lastBuildDate>Sun, 22 Nov 2009 21:53:30 EDT</lastBuildDate>

<image>
<title>dslreports.com</title>
<url>http://i.dslr.net/bbrdisc1.gif</url>
<link>http://www.dslreports.com</link>
<width>19</width>
<height>18</height>
<description>bbr disc</description>
</image>

<item>
<title>I can't believe I wrote this</title>
<link>http://www.dslreports.com/forum/remark,23380049</link>
<description><![CDATA[php code:&lt;?php
$filename = $_GET['file'];
if (isset($filename)) {
   $fileext = substr($filename,strpos($filename,&quot;.&quot;)+1);
   if (!file_exists($filename)) {
      die('Error: file not found'); }
   else {
        header(&quot;Cache-Control: public&quot;);
        header(&quot;Content-Description: File Transfer&quot;);
        header(&quot;Content-Disposition: attachment; filename=$filename&quot;);
        header(&quot;Content-Type: application/$fileext&quot;);
        header(&quot;Content-Transfer-Encoding: binary&quot;);
 
        readfile($filename);
    }
 
  }
else { die('No file listed.'); }
?&gt;
 

just to make sure my emailed link works.

--
Come play Mafia! | My Picture Blog]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,23380049</guid>
<pubDate>2009-11-22 18:17:09</pubDate>
</item>

</channel>
</rss>
