How do you create this encoding of php?

Discussion in 'Programming' started by SharkSpace, Feb 26, 2008.

  1. #1
    <?php eval(gzinflate(base64_decode('code')));?>
    PHP:
    I see the above encoded php a lot. What program is used to make it?

    Thanks
     
    SharkSpace, Feb 26, 2008 IP
  2. blacknet

    blacknet Active Member

    Messages:
    709
    Likes Received:
    16
    Best Answers:
    2
    Trophy Points:
    70
    #2
    lol..

    
    <?php eval(base64_encode(gzdeflate('code')));?>
    
    PHP:
     
    blacknet, Feb 26, 2008 IP
  3. donross

    donross Active Member

    Messages:
    90
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    98
    #3
    thats php encrypting... use to hide their code.. im not a php guy but i read a lot of cool stuff like that..
     
    donross, Feb 26, 2008 IP