How to safely deliver a web site?

Out of context: Reply #13

  • Started
  • Last post
  • 15 Responses
  • heavyt0

    agree with TResudek - When working with a suspect client in the past, I add a little code somewhere in the files that looks for a really long hash in the $_GET. I usually set up 3 different ones. The first will change permissions oh the files so they arent readable. The second one chnages them back. The last will delete all the files.

    I have had to use this once before. Basically, you just enter that long hash into the url string and wait for the email saying the site is down.

    If they pay, you use the 2nd string and fix it.

    TO be good though, make sure the hash is really long so no one accidentally enters it later on.

View thread