URL Decode ?? Can't decode this file....

Discussion in 'PHP' started by kriminal, Sep 12, 2010.

  1. #1
    Okay so I downloaded a free theme off the net and the Footer of the webpage had a hidden link in a cloaked color! I don't want my site to get banned for cloaking..... When I looked at the php file it is encoded and I cant decode it to remove the footer spam!

    I have uploaded the code below because it's to many characters to paste here.
     
    kriminal, Sep 12, 2010 IP
  2. kriminal

    kriminal Guest

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Here is the file.

    mediafire.com/download.php?91wom19vjw5x4ml
     
    kriminal, Sep 12, 2010 IP
  3. Wolf Security

    Wolf Security Peon

    Messages:
    78
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It is illegal to remove such links without the permission of author - talk to him or forget about it.
     
    Wolf Security, Sep 12, 2010 IP
  4. kriminal

    kriminal Guest

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Themes use the code released by Wordpress under the GPL, which means you never have to retain the links in the footer!

    Second of all if you look at the code it maliciously put there as its a hidden link that blends in with the background color and also why would you encrypt it that much unless you were hiding something??
     
    kriminal, Sep 12, 2010 IP
  5. Kaizoku

    Kaizoku Well-Known Member

    Messages:
    1,261
    Likes Received:
    20
    Best Answers:
    1
    Trophy Points:
    105
    #5
    Most encryptions like that mainly use base64 and eval. Just use base64_decode on the really long string.
     
    Kaizoku, Sep 13, 2010 IP
  6. kriminal

    kriminal Guest

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I tried everything I have no idea that's why I'm asking for help.
     
    kriminal, Sep 13, 2010 IP
  7. kriminal

    kriminal Guest

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Its not that easy
     
    kriminal, Sep 14, 2010 IP
  8. Kaizoku

    Kaizoku Well-Known Member

    Messages:
    1,261
    Likes Received:
    20
    Best Answers:
    1
    Trophy Points:
    105
    #8
    I tried it, it works. It is easy, I won't give you the answer, this is not what this forum is for. I have told you how to do it.
     
    Kaizoku, Sep 14, 2010 IP