Hello,
Is there a way I can lookup the ip address of a user on my site? I know that S2 keeps track of the ip addresses for security, is there a way I can find the ip address of a certain user?
Thanks,
Brennan
PriMoThemes — now s2Member® (official notice)
This is now a very OLD forum system. It's in READ-ONLY mode.
All community interaction now occurs at WP Sharks™. See: new forums @ WP Sharks™
<?php echo S2MEMBER_CURRENT_USER_IP; ?>
<?php echo get_user_field("ip"); ?>
Or: <?php echo S2MEMBER_CURRENT_USER_IP; ?>
<?php echo get_user_field("ip", 123); ?>
<?php echo get_user_field("s2member_registration_ip"); ?>
Or: <?php echo get_user_field("reg_ip"); ?> (same thing)
Users browsing this forum: Google [Bot] and 2 guests