Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1028509
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T12:23:56+00:00 2026-05-16T12:23:56+00:00

How to elicit user’s information when he/she is visiting your website? IP Address Mac

  • 0

How to elicit user’s information when he/she is visiting your website?

  • IP Address
  • Mac Address
  • User Profile Name
  • OS Name
  • OS version
  • OS Registered to (Name/Company)
  • Computer Name
  • Browser Name
  • Browser Version
  • ISP Name/Internet Connection Provider Name
  • Connection Type
  • Location – City/Country (based on IP)
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T12:23:57+00:00Added an answer on May 16, 2026 at 12:23 pm

    The answer to most of what you’re asking is either ‘impossible’, ‘impossible with javascript, use ajax to get it from the server-side’, or ‘parse the user string’ (which can always be spoofed).

    • IP Address: You have to use a serverside language. If you need it dynamically, you can get it from an AJAX call. In PHP, it’s $_SERVER['REMOTE_ADDR']
    • Mac Address: Not available, except very very rarely if the user is using IE and has poor security settings.
    • OS, OS Version: You can get it by parsing the User Agent String. A script like this can do it pretty robustly: http://www.quirksmode.org/js/detect.html
    • OS registered to: Impossible.
    • Computer Name: Impossible.
    • Browser Name, Browser Version: You can get it by parsing the User Agent String. A script like this can do it pretty robustly: http://www.quirksmode.org/js/detect.html
    • ISP: You’ll need to use some kind of 3rd party database for querying who owns an IP. Or, you can call a command line ‘whois’. In PHP, that would look like shell_exec("whois $_SERVER['REMOTE_ADDR']"); that would return the whois record for that IP address, which you can parse to get an ISP.
    • Location: You’ll need to use some kind of 3rd party tool to associate an IP address with a general region. (something like this: http://ipinfodb.com/ip_location_api.php)
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Phil, I appreciate your answers very much. As regards my questions concerning regions, I
In subjective probability assessments one needs to elicit the distribution of subjects believes. It
Recently there was a post to the subversion dev mailing list suggesting a vision
I use Postgresql with the PostGIS extensions for ad-hoc spatial analysis. I generally construct
I think D's static if is an interesting language feature. That prompts my question:
I am using crontab to run a python script that requires the module MySQLdb.
I'd like to add additional behavior to a class derives from NSManagedObject and there
Suppose in bar.h there might exist: static inline int fun () { return 2;
I'm new to the world of PHP frameworks and, after some initial investigation, came
In Software Architecture - Foundations, Theory and Practice , I can find definitions for

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.