in reply to How to decode this "gzinflate (base64_decode(***

In your php script you can remove the eval() and change it to echo(). That will display the code for you, although in my experience you may find this code is itself ziped and evaled down to several levels.

Lyle
  • Comment on Re: How to decode this "gzinflate (base64_decode(***

Replies are listed 'Best First'.
Re^2: How to decode this "gzinflate (base64_decode(***
by Zeokat (Novice) on Jan 03, 2008 at 17:55 UTC
    Yep, replacing eval with echo works good. But the problem is that i trying to do the decode with perl no with php. Thanks anyways. ;)

      Without telling us the errors you get or how the code you have fails for you, you won't get much help here.