Is it possible to get a User's Local machine identity?
If I want to dig out which user has access my online application, I need to grab his/her machine's identity (I dont want ISP's address which is there in $_SERVER['REMOTE_ADDR']). An ISP can be shared by many users. I want to fine tune to specific user who accessed my application.
|
Go4Expert Founder
|
![]() |
| 13Sep2010,16:29 | #2 |
|
IP and Cookie combination is your best option
|
|
Go4Expert Member
|
|
| 13Sep2010,16:37 | #3 |
|
1. IP we get is of ISPs IP I guess, isnt it?
2. A cookie would return only what my application would set on the local machine, isn't it? How would I get some which I dont set? |
|
Go4Expert Founder
|
![]() |
| 13Sep2010,16:59 | #4 |
|
You want to uniquely identify user with his machine identity and so if you can place cookie to read he is unique. Let me know if you are trying something else.
|
|
Go4Expert Member
|
|
| 13Sep2010,17:26 | #5 |
|
Let me give some more insight.
I am creating a hotel booking service website. I want to capture as much info as possible about the user and his machine. If he messes around with the booking system (involving payment system also) then I might blacklist him. A user can be identified by login id /password but only when he/she is logged in. I have an option of allowing somebody using this service(hotel booking etc) with even logging in ie as anonymous. In this there would be possibilities of hack attempts and all. Here, I want to capture user's machine's identity. |
|
Go4Expert Founder
|
![]() |
| 13Sep2010,17:27 | #6 |
|
I think you are thinking too much. Payment systems hacking can be prevented by the payment processing system only and if you want to black list cookies+ip is your best choice if you allow anonymous buying of your product
|
|
Ambitious contributor
|
|
| 16Sep2010,13:38 | #7 |
|
if you want ISP use this
PHP Code:
|
|
Go4Expert Member
|
|
| 16Sep2010,17:17 | #8 |
|
I have seen that my ISP keeps changing my IP sometimes.
|
|
Go4Expert Founder
|
![]() |
| 16Sep2010,19:42 | #9 |
|
Skilled contributor
|
![]() |
| 17Sep2010,17:34 | #10 |
|
use google analytics the best probably
and php cannot get internal stuff its server side you JS instead but you can hardly get the computer name still says google analytics worth trying |



