Got it working on Windows 2000 IIS 5 with PHP 4.3.1
and MySQL 3.2
First I needed to give it it's own IP Address so that it
functioned as a root website.
Then I needed to copy settings.php and datacon.php to
Admin Directory.
Still testing but seems to work fine so far.
Logged In: YES
user_id=845318
I could not get passed the login page. After looking at the
logininc.php and the processlogin.php scripts it seemed like
it should work, but after following the instructions
thouroughly on several attemps I could not get it to work.
Logged In: YES
user_id=899794
The "settings.php" needs to be copied to the images folder
as well.
(running Linux, PHP 4.3.2, MySQL MySQL 4.0.13)
as mattmayfield I cannot get passed the login page, HELP PLEASE!
Ok I fixed the ERROR in In "processlogin.php" line:28 $r=getenv(http_referer); need to be (HTTP_REFERER), that solve the problem with the login, best regards!... (=