Win32 Platform everythng appear to be working good. The only issue seems to be the header below does not report the IP.
X-Originating-Ip: []
Logged In: NO
disregard this...
Code change in send.php to the following on a win32 platform will fix it.
$ip = $REMOTE_ADDR;
change code in send.php to $ip = $REMOTE_ADDR; fixed the problem
Logged In: YES user_id=82865
Fixed in CVS.
It'll be included in next release.
But you can donwload daily snapshot at : http://nocc.sourceforge.net/download/nocc-dev.tar.gz or http://nocc.sourceforge.net/download/nocc-dev.zip
Thanks for the bug report.
Log in to post a comment.
Logged In: NO
disregard this...
Code change in send.php to the following on a win32
platform will fix it.
$ip = $REMOTE_ADDR;
Logged In: NO
change code in send.php to
$ip = $REMOTE_ADDR;
fixed the problem
Logged In: YES
user_id=82865
Fixed in CVS.
It'll be included in next release.
But you can donwload daily snapshot at :
http://nocc.sourceforge.net/download/nocc-dev.tar.gz
or
http://nocc.sourceforge.net/download/nocc-dev.zip
Thanks for the bug report.