Author: M.Crane (14 Jan 05 6:16am)
I'm trying to install a Pot under PHP 4.3.10 running on a Win 2000 box (IIS 5.whatever) and there are a number of errors that have shown up.
First off, PHP under IIS doesn't populate _SERVER["SERVER_ADDR"] or _SERVER["REQUEST_URI"] so I mod'ed the supplied pot to get around that (wrapped them in "isset"s just like HTTP_REFERER and HTTP_USER_AGENT). If there is a way to set these outside of the script, I'd like to hear about it....
Anyhow, once that was done, I managed to get it to tell me that I had modified the script and broken the hash (which I had...) but at the top of that page (above the Honey Pot crosshairs) I'm getting:
Notice: Undefined index: email in D:\web\files\postglacial.php on line 247
Notice: Undefined index: emailmethod in D:\web\files\postglacial.php on line 248
Which I'm going to guess isn't right. I'm not all that good with PHP yet (especially on Windows), so I can't provide a great deal of programming assistance but I'll provide all the help I can in getting the PHP script working under Windows and IIS.
URL: http://downloads.ggpsystems.co.uk/postglacial.php (and phpinfo.php is in there too)
|