View Single Post
  #49  
Old 07-07-2007, 07:34 AM
 
jchopick jchopick is offline
 

Member
  
Join Date: Aug 2006
Posts: 16
 

Default Re: IP Addresses in Users Online for all users

Hamid,

Thank you for this mod it works great. I made the small change of

$session_ip = getenv('REMOTE_ADDR');
to
$session_ip = $HTTP_SERVER_VARS['REMOTE_ADDR'];

and it does what I was looking to do. Thanks again....

Jeff
__________________
Sakura Budokan Admin
X-Cart Gold Ver 4.1.11,Neon Lights, X-AOM, X-Survey, X-SpecialOffers, X-FancyCategories, X-Magnifier.
Reply With Quote