decoding a php file

Discussion in 'PHP' started by troyas1, Nov 23, 2010.

  1. #1
    Hello everyone

    I need to decode more than 100 ioncube PHP files, anyone recommend a professional service?


    Thanks
     
    troyas1, Nov 23, 2010 IP
  2. happytoserve

    happytoserve Peon

    Messages:
    124
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi ,

    Pleas send me some more information. or chat with me so we can discuss more.
     
    happytoserve, Nov 24, 2010 IP
  3. senth

    senth Peon

    Messages:
    53
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    use echo in fron to eval funcation to print the code.

    Is that your code or copyright protected code?
     
    senth, Nov 24, 2010 IP
  4. stephan2307

    stephan2307 Well-Known Member

    Messages:
    1,277
    Likes Received:
    33
    Best Answers:
    7
    Trophy Points:
    150
    #4
    won't work. ioncube is changing php code to bytecode that you can't eval or echo.

    It's pretty tough to change them back into php code. They are decoded for a reason.
     
    stephan2307, Nov 24, 2010 IP