By Yuki on
How to show IP address of user when login to Drupal website in footer or any region of theme? Is there any module or tricks. Please let me know. Thanks.
How to show IP address of user when login to Drupal website in footer or any region of theme? Is there any module or tricks. Please let me know. Thanks.
Comments
$_SERVER['REMOTE_ADDR']
$_SERVER['REMOTE_ADDR']contains the IP address. You could put this in your page template file (page.tpl.php), or in a block.Thanks
Thanks
This did not work for Drupal
This did not work for Drupal 5. Could you please add the code for Drupal 5? Thanks
edit: I found it myself ;-)
This is code what I put it in one block
Input format must be php code.
this module does it..
https://drupal.org/project/visitors