<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.7" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Decoding eval gzinflate base64_decode</title>
	<link>http://danilo.ariadoss.com/2006/01/04/decoding-eval-gzinflate-base64_decode/</link>
	<description>Incoherent babble served on a platter.</description>
	<pubDate>Fri, 25 Jul 2008 12:43:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.7</generator>

	<item>
		<title>by: mcd</title>
		<link>http://danilo.ariadoss.com/2006/01/04/decoding-eval-gzinflate-base64_decode/#comment-7040</link>
		<pubDate>Fri, 18 Jul 2008 17:19:35 +0000</pubDate>
		<guid>http://danilo.ariadoss.com/2006/01/04/decoding-eval-gzinflate-base64_decode/#comment-7040</guid>
					<description>This works perfectly! Thanks for publishing this great script.</description>
		<content:encoded><![CDATA[<p>This works perfectly! Thanks for publishing this great script.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Dave</title>
		<link>http://danilo.ariadoss.com/2006/01/04/decoding-eval-gzinflate-base64_decode/#comment-6919</link>
		<pubDate>Fri, 11 Jul 2008 05:07:29 +0000</pubDate>
		<guid>http://danilo.ariadoss.com/2006/01/04/decoding-eval-gzinflate-base64_decode/#comment-6919</guid>
					<description>Thanks mac that link worked perfect, You rock.
and also thanks to Tangental. 

All those links are belong to me</description>
		<content:encoded><![CDATA[<p>Thanks mac that link worked perfect, You rock.<br />
and also thanks to Tangental. </p>
<p>All those links are belong to me
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: -=Fox=-</title>
		<link>http://danilo.ariadoss.com/2006/01/04/decoding-eval-gzinflate-base64_decode/#comment-6876</link>
		<pubDate>Tue, 08 Jul 2008 04:41:08 +0000</pubDate>
		<guid>http://danilo.ariadoss.com/2006/01/04/decoding-eval-gzinflate-base64_decode/#comment-6876</guid>
					<description>Thanks  a LOOOOOOOOT!!!!!!!!!!! Works GREAT!!!!!!!!!!!!!!!!!!</description>
		<content:encoded><![CDATA[<p>Thanks  a LOOOOOOOOT!!!!!!!!!!! Works GREAT!!!!!!!!!!!!!!!!!!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Karan Anand</title>
		<link>http://danilo.ariadoss.com/2006/01/04/decoding-eval-gzinflate-base64_decode/#comment-6833</link>
		<pubDate>Sat, 05 Jul 2008 07:17:58 +0000</pubDate>
		<guid>http://danilo.ariadoss.com/2006/01/04/decoding-eval-gzinflate-base64_decode/#comment-6833</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>by: Karan Anand</title>
		<link>http://danilo.ariadoss.com/2006/01/04/decoding-eval-gzinflate-base64_decode/#comment-6805</link>
		<pubDate>Thu, 03 Jul 2008 06:07:23 +0000</pubDate>
		<guid>http://danilo.ariadoss.com/2006/01/04/decoding-eval-gzinflate-base64_decode/#comment-6805</guid>
					<description>hello there.
can anyone decode the following code. I am not able to do it. i was able to decode before this, buit now i keep getting error even though i have not changed anuthing in my decrypt.php. i have also checked and double checked that my decrypt file is correct.

error message
DECODE nested val(gzinflate()) by DEBO Jurgen 

 1. Reading coded.txt 2. Decoding
Parse error: syntax error, unexpected T_VARIABLE in my_decrypt_file_location/decrypt.php(18) : eval()'d code on line 1

coded.txt




when i try to do this in another domain of mine. there is no parse eror but i only get to see
DECODE nested eval(gzinflate()) by DEBO Jurgen 

 1. Reading coded.txt 2. Decoding[/code]

which is strange because the decrypt file is same in both the places.
thanks</description>
		<content:encoded><![CDATA[<p>hello there.<br />
can anyone decode the following code. I am not able to do it. i was able to decode before this, buit now i keep getting error even though i have not changed anuthing in my decrypt.php. i have also checked and double checked that my decrypt file is correct.</p>
<p>error message<br />
DECODE nested val(gzinflate()) by DEBO Jurgen </p>
<p> 1. Reading coded.txt 2. Decoding<br />
Parse error: syntax error, unexpected T_VARIABLE in my_decrypt_file_location/decrypt.php(18) : eval()&#8217;d code on line 1</p>
<p>coded.txt</p>
<p>when i try to do this in another domain of mine. there is no parse eror but i only get to see<br />
DECODE nested eval(gzinflate()) by DEBO Jurgen </p>
<p> 1. Reading coded.txt 2. Decoding[/code]</p>
<p>which is strange because the decrypt file is same in both the places.<br />
thanks
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Plamenator</title>
		<link>http://danilo.ariadoss.com/2006/01/04/decoding-eval-gzinflate-base64_decode/#comment-6752</link>
		<pubDate>Fri, 27 Jun 2008 19:37:53 +0000</pubDate>
		<guid>http://danilo.ariadoss.com/2006/01/04/decoding-eval-gzinflate-base64_decode/#comment-6752</guid>
					<description>Dude! that rocked the heck out of that garbage text! Thanks a million!!!</description>
		<content:encoded><![CDATA[<p>Dude! that rocked the heck out of that garbage text! Thanks a million!!!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: philip</title>
		<link>http://danilo.ariadoss.com/2006/01/04/decoding-eval-gzinflate-base64_decode/#comment-6652</link>
		<pubDate>Thu, 19 Jun 2008 15:48:35 +0000</pubDate>
		<guid>http://danilo.ariadoss.com/2006/01/04/decoding-eval-gzinflate-base64_decode/#comment-6652</guid>
					<description>salamat pare hehe. this solved my problem.</description>
		<content:encoded><![CDATA[<p>salamat pare hehe. this solved my problem.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: MacBros&#8217; Place &#187; Blog Archive &#187; Extreme Makeover - Web Site Edition</title>
		<link>http://danilo.ariadoss.com/2006/01/04/decoding-eval-gzinflate-base64_decode/#comment-6546</link>
		<pubDate>Mon, 09 Jun 2008 20:57:50 +0000</pubDate>
		<guid>http://danilo.ariadoss.com/2006/01/04/decoding-eval-gzinflate-base64_decode/#comment-6546</guid>
					<description>[...] FYI: Since this was a free template download there was a base64 PHP code in the footer that I removed. For those who are not familiar with base64 PHP coding, I highly recommend you read this post because you may be getting spy ware on your visitors computers if you have this garbage in your free themes. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] FYI: Since this was a free template download there was a base64 PHP code in the footer that I removed. For those who are not familiar with base64 PHP coding, I highly recommend you read this post because you may be getting spy ware on your visitors computers if you have this garbage in your free themes. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Dan Walters</title>
		<link>http://danilo.ariadoss.com/2006/01/04/decoding-eval-gzinflate-base64_decode/#comment-6496</link>
		<pubDate>Wed, 04 Jun 2008 23:50:03 +0000</pubDate>
		<guid>http://danilo.ariadoss.com/2006/01/04/decoding-eval-gzinflate-base64_decode/#comment-6496</guid>
					<description>Worked a treat! - Thank you!!!!</description>
		<content:encoded><![CDATA[<p>Worked a treat! - Thank you!!!!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: iyinet webmaster forumu 2008 seo yarışması</title>
		<link>http://danilo.ariadoss.com/2006/01/04/decoding-eval-gzinflate-base64_decode/#comment-6371</link>
		<pubDate>Thu, 22 May 2008 23:23:41 +0000</pubDate>
		<guid>http://danilo.ariadoss.com/2006/01/04/decoding-eval-gzinflate-base64_decode/#comment-6371</guid>
					<description>Can anyone can decode this?
I Dont Understand S:</description>
		<content:encoded><![CDATA[<p>Can anyone can decode this?<br />
I Dont Understand S:
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
