Encrypt Footer Links

Discussion in 'PHP' started by ArticleRus, Feb 5, 2008.

  1. #1
    Hi!

    It's there any way to learn how to encrypt footer links in my wordpress theme.

    Let say I what to encrypt the followings:

    Design by <a href="http://www.articleRus.com/"> Article R Us</a>

    Thanks!
     
    ArticleRus, Feb 5, 2008 IP
  2. kreoton

    kreoton Peon

    Messages:
    229
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You can encode it with Zend guardian or ioncube
     
    kreoton, Feb 5, 2008 IP
  3. DomainCo.US

    DomainCo.US Well-Known Member

    Messages:
    2,124
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    100
    #3
    does zend guardian offer free encryption
     
    DomainCo.US, Feb 6, 2008 IP
  4. techjunkiez

    techjunkiez Banned

    Messages:
    115
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    sorry for noobie question but what is zend guardian
     
    techjunkiez, Feb 6, 2008 IP
  5. hip_hop_x

    hip_hop_x Active Member

    Messages:
    522
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    90
    #5
    or simply base64 encode it
     
    hip_hop_x, Feb 6, 2008 IP
  6. HuggyStudios

    HuggyStudios Well-Known Member

    Messages:
    724
    Likes Received:
    20
    Best Answers:
    26
    Trophy Points:
    165
    #6
    md5() it.

    Hug
     
    HuggyStudios, Feb 6, 2008 IP
  7. kreoton

    kreoton Peon

    Messages:
    229
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #7
    And how you would decode it?
     
    kreoton, Feb 6, 2008 IP
  8. Pinup Girl

    Pinup Girl Notable Member

    Messages:
    3,329
    Likes Received:
    214
    Best Answers:
    0
    Trophy Points:
    210
    #8
    Pinup Girl, Feb 6, 2008 IP
  9. ArticleRus

    ArticleRus Peon

    Messages:
    230
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #9
    How will Search Engine see the links when encrypted? Will it affect the backlink?
     
    ArticleRus, Feb 6, 2008 IP
  10. Pinup Girl

    Pinup Girl Notable Member

    Messages:
    3,329
    Likes Received:
    214
    Best Answers:
    0
    Trophy Points:
    210
    #10
    no,it not affect! the links are encrypted but are visible do search engines! :)
     
    Pinup Girl, Feb 6, 2008 IP
  11. ArticleRus

    ArticleRus Peon

    Messages:
    230
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #11
    I have tried this script but not sure if is working or not. After uploaded, I went on to view the source code and it was just normal html code.
     
    ArticleRus, Feb 6, 2008 IP
  12. Pinup Girl

    Pinup Girl Notable Member

    Messages:
    3,329
    Likes Received:
    214
    Best Answers:
    0
    Trophy Points:
    210
    #12
    thats why the search engines are seing as normal html,but in your original file it is encrypted
     
    Pinup Girl, Feb 6, 2008 IP
  13. markyd

    markyd Active Member

    Messages:
    1,919
    Likes Received:
    49
    Best Answers:
    0
    Trophy Points:
    90
    #13
    Question, would someone be willing to encrypt some links for me? :( I know it's lame, but I'm not a PHP guy at all and I wanna sell some links for a theme I got, could someone help me? :)
     
    markyd, Feb 6, 2008 IP
  14. ChaosFoo

    ChaosFoo Peon

    Messages:
    232
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #14
    I have a slightly related question about this type of encryption.

    The generated HTML is just plain old HTML. But the scripts on the server are encrypted.

    How does the server know how do decrypt the code before it is output?

    Usually this is done with an encryption key, but I don't know how the server knows what the key is. I've seen this a lot with Wordpress themes, where they encrypt the footer so that the links will always point back to the original writers website. So the encrypted code is transferable from server to server, but the code is just a bunch of gibberish, and I can't see any way for the server to know what they encryption key is so that they can decrypt the code and serve it up as plain old HTML. Any ideas?
     
    ChaosFoo, Feb 6, 2008 IP
  15. Hossam

    Hossam Peon

    Messages:
    196
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #15
    I have the same question.
     
    Hossam, Mar 8, 2008 IP