Monday, 07 July 2008

Joomla 1.5 - What is my IP Module

This module simply shows the user which is browsing the site their IP address.

Simple install, enable the module, and enter your greeting. Module supports CSS styling.  

Download 

Please Register and Login to download .

If you like it, please take a moment to write a small review on the Joomla Extensions site, vote for us, or link to us!

The module should be fairly easy to use, however if you find any problem while use it, please drop a line in the comments below or contact , and we try our best to support you. If you like it and used it, please do leave a comment with a link to your site, it would be good to know that other people have found it useful. We consider this to be just a(nother) drop in the open-source ocean.

If you like the module, please take a moment to give us a good vote, or review on the extensions.joomla.org website.

Compatibility

This module is only compatible with Joomla 1.5 in native mode.

Demo

Click here to view a demo of Joomla 1.5 - What is my IP module

Do you like this module? - Buy me a beer (€3)

If you liked this module, consider buying me a beer (click the Make a Donation button below) Cool Every drop counts! No guarantees that any donations will be spent on new development rather than beer, though every effort will be made to spend all donations on new developments Smile

Please use the Donate button on the bottom right to donate via Paypal.

Support

Please post to the forums of you need help in configuring the module.

Feature Requests

  • Determine IP of all current users

Warning: Installing 3rd party extensions may compromise Joomla's security. Make sure that you trust any 3rd party extension that you install.

Comments
Search RSS
Andy  - IP viewing in Admin   |219.104.27.xxx |2008-07-09 16:28:14
Lovely Module!

Is there anyway Admin can view the IP address for all logged in
users in Admin side ?

Thanks a lot!
czm  - IP   |Registered |2008-07-14 12:38:11
Very good module
queno18  - sr   |Registered |2008-07-21 10:20:29
MI like module
rakesh  - Nice Module   |117.99.47.xxx |2008-07-24 10:55:01
Nice module.
silverstar  - COOL   |Registered |2008-09-23 06:46:42
well done
koen  - database ?   |84.195.175.xxx |2008-11-09 10:49:01
Can you store ip and time/date into a database ?
DART  - database   |SAdministrator |2008-11-10 17:56:52
Not at the moment you can't. However, what kind of features are you looking for?
meldef  - What is my IP Mod   |Registered |2008-12-22 07:40:12
Hello! Nice module!
sdsdsd  - dsdsdsd   |41.235.25.xxx |2009-01-13 14:42:43
gfhghfd
Indio  - Good     |71.129.182.xxx |2009-01-15 08:13:00
Just for a test
Ronald  - Only get 'UNKNOW' IP     |80.81.110.xxx |2009-06-05 16:24:22
Must we open certain port on our Firewall? We've installed this module and we
onlye get 'UNKNOWN' IP (tested inside our network and outside of it).
Thank you
in advance.
Ronald  - Solved 'UNKOWN' IP     |80.81.110.xxx |2009-06-05 16:58:53
I've modified mod_j15whatsmyip.php module with this function:

function
GetIP()
{
if (getenv("HTTP_CLIENT_IP" &&
strcasecmp(getenv("HTTP_CLIENT_IP","u nknown")
$ip
= getenv("HTTP_CLIENT_IP";
else if
(getenv("HTTP_X_FORWARDED_FOR" &&
strcasecmp(getenv("HTTP_X_FORWARDED_FOR", "unknown")

$ip = getenv("HTTP_X_FORWARDED_FOR";
else if
(getenv("REMOTE_ADDR" && strcasecmp(getenv("REMOTE_ADDR",
"unknown")
$ip = getenv("REMOTE_ADDR";
else if
(isset($_SERVER['REMOTE_ADDR']) && $_SERVER['REMOTE_ADDR'] &&
strcasecmp($_SERVER['REMOTE_ADDR'], "unknown")
$ip =
$_SERVER['REMOTE_ADDR'];
else
$ip = "unknown";


return($ip);
}

Now it works fine !
bettaquality  - plasalid directory     |58.9.229.xxx |2009-07-19 07:08:30
Very nice
Only registered users can write comments!

3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."

Last Updated ( Friday, 26 December 2008 )