User Profile

Collapse

Profile Sidebar

Collapse
selecto
selecto
Last Activity: Jan 8 '07, 11:58 PM
Joined: Nov 27 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • selecto
    replied to How to get NT login with PHP
    in PHP
    I found this code, it says it should work, but for me it returns the value: 0040, whereas it should return my name, as the person logged into this computer.

    Code:
    <?php
        /*
         Getting netbios info
         CopyLeft 2002 (GNU GPL V2) by polo
        */     
        
        error_reporting(E_ALL);
        
        /* get the ip of the client */
        if (isset($_SERVER
    ["HTTP_X_FORWARDED_FOR"]))
    ...
    See more | Go to post

    Leave a comment:


  • selecto
    replied to How to get NT login with PHP
    in PHP
    Thanks, but this is not what I wanted. I actually want to get the WINDOWS NT login.

    These are username and password to start a computer in a company network for example.
    In other words, the username (NT Login) is stored temporarily on the computer, and not in any Database

    Cheers
    See more | Go to post

    Leave a comment:


  • selecto
    started a topic How to get NT login with PHP
    in PHP

    How to get NT login with PHP

    Hi,

    I am struggling since weeks now to find the way to get the NT login of the user connected to a page. We are a group using an intranet with Windows NT and we use PHP for some applications.

    Question is what is the way to get in a variable the NT login, to create a session or a cookie for example, without having to ask for login data again, since the user is already logged in?

    Thanks in advance
    See more | Go to post
No activity results to display
Show More
Working...