Jump to content

Stewart

Members
  • Posts

    31
  • Joined

  • Last visited

Everything posted by Stewart

  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
  16. yep - saw that a while ago, really neat code, and very effective - you didnt even notice if you got infected - it just secretly added the messages as you browsed profiles, lol
  17. Stewart

    fsockopen

    yes - i meant request not header. the only thig is i have tried that site, and i can get get to work,m but not post
  18. Stewart

    fsockopen

    have tried some clever use of grey matter instead and came up with a thought - if an smtp stream couldnt get through the proxy then why not send an http stream through and have a php script somewhere on teh other side to translate it into mail - i.e. if i send an html request through this proxy server with teh required data to a php script on an external server with access to mailing fucntions then it could send it insteadunfortuanately this presents a problem ofhaving to send post data behind the scenes.i have with success managed to use the fsockopen command to connect to theis external server via the proxy and send a GET request through to an external scriptbasically sending the following comand out: GET http://www.google.com/search?q=pizza HTTP/1.1 unfortunately because of the size of these emails it cant be sent using GET, needs to use post, but i cant get post to work this way - does anyone know how to write th browser headers for a form post?
  19. Stewart

    fsockopen

    trying to configure phpbb's smtp.php to sent email via a proxy. this file uses the fsockopen command to connect directly to teh smtp server, however i need to connect via proxy instead. does anyone have any idea how i can do this?
  20. Stewart

    asp file contents

    oh well. i had figured out how to parse it beforehand anyway - splitiing up the item elements into an array, then create 2 other arrays for the link and title then just concatenate tehm together into a <marquee>. that way i dont have to somehow learn xsl because i could never get my head around it.im gonna do a quick rewrite now so it can accept GET requests for different feeds, and try and use dhtml to create a floating table with each <item> 's <descripton> onmouseover each feed link. it'll make a change if it works, because i can never get it totally rightanyway - thanks fopr your help
  21. Stewart

    asp file contents

    yep - first version of my new RSS feeder for my page is veiwable here:http://bb.1asphost.com/atkins/rss.aspjust need to move it onto the site now (its on an intranet - i just hope the server will run it: its not exactly a recent version of IIS)atm its locked on the bbc feed, but ill sort that out later
  22. Stewart

    asp file contents

    thanks yahweh - that worked perfectly thanks
  23. Stewart

    asp file contents

    i have used php to get the contents of a file stored on another server - i am trying to do the same thing in asp but i cant figure out how. my aim was to get teh contents of remote xml files and then parse them using another script i have written but i cant get the file contents in the first place
  24. Stewart

    ajax/e4x

    can it be done in asp? and if so/not how do you do it?
×
×
  • Create New...