<?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: Dark Mood V2 WordPress theme, editing wordpress files, encoding PHP</title>
	<atom:link href="http://www.halmaclean.co.uk/2007/07/30/dark-mood-v2-wordpress-theme-editing-wordpress-files-encoding-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.halmaclean.co.uk/2007/07/30/dark-mood-v2-wordpress-theme-editing-wordpress-files-encoding-php/</link>
	<description>Creative Learning Systems</description>
	<lastBuildDate>Sun, 05 Feb 2012 00:39:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: machiaj</title>
		<link>http://www.halmaclean.co.uk/2007/07/30/dark-mood-v2-wordpress-theme-editing-wordpress-files-encoding-php/comment-page-1/#comment-7696</link>
		<dc:creator>machiaj</dc:creator>
		<pubDate>Thu, 26 Jun 2008 18:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.halmaclean.co.uk/2007/07/30/dark-mood-v2-wordpress-theme-editing-wordpress-files-encoding-php/#comment-7696</guid>
		<description>thank you very useful although i removed the links but i still remain with the text unsolved</description>
		<content:encoded><![CDATA[<p>thank you very useful although i removed the links but i still remain with the text unsolved</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hal</title>
		<link>http://www.halmaclean.co.uk/2007/07/30/dark-mood-v2-wordpress-theme-editing-wordpress-files-encoding-php/comment-page-1/#comment-6929</link>
		<dc:creator>Hal</dc:creator>
		<pubDate>Wed, 05 Mar 2008 19:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.halmaclean.co.uk/2007/07/30/dark-mood-v2-wordpress-theme-editing-wordpress-files-encoding-php/#comment-6929</guid>
		<description>Do you really need to decode it? Can you not simply remove all of the encrypted text and replace it with the wordpress footer routine as detailed above? Try deleting everything in the footer file and copying this in its place:
&lt;code&gt;&lt;div class=&quot;footer&quot;&gt;&lt;/code&gt;
&lt;code&gt;&lt;?php wp_footer(); ?&gt;&lt;/code&gt;
&lt;code&gt;&lt;/div&gt;&lt;/code&gt;
&lt;code&gt;&lt;/body&gt;&lt;/code&gt;
&lt;code&gt;&lt;/html&gt;&lt;/code&gt;

Obviously, if you don&#039;t have a &#039;footer&#039; class defined in your CSS then you may not need the first line here (or the closing &#039;div&#039; tag on line 3, either). All you are doing then is calling the standard wordpress footer in your footer file. You should see nothing where before you were seeing links.

I haven&#039;t tried the theme file you made a link to, so am not sure exactly what is in that encoded block anyway. Let me know how you get on.</description>
		<content:encoded><![CDATA[<p>Do you really need to decode it? Can you not simply remove all of the encrypted text and replace it with the wordpress footer routine as detailed above? Try deleting everything in the footer file and copying this in its place:<br />
<code>&lt;div class="footer"&gt;</code><br />
<code>< ?php wp_footer(); ?></code><br />
<code>&lt;/div&gt;</code><br />
<code>&lt;/body&gt;</code><br />
<code>&lt;/html&gt;</code></p>
<p>Obviously, if you don&#8217;t have a &#8216;footer&#8217; class defined in your CSS then you may not need the first line here (or the closing &#8216;div&#8217; tag on line 3, either). All you are doing then is calling the standard wordpress footer in your footer file. You should see nothing where before you were seeing links.</p>
<p>I haven&#8217;t tried the theme file you made a link to, so am not sure exactly what is in that encoded block anyway. Let me know how you get on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: silvan</title>
		<link>http://www.halmaclean.co.uk/2007/07/30/dark-mood-v2-wordpress-theme-editing-wordpress-files-encoding-php/comment-page-1/#comment-6927</link>
		<dc:creator>silvan</dc:creator>
		<pubDate>Wed, 05 Mar 2008 14:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.halmaclean.co.uk/2007/07/30/dark-mood-v2-wordpress-theme-editing-wordpress-files-encoding-php/#comment-6927</guid>
		<description>Mmm, i can&#039;t post the code.. I&#039;m sorry..
I mean this WP-Layout.. It has a other encoder, i think..
http://wordpress.topwpthemes.com/download/TheReliefInMusic.zip</description>
		<content:encoded><![CDATA[<p>Mmm, i can&#8217;t post the code.. I&#8217;m sorry..<br />
I mean this WP-Layout.. It has a other encoder, i think..<br />
<a href="http://wordpress.topwpthemes.com/download/TheReliefInMusic.zip" rel="nofollow">http://wordpress.topwpthemes.com/download/TheReliefInMusic.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: silvan</title>
		<link>http://www.halmaclean.co.uk/2007/07/30/dark-mood-v2-wordpress-theme-editing-wordpress-files-encoding-php/comment-page-1/#comment-6926</link>
		<dc:creator>silvan</dc:creator>
		<pubDate>Wed, 05 Mar 2008 14:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.halmaclean.co.uk/2007/07/30/dark-mood-v2-wordpress-theme-editing-wordpress-files-encoding-php/#comment-6926</guid>
		<description></description>
		<content:encoded><![CDATA[]]></content:encoded>
	</item>
	<item>
		<title>By: silvan</title>
		<link>http://www.halmaclean.co.uk/2007/07/30/dark-mood-v2-wordpress-theme-editing-wordpress-files-encoding-php/comment-page-1/#comment-6925</link>
		<dc:creator>silvan</dc:creator>
		<pubDate>Wed, 05 Mar 2008 14:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.halmaclean.co.uk/2007/07/30/dark-mood-v2-wordpress-theme-editing-wordpress-files-encoding-php/#comment-6925</guid>
		<description>How to decode this php thing without eval?

</description>
		<content:encoded><![CDATA[<p>How to decode this php thing without eval?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hal</title>
		<link>http://www.halmaclean.co.uk/2007/07/30/dark-mood-v2-wordpress-theme-editing-wordpress-files-encoding-php/comment-page-1/#comment-4118</link>
		<dc:creator>Hal</dc:creator>
		<pubDate>Thu, 02 Aug 2007 21:06:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.halmaclean.co.uk/2007/07/30/dark-mood-v2-wordpress-theme-editing-wordpress-files-encoding-php/#comment-4118</guid>
		<description>&lt;p&gt;Ed - many thanks for taking the time to visit and add your thoughts to the post. I really do appreciate this as it demonstrates a commitment to what you do. I certainly respect that. I also look forward to seeing themes without the ads - your work is good, and I would be keen to use and &#039;champion&#039; any themes giving you due credit.&lt;/p&gt;
&lt;p&gt;Frank - thanks for your comment and opinion. I guess my reaction is that if the theme is free it should be able to be customised and not locked down to prevent a user making changes to it. OK - there are obvious IP issues and licenses could be issued with themes to stipulate how it is to be used. If that is the case then a license file should be included within the download and possibly also be a comment in the code itself. Otherwise it simply isn&#039;t going to stand up. GNU licenses, anyone? The last part of your post refers to the rights I have to complain. Are you seriously suggesting that I *don&#039;t* have the right to complain on my own blog? You&#039;d really take the fun out if things... ;-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ed &#8211; many thanks for taking the time to visit and add your thoughts to the post. I really do appreciate this as it demonstrates a commitment to what you do. I certainly respect that. I also look forward to seeing themes without the ads &#8211; your work is good, and I would be keen to use and &#8216;champion&#8217; any themes giving you due credit.</p>
<p>Frank &#8211; thanks for your comment and opinion. I guess my reaction is that if the theme is free it should be able to be customised and not locked down to prevent a user making changes to it. OK &#8211; there are obvious IP issues and licenses could be issued with themes to stipulate how it is to be used. If that is the case then a license file should be included within the download and possibly also be a comment in the code itself. Otherwise it simply isn&#8217;t going to stand up. GNU licenses, anyone? The last part of your post refers to the rights I have to complain. Are you seriously suggesting that I *don&#8217;t* have the right to complain on my own blog? You&#8217;d really take the fun out if things&#8230; <img src='http://www.halmaclean.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Smith</title>
		<link>http://www.halmaclean.co.uk/2007/07/30/dark-mood-v2-wordpress-theme-editing-wordpress-files-encoding-php/comment-page-1/#comment-4116</link>
		<dc:creator>Frank Smith</dc:creator>
		<pubDate>Thu, 02 Aug 2007 12:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.halmaclean.co.uk/2007/07/30/dark-mood-v2-wordpress-theme-editing-wordpress-files-encoding-php/#comment-4116</guid>
		<description>i don&#039;t see anything wrong if the designer of the free template place sponsored links on his design because in the first place, its his work and he has the right to place those ads since he&#039;s giving the template away for FREE. i saw other free templates that places their adsense on the template itself. so im not sure why people react on these templates with sponsored links or adsense account when they got those templates for FREE. i mean, the least we can do is let them place their links on the template. maybe its one of their ways to earn money. and yeah... in the first place, if you don&#039;t want those sponsored links, then you can just purchase it. im sure purchasing the template will not include those sponsored links. now, after purchasing it and you still find the links, then you have all the right to complain.</description>
		<content:encoded><![CDATA[<p>i don&#8217;t see anything wrong if the designer of the free template place sponsored links on his design because in the first place, its his work and he has the right to place those ads since he&#8217;s giving the template away for FREE. i saw other free templates that places their adsense on the template itself. so im not sure why people react on these templates with sponsored links or adsense account when they got those templates for FREE. i mean, the least we can do is let them place their links on the template. maybe its one of their ways to earn money. and yeah&#8230; in the first place, if you don&#8217;t want those sponsored links, then you can just purchase it. im sure purchasing the template will not include those sponsored links. now, after purchasing it and you still find the links, then you have all the right to complain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Canape</title>
		<link>http://www.halmaclean.co.uk/2007/07/30/dark-mood-v2-wordpress-theme-editing-wordpress-files-encoding-php/comment-page-1/#comment-4113</link>
		<dc:creator>Ed Canape</dc:creator>
		<pubDate>Thu, 02 Aug 2007 10:31:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.halmaclean.co.uk/2007/07/30/dark-mood-v2-wordpress-theme-editing-wordpress-files-encoding-php/#comment-4113</guid>
		<description>hi ,

&lt;i&gt;but I wasn’t happy with the kind of ads that appeared. One was a pay per click affiliate program, one about Asian entertainment (ooer…) and one about Philipine paradises.&lt;/i&gt;

here is my point of view: a blogger has the choice to use any theme out there. if they dislike themes with sponsored links, they simply don&#039;t have to use it. but   i will also release more free themes w/o sponsored links.  

-ed</description>
		<content:encoded><![CDATA[<p>hi ,</p>
<p><i>but I wasn’t happy with the kind of ads that appeared. One was a pay per click affiliate program, one about Asian entertainment (ooer…) and one about Philipine paradises.</i></p>
<p>here is my point of view: a blogger has the choice to use any theme out there. if they dislike themes with sponsored links, they simply don&#8217;t have to use it. but   i will also release more free themes w/o sponsored links.  </p>
<p>-ed</p>
]]></content:encoded>
	</item>
</channel>
</rss>

