<?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"
	>
<channel>
	<title>Comments on: More Referer Scripts</title>
	<atom:link href="http://www.scriptygoddess.com/archives/2003/07/30/more-referer-scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptygoddess.com/archives/2003/07/30/more-referer-scripts/</link>
	<description></description>
	<pubDate>Sun, 20 Jul 2008 13:46:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: chris</title>
		<link>http://www.scriptygoddess.com/archives/2003/07/30/more-referer-scripts/#comment-10473</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/07/30/more-referer-scripts/#comment-10473</guid>
		<description>if you are looking for stats on who visits your sites...
awstats provides alot of information including browser, OS, robot hits... etc...

awstats.sourceforge.net


</description>
		<content:encoded><![CDATA[<p>if you are looking for stats on who visits your sites&#8230;<br />
awstats provides alot of information including browser, OS, robot hits&#8230; etc&#8230;</p>
<p>awstats.sourceforge.net</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stu</title>
		<link>http://www.scriptygoddess.com/archives/2003/07/30/more-referer-scripts/#comment-10470</link>
		<dc:creator>Stu</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/07/30/more-referer-scripts/#comment-10470</guid>
		<description>Well 30 seconds of Goolging for HTTP_USER_AGENT safari

revealed

http://www.xiven.com/blog.php?start=34&#038;count=1

Or if you want it immediately:

 elseif(strstr(&#36;_SERVER['HTTP_USER_AGENT'],"Safari/")) {&#36;useragent = 'Safari';</description>
		<content:encoded><![CDATA[<p>Well 30 seconds of Goolging for HTTP_USER_AGENT safari</p>
<p>revealed</p>
<p><a href="http://www.xiven.com/blog.php?start=34&#038;count=1" rel="nofollow">http://www.xiven.com/blog.php?start=34&#038;count=1</a></p>
<p>Or if you want it immediately:</p>
<p> elseif(strstr(&#36;_SERVER['HTTP_USER_AGENT'],&#8221;Safari/&#8221;)) {&#36;useragent = &#8216;Safari&#8217;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stu</title>
		<link>http://www.scriptygoddess.com/archives/2003/07/30/more-referer-scripts/#comment-10471</link>
		<dc:creator>Stu</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/07/30/more-referer-scripts/#comment-10471</guid>
		<description>Also your code for identifying Mac's might need a little work.  Some agents refer to them as PowerPC, not PPC or Mac.  Just an extra clause might get you more precise statistics.</description>
		<content:encoded><![CDATA[<p>Also your code for identifying Mac&#8217;s might need a little work.  Some agents refer to them as PowerPC, not PPC or Mac.  Just an extra clause might get you more precise statistics.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stu</title>
		<link>http://www.scriptygoddess.com/archives/2003/07/30/more-referer-scripts/#comment-10472</link>
		<dc:creator>Stu</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/07/30/more-referer-scripts/#comment-10472</guid>
		<description>This web page seems to have a good list of user agents:

http://www.hofflergroup.com/public/HitCount.xml?summaryField=user_agent

You can see what you are by doing a refresh, and seeing which count goes up.  My Mac OS X with Safari seems to be:
mozilla/5.0 (macintosh; u; ppc mac os x; en-us) applewebkit/85 (khtml, like gecko) safari/85</description>
		<content:encoded><![CDATA[<p>This web page seems to have a good list of user agents:</p>
<p><a href="http://www.hofflergroup.com/public/HitCount.xml?summaryField=user_agent" rel="nofollow">http://www.hofflergroup.com/public/HitCount.xml?summaryField=user_agent</a></p>
<p>You can see what you are by doing a refresh, and seeing which count goes up.  My Mac OS X with Safari seems to be:<br />
mozilla/5.0 (macintosh; u; ppc mac os x; en-us) applewebkit/85 (khtml, like gecko) safari/85</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.scriptygoddess.com/archives/2003/07/30/more-referer-scripts/#comment-10469</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/07/30/more-referer-scripts/#comment-10469</guid>
		<description>I've posted &lt;a href="http://www.trommetter.com/tech/referers.php#step_4"&gt;Day 3&lt;/a&gt; of the Referer Scripts Tutorial.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve posted <a href="http://www.trommetter.com/tech/referers.php#step_4">Day 3</a> of the Referer Scripts Tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zannie</title>
		<link>http://www.scriptygoddess.com/archives/2003/07/30/more-referer-scripts/#comment-10468</link>
		<dc:creator>zannie</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/07/30/more-referer-scripts/#comment-10468</guid>
		<description>I'm not sure if i'm using the same script or not, however, I clicked on the referrer script link, the one by Dean Allen and installed that and it doesn't seem to jive with pMachine.....  specifically the mailing lists portion.  Wasn't sure if that was a known bug - or a bug at all - or something that *I* did wrong, but I just thought I'd report back.  :)</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure if i&#8217;m using the same script or not, however, I clicked on the referrer script link, the one by Dean Allen and installed that and it doesn&#8217;t seem to jive with pMachine&#8230;..  specifically the mailing lists portion.  Wasn&#8217;t sure if that was a known bug - or a bug at all - or something that *I* did wrong, but I just thought I&#8217;d report back.  <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.scriptygoddess.com/archives/2003/07/30/more-referer-scripts/#comment-10467</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/07/30/more-referer-scripts/#comment-10467</guid>
		<description>Stu,

I'm not leaving Safari out on purpose.  I don't have a Mac myself, so I can't test to see what the HTTP_USER_AGENT string looks like.  If you can tell me that, I'll add a test for Safari to my script.

BTW, if anybody is following along, I'll post the script for displaying browser and os data late tonight or early tomorrow (EDT)</description>
		<content:encoded><![CDATA[<p>Stu,</p>
<p>I&#8217;m not leaving Safari out on purpose.  I don&#8217;t have a Mac myself, so I can&#8217;t test to see what the HTTP_USER_AGENT string looks like.  If you can tell me that, I&#8217;ll add a test for Safari to my script.</p>
<p>BTW, if anybody is following along, I&#8217;ll post the script for displaying browser and os data late tonight or early tomorrow (EDT)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stu</title>
		<link>http://www.scriptygoddess.com/archives/2003/07/30/more-referer-scripts/#comment-10465</link>
		<dc:creator>Stu</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/07/30/more-referer-scripts/#comment-10465</guid>
		<description>Jennifer,  Seeing as at least 10% of your visitors are Mac (and probably a lot more that are getting reported as other), I would think you would be interested in recording Safari as an agent.  I would guess this would account for most of your other agent.

Just a thought...</description>
		<content:encoded><![CDATA[<p>Jennifer,  Seeing as at least 10% of your visitors are Mac (and probably a lot more that are getting reported as other), I would think you would be interested in recording Safari as an agent.  I would guess this would account for most of your other agent.</p>
<p>Just a thought&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer</title>
		<link>http://www.scriptygoddess.com/archives/2003/07/30/more-referer-scripts/#comment-10466</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/07/30/more-referer-scripts/#comment-10466</guid>
		<description>Jason is the author of that post and script... I'm just the messenger. :) But he is getting comments emailed to him...</description>
		<content:encoded><![CDATA[<p>Jason is the author of that post and script&#8230; I&#8217;m just the messenger. <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> But he is getting comments emailed to him&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.scriptygoddess.com/archives/2003/07/30/more-referer-scripts/#comment-10464</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/07/30/more-referer-scripts/#comment-10464</guid>
		<description>I've already seen some people coming from Scriptygoddess.com to my website since Jenn posted this article.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve already seen some people coming from Scriptygoddess.com to my website since Jenn posted this article.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.275 seconds -->
