Sniff doesn't run on IIS
Brought to you by:
epsilon7
On Microsoft Windows 2000 Server, the sniffer script
(version 2.0.6) runs over Apache 1.3 + PHP 4.1.2, but
doen't run over Internet Information Services 5.0 + PHP
4.1.2. Over this configuration the script only returns
false, unknow or zero for all data fields. Why?
I am spanish, so if my english is bad, I'm sorry :-)
Logged In: YES
user_id=204169
this may be fixed in the latest cvs - a release is forthcoming
Logged In: YES
user_id=391691
it seems to be working fine here
try upgrading your version of php
Logged In: NO
getenv(xxxx)
http://www.php.net/manual/en/function.getenv.php
"Note: This function does not work in ISAPI mode."
Solution: Use $_SERVER $_ENV
or better: $HTTP_(SERVER/ENV)_VARS, like this the code is
compatible pre php 4.1
Logged In: YES
user_id=511476
See here for a fix:
https://sourceforge.net/tracker/index.php?
func=detail&aid=815718&group_id=26044&atid=385669
Cheers ;-)