View Single Post
  #36  
Old 06-16-2004, 04:49 PM
 
NuAlpha NuAlpha is offline
 

X-Adept
  
Join Date: Aug 2003
Location: US
Posts: 598
 

Default

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
Reply With Quote