<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1001054" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1001054</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/anyone-here-uses-axs-website-tracker-script#comment-1004537</link>
    <description> &lt;p&gt;I&#039;m still geting the error.&lt;/p&gt;
&lt;p&gt;About the &quot;&amp;lt;!--#exec cgi=&quot;log.cgi&quot;--&amp;gt;&quot;, what should I replace with the &quot;log.cgi&quot;?&lt;/p&gt;
&lt;p&gt;The file was named refer.cgi and it&#039;s at &lt;a href=&quot;http://www.goodbookmarks.com/refer/refer.cgi&quot; class=&quot;bb-url&quot;&gt;http://www.goodbookmarks.com/refer/refer.cgi&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;a href=&quot;http://www.goodbookmarks.com&quot; class=&quot;bb-url&quot;&gt;Goodbookmarks.com&lt;/a&gt; - Tired of search engines returning links with no content or bad design? Then GoodBookmarks.com is your solution. All sites listed have at least a decent design and rich in content. And most importantly, they&#039;re all worth a BOOKMARK.&lt;/p&gt;
 </description>
     <pubDate>Mon, 10 Apr 2000 03:08:00 +0000</pubDate>
 <dc:creator>jackchen</dc:creator>
 <guid isPermaLink="false">comment 1004537 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/anyone-here-uses-axs-website-tracker-script#comment-1004536</link>
    <description> &lt;p&gt;I made a REALLY dumb mistake in that code sorry (it was late and I was tired!  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;  ).  It is fixed now  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;a href=&quot;http://www.wiredstart.com&quot; class=&quot;bb-url&quot;&gt;http://www.wiredstart.com&lt;/a&gt;  : The Technology Start Page&lt;/p&gt;
 </description>
     <pubDate>Sun, 09 Apr 2000 14:05:00 +0000</pubDate>
 <dc:creator>Rob Pengelly</dc:creator>
 <guid isPermaLink="false">comment 1004536 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/anyone-here-uses-axs-website-tracker-script#comment-1004535</link>
    <description> &lt;p&gt;[an error occurred while processing this directive]&lt;/p&gt;
&lt;p&gt; &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;a href=&quot;http://www.goodbookmarks.com&quot; class=&quot;bb-url&quot;&gt;Goodbookmarks.com&lt;/a&gt; - Tired of search engines returning links with no content or bad design? Then GoodBookmarks.com is your solution. All sites listed have at least a decent design and rich in content. And most importantly, they&#039;re all worth a BOOKMARK.&lt;/p&gt;
 </description>
     <pubDate>Sun, 09 Apr 2000 08:28:00 +0000</pubDate>
 <dc:creator>jackchen</dc:creator>
 <guid isPermaLink="false">comment 1004535 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/anyone-here-uses-axs-website-tracker-script#comment-1004534</link>
    <description> &lt;p&gt;If you only want to track referrals, just use somthing simple like&lt;br /&gt;
&lt;BLOCKQUOTE&gt;code:&lt;/blockquote&gt;&lt;/p&gt;
&lt;pre&gt;
#!/usr/bin/perl
$ref = $ENV{&#039;HTTP_REFERER&#039;};
if($ref ne &quot;&quot;)
{
open(IN,&quot;&amp;gt;&amp;gt;log.txt&quot;) or die &quot;Cannot Open File: $!&quot;;
print IN &quot;$ref\n&quot;;
close(IN);
}
[/code]

Than just use SSI to execute it:
&amp;lt;!--#exec cgi=&quot;log.cgi&quot;--&amp;gt;

Hope that helps

------------------
&lt;a href=&quot;http://www.wiredstart.com&quot; class=&quot;bb-url&quot;&gt;http://www.wiredstart.com&lt;/a&gt;  : The Technology Start Page


[This message has been edited by robp (edited 09 April 2000).] &lt;/pre&gt;</description>
     <pubDate>Sun, 09 Apr 2000 02:14:00 +0000</pubDate>
 <dc:creator>Rob Pengelly</dc:creator>
 <guid isPermaLink="false">comment 1004534 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
