Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by JavaDoctor

  1. JavaDoctor

    Cookies - sending saved values in httprequest

    I'm really beginning to think the only way of doing this is to use reflection to find the cookie folder and suck out the string. That's pretty poor as a solution tho...or is it? Just seems like there should be a method somewhere to help???
  2. JavaDoctor

    Cookies - sending saved values in httprequest

    I'm starting to think this is as bad as figuring sockets out :) No-one seems to know what to do. OK I've made some progress but still stuck. I can use the data in the required cookie and send it in the httprequest as hard-coded as a test. Of course I need this to be part of the request process...
  3. JavaDoctor

    Cookies - sending saved values in httprequest

    Hello, I'm just going around in circles with this so I'm hoping someone may know the answer here. Scenario - my community website utilises cookies to persist login/role data to control what I can see in a web browser according to level. If I have logged in today my cookie means it will remember...
  4. JavaDoctor

    Winsock/Internet Connectivity

    Sorry if this has been covered before as I couldn't find anything. Where can I find SIMPLE tutorials/code examples for establishing tcp/ip connections or sending receiving UDP datagrams using winsock/tcp/udpclient controls? All I can find is way over my head (not difficult) and I'm sure...
  5. JavaDoctor

    PHP --> VBScript Encoding Issue? (UDP server query)

    Hello, I just sorted out connecting to a Games Server via UDP with a socket from Catalyst courtesy of assistance from another thread. The connection is working and giving me a disconnect message which tells me it is working but I need to send a diferent query string. I have a query string that...
  6. JavaDoctor

    VBScript and Winsock

    Terrific! Yup I have a working UDP connection to the server I need. I know this as I'm getting a response which tells me I'm not sending it the correct query! SocketWrench is giving me the conduit I need and now I think the issue is some sort of encoding problem :) Many for your help. Job done...
  7. JavaDoctor

    VBScript and Winsock

    Just following this thread...I hope Beth got herself sorted... Can anyone suggest how I can get something like w3sockets or toolsack socket for UDP instead of HTTP or TCP? I need to query a server that will only accept UDP and can find no tools to let me do this via VBScript/WSH. Also I don't...

Part and Inventory Search

Back
Top