Jump to content

Stewart

Members
  • Posts

    31
  • Joined

  • Last visited

Stewart's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Stewart

    Zip Extraction

    I'm trying to get hold of some script to extract .zip files and possibly one or 2 other compressed filetypes like Gzip. The problem is it needs to be able to run in environments where the Zip library isn't available. I've been having a look around, but all i could find were scripts using the library.Can anyone help me out here please?
  2. also - if there is a function call before the header, that returns a fatal error, and you have stopped the error reporting, you will just get a blank screen.
  3. if you still want people for xhtml/css i could go in for that too
  4. Stewart

    windows username

    :-( still cant get anything to work
  5. Stewart

    windows username

    sorry - i meant can you query active directory with the ip rather than computer name$_SERVER['remote_host'] and remote user are empty unless sspi actually authenticates. what i'm trying to do at the moment is configure sspi to request the user's logon data, but accept it even if it can't validate it, but thats not working very well either.The internet security software on this network uses active directory to get the username somehow, although i dont have access to it so i can't find out how it does that
  6. Stewart

    windows username

    i figured that you can conect to an Active Directory server somewhere else, but if i have the username of the computer of someone accessing the website, can i ask the active directory server who is logged on to that machine?
  7. Stewart

    windows username

    i tried using the sspi module in apache, but because the webserver isnt teh same as the active directory server it would only auth the accounts that existed on the webserver and i couldnt get it to do otherwiseis it possible to query the server for teh username if i have the ip address they are currently logged onto using LDAP OR is it possible to configure SSPI to point to a different server to authenticate the user?
  8. Stewart

    windows username

    i must have read that article like 20 times. i'm als gonna try the vbscript in the last article and see if that will get it
  9. Stewart

    windows username

    i dont suppose it would be possible to query the Active directory server with the local ip of the computer to get this information would it?EDIT:something i havent tried out yet - cant get at the server until monday. but i discovered this site: http://twiki.org/cgi-bin/view/Codev.WindowsInstallModNTLM i'm not sure if it will do what i am after or not
  10. Stewart

    windows username

    drat. ok, thanks anyway
  11. Stewart

    windows username

    i'm trying to design a php powered intranet site for a network. in order to complete part if this site, i need to find the network usernames of all the users who browse this site. all the computers run windows, including the server. (so no neat NDLM authentication module for apache/unix) if it is possible, i would be very grateful if someone could tell me how
  12. Stewart

    gradient

    OR you can use this neat (IE only c/o microsoft) filter: filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=white,endColorStr=Gainsboro); demohttp://web.tampabay.rr.com/bmerkey/example...e-gradient.htmlwhich in my case is fine as the network admins refuse to let us use firefox (it's for an intranet)
  13. Stewart

    gradient

    ok, and that way would be...?
  14. Stewart

    gradient

    is there a simple way to generate a gradient fill in a table cell or a button - i am trying to replace some flash buttons with some plain html buttons, and i am trying to create a vertical gradient on the buttons.can it be done without filling said table with a couple of hundred <div> tags 1px high?
  15. Stewart

    Forums?

    it is an interesting project to work on. i myself am in the middle of designing one myself, although it is slow work
×
×
  • Create New...