how to encrypt wordpress and blogger footer ?

Discussion in 'HTML & Website Design' started by mamak24, Jun 30, 2012.

  1. #1
    hi
    i m about to design wordprees nad blogger templetes
    so if anyone can help me and tell me how i encrypt its footer so if anyone remove my copyrights the website doesnt work
    and a phrase appear like this
    All the links in the footer should remain intact. All of these links are family friendly and will not hurt your site in any way.

    thanks
     
    mamak24, Jun 30, 2012 IP
  2. Gооgle

    Gооgle Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You could try using a php encrypter to the whole wordpress site, that might work. i seen one on CodeCanyon.
     
    Gооgle, Jun 30, 2012 IP
  3. simple007

    simple007 Well-Known Member

    Messages:
    1,357
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    130
    #3
    have u used php encrypted already ?
     
    simple007, Jul 2, 2012 IP
  4. mamak24

    mamak24 Greenhorn

    Messages:
    19
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #4
    i know about php encrypter in codeconyon but its not what i nedd here
    its simply hide your php code so if you delet it will remove my copyrights as well
    what i need is when you delet my copyrights the script stop working
     
    mamak24, Jul 2, 2012 IP
  5. Hostwinds_Dan

    Hostwinds_Dan Active Member

    Messages:
    149
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #5
    You would need some sort of script to be written within the code to do that. I'm not quite sure where you would find such a program.
     
    Hostwinds_Dan, Jul 2, 2012 IP
  6. varindia

    varindia Member

    Messages:
    155
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    38
    #6
    Its with base64. Just encrypt your footer text with any base 64 and then use condition in function.php or some other file, if text in footer removed/changed then deactivate your theme. Better refer some existing theme, that use the same thing. I also decoded some themes, but some have much more complexity.
     
    varindia, Jul 6, 2012 IP