Current location: Hot Scripts Forums » Programming Languages » PHP » Simple visitors ip code?


Simple visitors ip code?

Reply
  #1 (permalink)  
Old 07-18-05, 04:46 PM
netshark netshark is offline
Newbie Coder
 
Join Date: Apr 2005
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
Simple visitors ip code?

Hello,

I need a code snippet that will display to the visitor, their IP, os, browser, refer, etc. I do NOT need to log or record this in any way. I just want to display it to the visitor.

Any help is greatly appreciated.

Larry
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 07-18-05, 05:01 PM
bizzar528's Avatar
bizzar528 bizzar528 is offline
Community Liaison
 
Join Date: Sep 2004
Location: Pennsylvania, US
Posts: 1,551
Thanks: 2
Thanked 16 Times in 15 Posts
You can get a lot of information about a visitor just by using the phpinfo page. Create a new file, and use this one line, save and upload to your site as phpinfo.php.

phpinfo.php
Code:
<?php PHPInfo(); ?>
Then, view that page from your browser and you'll see a ton of the $_SERVER based variables which can give you a lot of info (like ip, referrer, and so on).

Browser and OS information I think is best done via javascript since PHP is a server side language, and java can detect that information. Might check the Javascript section of this forum for more info. Those guys are pretty snazzy with that info.
__________________
Yep, it's a signature...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 07-18-05, 05:38 PM
netshark netshark is offline
Newbie Coder
 
Join Date: Apr 2005
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks

Thank You! Thats exactly what I needed. It works great!;-)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
simple code gwf JavaScript 1 05-26-05 06:52 AM
Simple Code to go to specific URL maxo C/C++ 0 02-10-05 12:53 PM
Simple Create a file code ancdy Script Requests 2 01-24-05 12:02 PM
Affiliate tracking simple code required danielbates Script Requests 0 09-29-04 06:55 PM
Need a simple user code! dave111 Script Requests 1 09-07-03 10:48 AM


All times are GMT -5. The time now is 12:46 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.