Protecting credits from being removed

Discussion in 'PHP' started by TheHoxxy, Jun 30, 2012.

  1. #1
    Can you give me some suggestions on how to secure a piece of code (credits, footer) from being removed?
    It's just a text with hyperlink saying "Powered by", bla bla... If a user removes that piece of code, I want to force it back on the place or to display a warning message.

    Note: I won't to protect my code from being STO.LEN, but REMOVED.


    Thanks for your help :)
     
    Last edited: Jun 30, 2012
    TheHoxxy, Jun 30, 2012 IP
  2. NetStar

    NetStar Notable Member

    Messages:
    2,471
    Likes Received:
    541
    Best Answers:
    21
    Trophy Points:
    245
    #2
    If you are offering source code that can easily be edited there is no way to prevent someone from editing certain sections.

    Odds are if they are smart enough to change one line of your PHP code they are smart enough to get rid of your footer.
     
    NetStar, Jun 30, 2012 IP