Re: [PHP] Optimize simple file XOR code

2004-06-24 Thread Marcel Tschopp
Hi Marcus Try this: function CryptFile($hash, $filename) { // The key used is generated using another function. // Since this function is only called once it has // nothing to do with the performance of this function $key = GenerateKey($hash); $keylen = strlen($key = implode('

[PHP] DSOFile issues

2004-06-22 Thread Marcel Tschopp
x27;t find anything online about that problem... Does anyone have experience with DSOFile? Thanks in advance, Marcel Tschopp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Re: Auth_User

2004-06-21 Thread Marcel Tschopp
Eventually the apache module mod_ntlm (http://modntlm.sourceforge.net/) could help... don't know if it really works but it looks very interesting. cheers Marcel > If you are using IIS with PHP as an ISAPI-module, it is possible to find out > the NT-User through $_SERVER['AUTH_USER']. > Apparently

Re: [PHP] Programming User-Customized Categories ??

2004-06-18 Thread Marcel Tschopp
e able to point me to an example of how custom categories and > sub-categories can be programmed in PHP and set up in MySQL. > > Any suggestions or advice would be much appreciated! > > Monty > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php -- Marcel Tschopp <[EMAIL PROTECTED]> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php