Jump to content

Stewart

Members
  • Posts

    31
  • Joined

  • Last visited

Posts posted by Stewart

  1. 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. 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

  3. 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?

  4. 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?

  5. 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

  6. 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?

  7. 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

  8. 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?

  9. 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?

  10. 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

  11. 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

×
×
  • Create New...