How to encrypt wordpress footer links ?

Discussion in 'Programming' started by MeetHere, Apr 29, 2008.

  1. #1
    Can anybody guide me on encrypting footer links ?
    what tool/software?

    Also, is it possible to decrypt ?
     
    MeetHere, Apr 29, 2008 IP
  2. qprojects

    qprojects Peon

    Messages:
    1,901
    Likes Received:
    103
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Encrypting means? like the ones used while distributing free themes (cant be edited easily by editing footer.php)?
     
    qprojects, Apr 29, 2008 IP
  3. MeetHere

    MeetHere Prominent Member

    Messages:
    15,399
    Likes Received:
    994
    Best Answers:
    0
    Trophy Points:
    330
    #3
    yes you are right..
    is there any online tool ?
     
    MeetHere, Apr 29, 2008 IP
  4. qprojects

    qprojects Peon

    Messages:
    1,901
    Likes Received:
    103
    Best Answers:
    0
    Trophy Points:
    0
    #4
    qprojects, Apr 29, 2008 IP
  5. ZedPoint

    ZedPoint Guest

    Messages:
    297
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I don't really see what the point of doing that is.

    Anyone who wants to remove those links will probably be web savvy and use FF to "view source", copy and pate the code into the footer.php, then remove the links.

    Those that don't care or know how won't remove them.
     
    ZedPoint, Apr 30, 2008 IP
  6. mattoZV

    mattoZV Guest

    Messages:
    26
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    encrypt footer links? WTF?
     
    mattoZV, May 1, 2008 IP
  7. d3sign3r

    d3sign3r Active Member

    Messages:
    654
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    85
    #7
    d3sign3r, Aug 24, 2008 IP
  8. webmaster.w3

    webmaster.w3 Active Member

    Messages:
    285
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #8
    I prefer to use www[dot]byterun[dot]com/free-php-encoder.php for encryption.
     
    webmaster.w3, Mar 17, 2010 IP
  9. jezzz

    jezzz Notable Member

    Messages:
    4,884
    Likes Received:
    190
    Best Answers:
    0
    Trophy Points:
    200
    #9
    I have done several tests on wordpress footer links encryption after getting successful written a tutorial that can guide anyone to decode worpdress footer links
     
    jezzz, Jun 18, 2010 IP
  10. angeal

    angeal Guest

    Messages:
    237
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #10
    hey.. sometimes i see footer.php in wordpress theme used multi encryption methode..

    just like as

    (str_rot13(md5(base_64(aldyfuefhauefhadjhajk83473trsdhgfdshgfahsdgfsdfgsdf))));

    i wonder... how i can make this encryption methode??
     
    angeal, Jun 18, 2010 IP
  11. Jen Love You

    Jen Love You Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    link forums.digitalpoint.com/showthread.php?t=1859613
    I think this is what you need
     
    Jen Love You, Jul 5, 2010 IP
  12. loopline

    loopline Well-Known Member

    Messages:
    738
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    130
    #12
    Most generally speaking I have always been able to decrypt any footer link I have ever seen in a theme. Its super easy. You just load up your page with everything intact, and then view the html source code.

    Then view the elemets that load right above the footer section. Say the sidebar. Then open up the sidebar.php file. Look at the code where it ends and compare it with the html code of the whole site you just viewed. Copy anything that comes after the sidebar code. Paste that in place of the encrypted code in the footer.php. Presto, you have a decoded theme.

    Encoding the footer inhernatly doesn't really do anything, as you could just replace it with standard wordpress footer code and it would likely work. What most people do is add some sort of "hook" via css or some other method that calls an element that is not typically in the footer. An element that makes the theme work, but doesn't visually change anything on the site. Something that without it the theme breaks.

    It can take a little playing around, but generally I can break any themes footer encryption in 5 mins or less. Grant it the average user may not know this, but its pretty basic if you understand html/php code and how themes work.

    Anyway, the point there is if you are going to try and encrypt something you need to know how people decrypt current methods so that you can try and encrypt in such a way where that wouldn't work.

    Bottom line is though unless you make it call some sort of other file that does something server side and authenticates before it kicks out the code, then it can be decrypted by just copy and pasting html code.
     
    loopline, Jul 20, 2010 IP
  13. genji

    genji Peon

    Messages:
    61
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    yeh I don't get it either lol
     
    genji, Jul 26, 2010 IP