Re: [PHP-WIN] file self check

2004-08-09 Thread Ragnar
t;Ragnar" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, August 09, 2004 8:09 AM > Subject: [PHP-WIN] file self check > > > > Hi everyone, > > > > I was just wondering how one would write a php script that would check > > itself,

Re: [PHP-WIN] file self check

2004-08-08 Thread Ignatius Reilly
You could store a table or a text file associating to each script its MD5 hash string. check the PHP md5() function _ - Original Message - From: "Ragnar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 09, 2004 8:09 AM Subjec

[PHP-WIN] file self check

2004-08-08 Thread Ragnar
Hi everyone, I was just wondering how one would write a php script that would check itself, if it has been tempered with before running, and if it has would not work. I have seen Perl scripts that work in such a why, that is you edit only 1 char in the file and it will not run anymore, but I coul