HTML Tutorial


 /help/HTML Help Forum   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
show ip isp?
Post new topic   Reply to topic    HTML Help Forum -> General HTML
View previous topic :: View next topic  
Author Message
efil_flah



Joined: 14 Sep 2005
Posts: 3

PostPosted: Wed Sep 14, 2005 10:14 am     show ip isp? Reply with quote

what do i do so it shows the ip and isp of each user who comes onto my site?
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8748
Location: Castle Pines North, CO USA

PostPosted: Wed Sep 14, 2005 3:23 pm     Reply with quote

You will need to use a server side language (ASP, PHP, .NET) actually.

You could use JavaScript, but not reliable
Code:
<SCRIPT LANGUAGE="Javascript">
  window.onerror=null;   
  myAddress=java.net.InetAddress.getLocalHost(); 
  myAddress2=java.net.InetAddress.getLocalHost();
  host=myAddress.getHostName(); 
  ip=myAddress2.getHostAddress();
alert("hi there "+ namePrompt +" you ip adress is " +ip);
</SCRIPT>

Code:
<SCRIPT LANGUAGE="Javascript">

if (navigator.appName=='Netscape' && navigator.javaEnabled()) {
         window.onerror=null;   
         myAddress=java.net.InetAddress.getLocalHost(); 
         myAddress2=java.net.InetAddress.getLocalHost();
         host=myAddress.getHostName();   
         ip=myAddress2.getHostAddress();
         document.write("hi there "+ prompt('Your name?') +" you ip adress is " +ip);
}
</SCRIPT>
efil_flah



Joined: 14 Sep 2005
Posts: 3

PostPosted: Thu Sep 15, 2005 6:10 am     Reply with quote

aha! thankyou.
i also found a site that provides them.
http://danasoft.com/
Patricksstevens



Joined: 10 Jun 2009
Posts: 3

PostPosted: Wed Jun 10, 2009 10:52 pm     Reply with quote

Thanks "Corey Bryant" for sharing us JavaScript but I am looking for script which also mention user location (country or city) where the users come from.
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum -> General HTML All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
DARFUR
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial