Decoding an encoded Php file

Discussion in 'Programming' started by @bove, Dec 1, 2010.

  1. #1
    Does anyone know any new technique for decoding encoded Wordpress PHP files? I have a theme I would like to customize but can't do so because several PHP files are encoded in eval gzinflate base64_decode I have tried the online decoder here http://www.tareeinternet.com/scripts/decrypt.php but it didn't work. I even tried the old school method of uploading the decoding script to my server and an empty decode txt file but that didn't work either. Anyone know of a better way?
     
    @bove, Dec 1, 2010 IP
  2. @bove

    @bove Peon

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    anyone............?
     
    @bove, Dec 1, 2010 IP
  3. nixproxy

    nixproxy Peon

    Messages:
    83
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Try to google for "qinvent", that chinese guy might be able to help you out. He offers decrypting services, i leave legal things to you :)
     
    nixproxy, Dec 5, 2010 IP
  4. @bove

    @bove Peon

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I got it resolved, the solution was changing eval to print and running the file.
     
    @bove, Dec 5, 2010 IP