Thread
:
Logging IP numbers
View Single Post
#
36
06-16-2004, 04:49 PM
NuAlpha
X-Adept
Join Date: Aug 2003
Location: US
Posts: 598
AHHHHH!! I see your problem!
You are using "$_SERVER[REMOTE_ADDR]" which 3.5.8 no longer supports.
You need to use "$HTTP_SERVER_VARS[REMOTE_ADDR]" instead.
__________________
X-Cart Pro 4.5.5 Platinum
X-Payments 1.0.6
PHP 5.3.14
MySQL 5.1.68
Apache 2.2.23
NuAlpha
View Public Profile
Send a private message to NuAlpha
Find all posts by NuAlpha