Reply
How to know the user of an equipment?
Old 05-23-2006, 01:08 PM How to know the user of an equipment?
Average Talker

Posts: 22
Location: Gran Buenos Aires - Argentina

Do you know how to obtain the user of an equipment? For example, the user logs into windows to start working. How can I know who is the user using PHP.
Ludmila283 is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 05-24-2006, 04:42 AM Re: How to know the user of an equipment?
chrishirst's Avatar
Super Moderator

Posts: 13,609
Location: Blackpool. UK
are you asking if you can find who is logged on to a webserver ?

or something else?
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 05-24-2006, 09:26 AM Re: How to know the user of an equipment?
Average Talker

Posts: 22
Location: Gran Buenos Aires - Argentina
To an equipment, it could be a server or any other machine. They could be on a Lan or not.
But dont worry, using PHP I was told the answer on PHP Forum, but perhaps there is another way using some javascript code.
Thank you.
Ludmila283 is offline
Reply With Quote
View Public Profile
 
Old 06-06-2006, 05:20 PM Re: How to know the user of an equipment?
Average Talker

Posts: 22
Location: Gran Buenos Aires - Argentina
My question is who is log into the machine, it could be the webserver or not.
Ludmila283 is offline
Reply With Quote
View Public Profile
 
Old 06-06-2006, 05:27 PM Re: How to know the user of an equipment?
mgraphic's Avatar
Truth Seeker

Latest Blog Post:
Wireless Audio
Posts: 2,320
Name: Keith Marshall
Location: West Hartford, CT
If a user is logged on a http server under Apache, and the php version > 5

PHP Code:
$_SERVER['PHP_AUTH_USER']; // User id
 
$_SERVER['PHP_AUTH_PW']; // User password 
__________________

<mgraphic /> - I don't have a solution but I admire the problem.
mgraphic is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to How to know the user of an equipment?
 

Thread Tools

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

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




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.13217 seconds with 12 queries