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? Link to comment https://forums.phpfreaks.com/topic/80219-solved-md5-file-checksum-on-a-file-pre-processing/ Share on other sites More sharing options...
trq Posted December 5, 2007 Share Posted December 5, 2007 <?php echo md5_file(__FILE__); ?> Link to comment https://forums.phpfreaks.com/topic/80219-solved-md5-file-checksum-on-a-file-pre-processing/#findComment-406618 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 Link to comment https://forums.phpfreaks.com/topic/80219-solved-md5-file-checksum-on-a-file-pre-processing/#findComment-406620 Share on other sites More sharing options...
trq Posted December 5, 2007 Share Posted December 5, 2007 What are you trying/wanting to do? Link to comment https://forums.phpfreaks.com/topic/80219-solved-md5-file-checksum-on-a-file-pre-processing/#findComment-406623 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. Link to comment https://forums.phpfreaks.com/topic/80219-solved-md5-file-checksum-on-a-file-pre-processing/#findComment-406626 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.