how can i encrypt the template footer?

Discussion in 'HTML & Website Design' started by chucky00, Oct 2, 2008.

  1. #1
    i want to give some templates for free but i want to encrypt the footer..the files are html
    thanks
     
    chucky00, Oct 2, 2008 IP
  2. joebert

    joebert Well-Known Member

    Messages:
    2,150
    Likes Received:
    88
    Best Answers:
    0
    Trophy Points:
    145
    #2
    Not possible.

    Are you attempting to prevent people from removing a backlink or something ?
    You're actualy going to end up expending more effort trying to do that than you would just creating new simple templates from time to time and accepting the fact that some people are just going to rip it appart.
     
    joebert, Oct 2, 2008 IP
  3. rochow

    rochow Notable Member

    Messages:
    3,991
    Likes Received:
    245
    Best Answers:
    0
    Trophy Points:
    240
    #3
    You can only encrypt it if it's in PHP. There are HTML decrypting thingies, all rubbish though.
     
    rochow, Oct 2, 2008 IP
  4. alexa_lucky

    alexa_lucky Banned

    Messages:
    94
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    alexa_lucky, Oct 2, 2008 IP
  5. sarahk

    sarahk iTamer Staff

    Messages:
    28,954
    Likes Received:
    4,565
    Best Answers:
    124
    Trophy Points:
    665
    #5
    Yep, and then you just open the page, view the source which is now unencrypted, copy, paste, edit.

    I think joebert is right. If the template is good quality then people will leave the links out of respect.
     
    sarahk, Oct 9, 2008 IP
  6. gzav

    gzav Peon

    Messages:
    46
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Encrypting HTML is usually a bad idea as it rarely works. If the person you are giving templates too isn't familiar with HTML or PHP and they are just using a WYSIWYG editor then you could use javascript or php to print the footer.
     
    gzav, Oct 9, 2008 IP
  7. rvnet

    rvnet Peon

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    If you want to encrypt the pages - create the php web pages dynamically from a script/database and let the footer comes from encrypted script files.

    .
     
    rvnet, Oct 10, 2008 IP