cooldude832 Posted December 5, 2007 Share Posted December 5, 2007 I am trying to keep my clients for editing files and then lying about it. Can I add a md5 checksum of the raw document and then basically echo it out in the footer of the page? Quote Link to comment Share on other sites More sharing options...
trq Posted December 5, 2007 Share Posted December 5, 2007 <?php echo md5_file(__FILE__); ?> Quote Link to comment Share on other sites More sharing options...
cooldude832 Posted December 5, 2007 Author Share Posted December 5, 2007 so that would be it pre processing, I guess I didn't think this one through very will I had this person saying they didn't edit it, and I was playing around with checksums so I took a checksum of everything before I uploaded and I found they changed it Quote Link to comment Share on other sites More sharing options...
trq Posted December 5, 2007 Share Posted December 5, 2007 What are you trying/wanting to do? Quote Link to comment Share on other sites More sharing options...
cooldude832 Posted December 5, 2007 Author Share Posted December 5, 2007 verify the integrity of my work, so I can say you edited the file I am not helping you for free, The cms I used has all the content in a seperate file so they shouldn't edit the parent document. If they do I can say hey you touched it I said dont' gonna cost you to fix your errors. They keep breaking the scripts by touching the php in it so I need to stop it and prove it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.