how to encrypt a link for wordpress theme

Discussion in 'HTML & Website Design' started by johntropea, Jul 13, 2008.

  1. #1
    Hello, I have almost finished my first wordpress theme customized.
    I have no idea how to encrypt the links in the footer, anyone can help me?
     
    johntropea, Jul 13, 2008 IP
  2. BrisbaneWebmaster

    BrisbaneWebmaster Peon

    Messages:
    63
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I personally hate it when people spam the footer of their design. If a webmaster really wants to know one designed it they can check the css.
     
    BrisbaneWebmaster, Jul 13, 2008 IP
  3. blueparukia

    blueparukia Well-Known Member

    Messages:
    1,564
    Likes Received:
    71
    Best Answers:
    7
    Trophy Points:
    160
    #3
    What do you mean, encrypt?
     
    blueparukia, Jul 14, 2008 IP
  4. yankzilla

    yankzilla Peon

    Messages:
    159
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #4
    yankzilla, Jul 14, 2008 IP
  5. 007c

    007c Peon

    Messages:
    611
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I think zend encryption would offer a better alternative. Or check base64 use it on a few parts of your code then base 64 again some other part with key php functions and checks if your code is still there don't forget to scramble it good, should keep those rippers at bay or at least busy.
    http://ca3.php.net/manual/en/function.base64-decode.php
     
    007c, Jul 14, 2008 IP
  6. johntropea

    johntropea Active Member

    Messages:
    546
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    68
    #6
    johntropea, Jul 14, 2008 IP
  7. 007c

    007c Peon

    Messages:
    611
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Must be because of regional server issues try replacing ca3 with www. the thing is with java your links won't have any seo weight/value. Don't know if this will matter to what your doing or not tho.
     
    007c, Jul 14, 2008 IP
  8. V&R Concepts

    V&R Concepts Peon

    Messages:
    7
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Thanks I have been needing a HTML encrypt program but never taken the time to look for one. Saved me some effort.

    Appreciate the help
     
    V&R Concepts, Jul 14, 2008 IP
  9. johntropea

    johntropea Active Member

    Messages:
    546
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    68
    #9
    I'm doing WordPress theme design and I was thinking to sell them. I saw that everybody encrypt the footer.php to protect the links.

    Please tell me if you know this market.
     
    johntropea, Jul 15, 2008 IP
  10. yankzilla

    yankzilla Peon

    Messages:
    159
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Well you can encrypt any part of the file itself using the JS method I mentioned above, but the user will be able to delete the encrypted JS, and just substitute their own html. Unless you want the whole footer encrypted (which I don't think is smart because many people would like to change some things), then there isn't a feasible alternative that won't allow them to change the links at the bottom.
     
    yankzilla, Jul 15, 2008 IP
  11. danger9918

    danger9918 Well-Known Member

    Messages:
    1,612
    Likes Received:
    55
    Best Answers:
    0
    Trophy Points:
    165
    #11
    I have always used this to encrypt wordpress footers

    http://www.rightscripts.com/phpencode/

    just enter the footer.php content there and click on encode, then replace the new content with the old content and you are done :)
     
    danger9918, Jul 15, 2008 IP
  12. johntropea

    johntropea Active Member

    Messages:
    546
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    68
    #12
    So you suggest me to keep the footer.php not encrypted. Thanks.;)
     
    johntropea, Jul 15, 2008 IP
  13. johntropea

    johntropea Active Member

    Messages:
    546
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    68
    #13
    Thanks;)

    Do you encrypt your footer.php in your themes?
     
    johntropea, Jul 15, 2008 IP