<?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: How To Protect Your Website Template and CSS Files From Theft</title>
	<atom:link href="http://socialcmsbuzz.com/how-to-protect-your-website-template-and-css-files-from-theft-27072008/feed/" rel="self" type="application/rss+xml" />
	<link>http://socialcmsbuzz.com/how-to-protect-your-website-template-and-css-files-from-theft-27072008/</link>
	<description>Latest News and Information for social CMS systems</description>
	<lastBuildDate>Wed, 16 Mar 2011 13:27:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: How to Prevent Hijackers from Ripping Off Your Website &#8211; FreelanceSwitch</title>
		<link>http://socialcmsbuzz.com/how-to-protect-your-website-template-and-css-files-from-theft-27072008/comment-page-1/#comment-4891</link>
		<dc:creator>How to Prevent Hijackers from Ripping Off Your Website &#8211; FreelanceSwitch</dc:creator>
		<pubDate>Wed, 08 Jul 2009 16:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://socialcmsbuzz.com/?p=360#comment-4891</guid>
		<description>[...] do to try to prevent this from happening. One thing you can do is encrypt your code. Have a look at this website for more information on code protection. Tags: Design help [...]</description>
		<content:encoded><![CDATA[<p>[...] do to try to prevent this from happening. One thing you can do is encrypt your code. Have a look at this website for more information on code protection. Tags: Design help [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 46Bit</title>
		<link>http://socialcmsbuzz.com/how-to-protect-your-website-template-and-css-files-from-theft-27072008/comment-page-1/#comment-4523</link>
		<dc:creator>46Bit</dc:creator>
		<pubDate>Mon, 27 Apr 2009 18:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://socialcmsbuzz.com/?p=360#comment-4523</guid>
		<description>An awful solution, Witold Rugowski. Many antivirus packages strip out the referrer from the http request - you&#039;d be making the css invisible to them.</description>
		<content:encoded><![CDATA[<p>An awful solution, Witold Rugowski. Many antivirus packages strip out the referrer from the http request &#8211; you&#8217;d be making the css invisible to them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: praveen</title>
		<link>http://socialcmsbuzz.com/how-to-protect-your-website-template-and-css-files-from-theft-27072008/comment-page-1/#comment-4111</link>
		<dc:creator>praveen</dc:creator>
		<pubDate>Sat, 31 Jan 2009 04:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://socialcmsbuzz.com/?p=360#comment-4111</guid>
		<description>Nice idea! but as Witold said, CSS file can be viewd using &quot;web developer toolbar&quot; or any similar firefox extension.</description>
		<content:encoded><![CDATA[<p>Nice idea! but as Witold said, CSS file can be viewd using &#8220;web developer toolbar&#8221; or any similar firefox extension.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Freelance Students &#187; Blog Archive &#187; How to Prevent Hijackers from Ripping Off Your Website</title>
		<link>http://socialcmsbuzz.com/how-to-protect-your-website-template-and-css-files-from-theft-27072008/comment-page-1/#comment-4110</link>
		<dc:creator>Freelance Students &#187; Blog Archive &#187; How to Prevent Hijackers from Ripping Off Your Website</dc:creator>
		<pubDate>Fri, 30 Jan 2009 20:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://socialcmsbuzz.com/?p=360#comment-4110</guid>
		<description>[...] do to try to prevent this from happening. One thing you can do is encrypt your code. Have a look at this website for more information on code [...]</description>
		<content:encoded><![CDATA[<p>[...] do to try to prevent this from happening. One thing you can do is encrypt your code. Have a look at this website for more information on code [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jash Sayani</title>
		<link>http://socialcmsbuzz.com/how-to-protect-your-website-template-and-css-files-from-theft-27072008/comment-page-1/#comment-4109</link>
		<dc:creator>Jash Sayani</dc:creator>
		<pubDate>Fri, 30 Jan 2009 16:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://socialcmsbuzz.com/?p=360#comment-4109</guid>
		<description>Nice article !

Any way to break through this ??</description>
		<content:encoded><![CDATA[<p>Nice article !</p>
<p>Any way to break through this ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Witold Rugowski</title>
		<link>http://socialcmsbuzz.com/how-to-protect-your-website-template-and-css-files-from-theft-27072008/comment-page-1/#comment-4101</link>
		<dc:creator>Witold Rugowski</dc:creator>
		<pubDate>Thu, 29 Jan 2009 10:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://socialcmsbuzz.com/?p=360#comment-4101</guid>
		<description>Don&#039;t You understand that You have to send CSS content to browser anyway? And when it&#039;s in browser user can do whatever he want - for example save and reuse (steal).

So this cumbersome hack will not show CSS code when You fetch file directly from webserver. But Firebug will have all CSS stored in HTTP responses. Or You can use some debugging proxy like Fiddler or Charles, or even network sniffer to get whole CSS file. 

If You want to prevent from direct linking CSS files and other assets You can use just .httpaccess and scan HTTP_REFERER. As result Your site will work for clients with cookies disabled - PHP session requires cookies to be enabled, so with them disabled user won&#039;t get CSS.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t You understand that You have to send CSS content to browser anyway? And when it&#8217;s in browser user can do whatever he want &#8211; for example save and reuse (steal).</p>
<p>So this cumbersome hack will not show CSS code when You fetch file directly from webserver. But Firebug will have all CSS stored in HTTP responses. Or You can use some debugging proxy like Fiddler or Charles, or even network sniffer to get whole CSS file. </p>
<p>If You want to prevent from direct linking CSS files and other assets You can use just .httpaccess and scan HTTP_REFERER. As result Your site will work for clients with cookies disabled &#8211; PHP session requires cookies to be enabled, so with them disabled user won&#8217;t get CSS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ribbons of Red: Journal &#187; Blog Archive &#187; Reporting and Preventing Website Hijacking</title>
		<link>http://socialcmsbuzz.com/how-to-protect-your-website-template-and-css-files-from-theft-27072008/comment-page-1/#comment-3340</link>
		<dc:creator>Ribbons of Red: Journal &#187; Blog Archive &#187; Reporting and Preventing Website Hijacking</dc:creator>
		<pubDate>Thu, 09 Oct 2008 16:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://socialcmsbuzz.com/?p=360#comment-3340</guid>
		<description>[...] 1. Hide that code! If being hijacked has left a nasty taste in your mouth or if you are scared of this happening to you, there are things you can do to try to prevent this from happening. One thing you can do is encrypt your code. Have a look at this website for more information on code protection. [...]</description>
		<content:encoded><![CDATA[<p>[...] 1. Hide that code! If being hijacked has left a nasty taste in your mouth or if you are scared of this happening to you, there are things you can do to try to prevent this from happening. One thing you can do is encrypt your code. Have a look at this website for more information on code protection. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/


Served from: socialcmsbuzz.com @ 2012-02-09 09:39:34 -->
