<?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 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>
	<lastBuildDate>Tue, 10 Jan 2012 01:21:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: chris</title>
		<link>http://www.scriptygoddess.com/archives/2003/07/30/more-referer-scripts/comment-page-1/#comment-10473</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Wed, 30 Nov -0001 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-page-1/#comment-10470</link>
		<dc:creator>Stu</dc:creator>
		<pubDate>Wed, 30 Nov -0001 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&amp;count=1

Or if you want it immediately:

 elseif(strstr(&#036;_SERVER[&#039;HTTP_USER_AGENT&#039;],&quot;Safari/&quot;)) {&#036;useragent = &#039;Safari&#039;;</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'],&#034;Safari/&#034;)) {&#36;useragent = &#039;Safari&#039;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stu</title>
		<link>http://www.scriptygoddess.com/archives/2003/07/30/more-referer-scripts/comment-page-1/#comment-10471</link>
		<dc:creator>Stu</dc:creator>
		<pubDate>Wed, 30 Nov -0001 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&#039;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&#039;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-page-1/#comment-10472</link>
		<dc:creator>Stu</dc:creator>
		<pubDate>Wed, 30 Nov -0001 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-page-1/#comment-10469</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/07/30/more-referer-scripts/#comment-10469</guid>
		<description>I&#039;ve posted &lt;a href=&quot;http://www.trommetter.com/tech/referers.php#step_4&quot;&gt;Day 3&lt;/a&gt; of the Referer Scripts Tutorial.</description>
		<content:encoded><![CDATA[<p>I&#039;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-page-1/#comment-10468</link>
		<dc:creator>zannie</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/07/30/more-referer-scripts/#comment-10468</guid>
		<description>I&#039;m not sure if i&#039;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&#039;t seem to jive with pMachine.....  specifically the mailing lists portion.  Wasn&#039;t sure if that was a known bug - or a bug at all - or something that *I* did wrong, but I just thought I&#039;d report back.  :)</description>
		<content:encoded><![CDATA[<p>I&#039;m not sure if i&#039;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&#039;t seem to jive with pMachine&#8230;..  specifically the mailing lists portion.  Wasn&#039;t sure if that was a known bug &#8211; or a bug at all &#8211; or something that *I* did wrong, but I just thought I&#039;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-page-1/#comment-10467</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 30 Nov -0001 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&#039;m not leaving Safari out on purpose.  I don&#039;t have a Mac myself, so I can&#039;t test to see what the HTTP_USER_AGENT string looks like.  If you can tell me that, I&#039;ll add a test for Safari to my script.

BTW, if anybody is following along, I&#039;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&#039;m not leaving Safari out on purpose.  I don&#039;t have a Mac myself, so I can&#039;t test to see what the HTTP_USER_AGENT string looks like.  If you can tell me that, I&#039;ll add a test for Safari to my script.</p>
<p>BTW, if anybody is following along, I&#039;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-page-1/#comment-10465</link>
		<dc:creator>Stu</dc:creator>
		<pubDate>Wed, 30 Nov -0001 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-page-1/#comment-10466</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Wed, 30 Nov -0001 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&#039;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&#039;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-page-1/#comment-10464</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/07/30/more-referer-scripts/#comment-10464</guid>
		<description>I&#039;ve already seen some people coming from Scriptygoddess.com to my website since Jenn posted this article.</description>
		<content:encoded><![CDATA[<p>I&#039;ve already seen some people coming from Scriptygoddess.com to my website since Jenn posted this article.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

