<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for HowBits | Tidbits, Helpful Tips, and Guides</title>
	<link>http://howbits.com</link>
	<description></description>
	<pubDate>Sat, 05 Jul 2008 23:55:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>Comment on Optimizing Database - Avoid Exceeded CPU Quota by tsoft</title>
		<link>http://howbits.com/optimizing-database-avoid-exceeded-cpu-quota/#comment-2679</link>
		<dc:creator>tsoft</dc:creator>
		<pubDate>Sat, 05 Jul 2008 23:52:48 +0000</pubDate>
		<guid>http://howbits.com/optimizing-database-avoid-exceeded-cpu-quota/#comment-2679</guid>
		<description>Very helpful tip. Thanks.</description>
		<content:encoded><![CDATA[<p>Very helpful tip. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Decoding Encrypted PHP Files by Karan Anand</title>
		<link>http://howbits.com/decoding-eval-gzinflate-base64/#comment-2657</link>
		<dc:creator>Karan Anand</dc:creator>
		<pubDate>Sat, 05 Jul 2008 06:36:32 +0000</pubDate>
		<guid>http://howbits.com/decoding-eval-gzinflate-base64/#comment-2657</guid>
		<description>Hey guys, i figured out anither easy way to decode footers. just replace the eval word with echo. now instead of giving the decoded code it will print it out. Now check your page source it will be there.

If you have a footer which does not have a eval function and have some thing starting like $o="QAAA...... "  or $__F=__FILE__;$__C #  then just run the php file as it is on server and them check page source!

but there are custom encryption where i can not help

More information:


http://www.karananand.co.cc/blog/2008/07/the-easiest-way-to-decode-decrypt-eval-gzinflate-str_rot13-base64_decode-or-__f__file____c/</description>
		<content:encoded><![CDATA[<p>Hey guys, i figured out anither easy way to decode footers. just replace the eval word with echo. now instead of giving the decoded code it will print it out. Now check your page source it will be there.</p>
<p>If you have a footer which does not have a eval function and have some thing starting like $o=&#8221;QAAA&#8230;&#8230; &#8221;  or $__F=__FILE__;$__C #  then just run the php file as it is on server and them check page source!</p>
<p>but there are custom encryption where i can not help</p>
<p>More information:</p>
<p><a href="http://www.karananand.co.cc/blog/2008/07/the-easiest-way-to-decode-decrypt-eval-gzinflate-str_rot13-base64_decode-or-__f__file____c/" rel="nofollow">http://www.karananand.co.cc/blog/2008/07/the-easiest-way-to-decode-decrypt-eval-gzinflate-str_rot13-base64_decode-or-__f__file____c/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding Website Bookmark &#038; Tab Icons by Eranga Dissanayaka</title>
		<link>http://howbits.com/adding-website-bookmark-tab-icons/#comment-2327</link>
		<dc:creator>Eranga Dissanayaka</dc:creator>
		<pubDate>Tue, 01 Jul 2008 08:45:48 +0000</pubDate>
		<guid>http://howbits.com/adding-website-bookmark-tab-icons/#comment-2327</guid>
		<description>Nice Work

Thanks a lot....</description>
		<content:encoded><![CDATA[<p>Nice Work</p>
<p>Thanks a lot&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solved - Godaddy Email - Step one Get Google Apps by Jorge Leon</title>
		<link>http://howbits.com/solved-godaddy-email-step-one-get-google-apps/#comment-2313</link>
		<dc:creator>Jorge Leon</dc:creator>
		<pubDate>Mon, 30 Jun 2008 22:23:20 +0000</pubDate>
		<guid>http://howbits.com/solved-godaddy-email-step-one-get-google-apps/#comment-2313</guid>
		<description>Man, i cant tell you how in debt i feel with you... You just made my day, this is awesome. You and google rock. Greetings.</description>
		<content:encoded><![CDATA[<p>Man, i cant tell you how in debt i feel with you&#8230; You just made my day, this is awesome. You and google rock. Greetings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Decoding Encrypted PHP Files by Revive</title>
		<link>http://howbits.com/decoding-eval-gzinflate-base64/#comment-2203</link>
		<dc:creator>Revive</dc:creator>
		<pubDate>Thu, 26 Jun 2008 06:44:28 +0000</pubDate>
		<guid>http://howbits.com/decoding-eval-gzinflate-base64/#comment-2203</guid>
		<description>Hey Djames,
I posted some code in your forum.. think you can help us out with it... the footer is over 2000 characters, we had to split it into 3 posts, and is not only slowing the blog dow but also has the sidebar2 loaded into it which we need to make changes to...

thanks again!
P.S. I tried the script above with no luck,.. i think since our encrypted file is slightly different than you example.</description>
		<content:encoded><![CDATA[<p>Hey Djames,<br />
I posted some code in your forum.. think you can help us out with it&#8230; the footer is over 2000 characters, we had to split it into 3 posts, and is not only slowing the blog dow but also has the sidebar2 loaded into it which we need to make changes to&#8230;</p>
<p>thanks again!<br />
P.S. I tried the script above with no luck,.. i think since our encrypted file is slightly different than you example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Decoding Encrypted PHP Files by Aspire</title>
		<link>http://howbits.com/decoding-eval-gzinflate-base64/#comment-2151</link>
		<dc:creator>Aspire</dc:creator>
		<pubDate>Mon, 23 Jun 2008 20:27:44 +0000</pubDate>
		<guid>http://howbits.com/decoding-eval-gzinflate-base64/#comment-2151</guid>
		<description>Do I have to register to paste my code in the forum. Can't find a way out.</description>
		<content:encoded><![CDATA[<p>Do I have to register to paste my code in the forum. Can&#8217;t find a way out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Decoding Encrypted PHP Files by Aspire</title>
		<link>http://howbits.com/decoding-eval-gzinflate-base64/#comment-2150</link>
		<dc:creator>Aspire</dc:creator>
		<pubDate>Mon, 23 Jun 2008 20:23:12 +0000</pubDate>
		<guid>http://howbits.com/decoding-eval-gzinflate-base64/#comment-2150</guid>
		<description>I need to decode this kind of code

$_F=__FILE__;$ 

Where do I find the help</description>
		<content:encoded><![CDATA[<p>I need to decode this kind of code</p>
<p>$_F=__FILE__;$ </p>
<p>Where do I find the help</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bill &#038; Hillary Clinton - The Early Years by A commenter</title>
		<link>http://howbits.com/bill-hillary-clinton-the-early-years/#comment-2147</link>
		<dc:creator>A commenter</dc:creator>
		<pubDate>Mon, 23 Jun 2008 17:28:09 +0000</pubDate>
		<guid>http://howbits.com/bill-hillary-clinton-the-early-years/#comment-2147</guid>
		<description>It's scary thinking he WAS president, and that she was ALMOST president.  :shock:</description>
		<content:encoded><![CDATA[<p>It&#8217;s scary thinking he WAS president, and that she was ALMOST president.  <img src='http://howbits.com/wp-includes/images/smilies/icon_eek.gif' alt=':shock:' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solved - Godaddy Email - Step one Get Google Apps by Jhands</title>
		<link>http://howbits.com/solved-godaddy-email-step-one-get-google-apps/#comment-2086</link>
		<dc:creator>Jhands</dc:creator>
		<pubDate>Fri, 20 Jun 2008 15:47:10 +0000</pubDate>
		<guid>http://howbits.com/solved-godaddy-email-step-one-get-google-apps/#comment-2086</guid>
		<description>What about all of my current messages in my mailbox? How can I transfer them from the godaddy box to the new gmail box?</description>
		<content:encoded><![CDATA[<p>What about all of my current messages in my mailbox? How can I transfer them from the godaddy box to the new gmail box?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solved - Godaddy Email - Step one Get Google Apps by Djames</title>
		<link>http://howbits.com/solved-godaddy-email-step-one-get-google-apps/#comment-1853</link>
		<dc:creator>Djames</dc:creator>
		<pubDate>Tue, 10 Jun 2008 22:30:43 +0000</pubDate>
		<guid>http://howbits.com/solved-godaddy-email-step-one-get-google-apps/#comment-1853</guid>
		<description>Within Google apps you can setup unlimited emails addresses,  so you will not have to remake a google app for each one. Google apps also offers catch all accounts if you need them.</description>
		<content:encoded><![CDATA[<p>Within Google apps you can setup unlimited emails addresses,  so you will not have to remake a google app for each one. Google apps also offers catch all accounts if you need them.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.408 seconds -->
<!-- Cached page served by WP-Cache -->
<!-- Compression = gzip -->