<?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: Allow ONLY your Myspace Profile to hotlink.</title>
	<atom:link href="http://joyboner.com/allow-only-your-myspace-profile-to-hotlink/feed/" rel="self" type="application/rss+xml" />
	<link>http://joyboner.com/allow-only-your-myspace-profile-to-hotlink/</link>
	<description>Tricks to make myspace suck a little less.</description>
	<lastBuildDate>Tue, 04 Aug 2009 13:59:58 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Henderson</title>
		<link>http://joyboner.com/allow-only-your-myspace-profile-to-hotlink/comment-page-1/#comment-54692</link>
		<dc:creator>Henderson</dc:creator>
		<pubDate>Tue, 30 Oct 2007 14:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyboner.com/archives/97#comment-54692</guid>
		<description>Putting RewriteCond %{HTTP_REFERER} !^http://([-a-z0-9]+\.)?myspace\.com/.*=YOUR_FRIEND_ID

This isn&#039;t working, it gives you or your friend a login error saying &quot;too many attempts to log in&quot; and you have to enter a picture verification? It swamped my email login to the point where it thinks your a spammer????</description>
		<content:encoded><![CDATA[<p>Putting RewriteCond %{HTTP_REFERER} !^http://([-a-z0-9]+\.)?myspace\.com/.*=YOUR_FRIEND_ID</p>
<p>This isn&#8217;t working, it gives you or your friend a login error saying &#8220;too many attempts to log in&#8221; and you have to enter a picture verification? It swamped my email login to the point where it thinks your a spammer????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shawtie</title>
		<link>http://joyboner.com/allow-only-your-myspace-profile-to-hotlink/comment-page-1/#comment-29757</link>
		<dc:creator>shawtie</dc:creator>
		<pubDate>Sun, 08 Jul 2007 21:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyboner.com/archives/97#comment-29757</guid>
		<description>kool</description>
		<content:encoded><![CDATA[<p>kool</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Freddy</title>
		<link>http://joyboner.com/allow-only-your-myspace-profile-to-hotlink/comment-page-1/#comment-21536</link>
		<dc:creator>Freddy</dc:creator>
		<pubDate>Sun, 06 May 2007 21:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyboner.com/archives/97#comment-21536</guid>
		<description>How would you use this if possible for your own myspace group?</description>
		<content:encoded><![CDATA[<p>How would you use this if possible for your own myspace group?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drew</title>
		<link>http://joyboner.com/allow-only-your-myspace-profile-to-hotlink/comment-page-1/#comment-20414</link>
		<dc:creator>drew</dc:creator>
		<pubDate>Fri, 20 Apr 2007 10:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyboner.com/archives/97#comment-20414</guid>
		<description>Eric.. so awesome.</description>
		<content:encoded><![CDATA[<p>Eric.. so awesome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drew</title>
		<link>http://joyboner.com/allow-only-your-myspace-profile-to-hotlink/comment-page-1/#comment-20413</link>
		<dc:creator>drew</dc:creator>
		<pubDate>Fri, 20 Apr 2007 10:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyboner.com/archives/97#comment-20413</guid>
		<description>[quote comment=&quot;7908&quot;]okay... it works now but, no one can view my images?[/quote]
yup, as long as the images are on YOUR profile, everyone can see them.</description>
		<content:encoded><![CDATA[<blockquote cite="http://joyboner.com/allow-only-your-myspace-profile-to-hotlink/#comment-7908"><p>
okay&#8230; it works now but, no one can view my images?</p>
</blockquote>
<p>yup, as long as the images are on YOUR profile, everyone can see them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://joyboner.com/allow-only-your-myspace-profile-to-hotlink/comment-page-1/#comment-11823</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Tue, 13 Mar 2007 03:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyboner.com/archives/97#comment-11823</guid>
		<description>a warning. when you use the .* before and after your friend id, it might not block all other myspace profiles. for instance, if my fid is &lt;b&gt;2489&lt;/b&gt;, since i use a .* technically, fid 2&lt;b&gt;2489&lt;/b&gt;67 could still access my stuff. the solution to that could be to add an = right before and after add a non-digit modifier or an &amp;.

RewriteCond %{HTTP_REFERER} !^http://([-a-z0-9]+\.)?myspace\.com/.*&lt;b&gt;=&lt;/b&gt;YOUR_FRIEND_ID&lt;b&gt;(\D.*)?&lt;/b&gt; [NC]

i dunno, not exactly probable, but still good measure.

Additionally, some firewalls return http requests as something like &quot;Blocked by personal firewall.&quot;, so they will be blocked as well. Another rewrite condition that could be used is:

RewriteCond %{HTTP_REFERER} ^http://.*$

which checks that the referrer header does actually contain another website’s URL.</description>
		<content:encoded><![CDATA[<p>a warning. when you use the .* before and after your friend id, it might not block all other myspace profiles. for instance, if my fid is <b>2489</b>, since i use a .* technically, fid 2<b>2489</b>67 could still access my stuff. the solution to that could be to add an = right before and after add a non-digit modifier or an &amp;.</p>
<p>RewriteCond %{HTTP_REFERER} !^http://([-a-z0-9]+\.)?myspace\.com/.*<b>=</b>YOUR_FRIEND_ID<b>(\D.*)?</b> [NC]</p>
<p>i dunno, not exactly probable, but still good measure.</p>
<p>Additionally, some firewalls return http requests as something like &#8220;Blocked by personal firewall.&#8221;, so they will be blocked as well. Another rewrite condition that could be used is:</p>
<p>RewriteCond %{HTTP_REFERER} ^http://.*$</p>
<p>which checks that the referrer header does actually contain another website’s URL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mrsh</title>
		<link>http://joyboner.com/allow-only-your-myspace-profile-to-hotlink/comment-page-1/#comment-8748</link>
		<dc:creator>Mrsh</dc:creator>
		<pubDate>Tue, 20 Feb 2007 03:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyboner.com/archives/97#comment-8748</guid>
		<description>I love you~</description>
		<content:encoded><![CDATA[<p>I love you~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coyob</title>
		<link>http://joyboner.com/allow-only-your-myspace-profile-to-hotlink/comment-page-1/#comment-7908</link>
		<dc:creator>coyob</dc:creator>
		<pubDate>Tue, 13 Feb 2007 10:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyboner.com/archives/97#comment-7908</guid>
		<description>okay... it works now but, no one can view my images?</description>
		<content:encoded><![CDATA[<p>okay&#8230; it works now but, no one can view my images?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coyob</title>
		<link>http://joyboner.com/allow-only-your-myspace-profile-to-hotlink/comment-page-1/#comment-7904</link>
		<dc:creator>coyob</dc:creator>
		<pubDate>Tue, 13 Feb 2007 09:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyboner.com/archives/97#comment-7904</guid>
		<description>i can&#039;t seem to get this to work either... still hotlinks when adding pics ect on another account other than man own profile.</description>
		<content:encoded><![CDATA[<p>i can&#8217;t seem to get this to work either&#8230; still hotlinks when adding pics ect on another account other than man own profile.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hasha2000</title>
		<link>http://joyboner.com/allow-only-your-myspace-profile-to-hotlink/comment-page-1/#comment-6819</link>
		<dc:creator>hasha2000</dc:creator>
		<pubDate>Sat, 03 Feb 2007 10:45:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyboner.com/archives/97#comment-6819</guid>
		<description>Can I do this with the whole profile or just the pics and such? In other words, can I copy the whole source of my profile, place it on another server, then call it from there?</description>
		<content:encoded><![CDATA[<p>Can I do this with the whole profile or just the pics and such? In other words, can I copy the whole source of my profile, place it on another server, then call it from there?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
