PHP Classes

SOCKS version ?

Recommend this page to a friend!

      PHP HTTP protocol client  >  All threads  >  SOCKS version ?  >  (Un) Subscribe thread alerts  
Subject:SOCKS version ?
Summary:?
Messages:6
Author:vMyth
Date:2008-02-13 05:27:16
Update:2008-02-24 11:38:05
 

  1. SOCKS version ?   Reply   Report abuse  
Picture of vMyth vMyth - 2008-02-13 05:27:16
Hello, I'm very glad that the class is now supported connecting through SOCKS server, but I'm wondering which version it uses ? 4 or 5 ? I open the file and I see in the line 402 there is a variable $version = 5. Can you tell me please ? Thank you very much.

  2. Re: SOCKS version ?   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2008-02-13 05:51:17 - In reply to message 1 from vMyth
Its SOCKS 5. I could not find a SOCKS 4 server to test this. Just let me know if you need SOCKS 4 support.

  3. Re: SOCKS version ?   Reply   Report abuse  
Picture of vMyth vMyth - 2008-02-13 06:08:31 - In reply to message 2 from Manuel Lemos
It would be very nice if the class could support both 4 and 5 version and had an argument to choose which version to connecting. Can you add the support for the 4 version please ? Thank you very much. Here I got some working socks 4 servers at the time of this post :

219.148.122.113:1080
61.132.75.199:1080

  4. Re: SOCKS version ?   Reply   Report abuse  
Picture of vMyth vMyth - 2008-02-23 12:49:24 - In reply to message 3 from vMyth
I'm still waiting for this. Could you tell me if there were any progress please ? Thanks.

  5. Re: SOCKS version ?   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2008-02-24 05:15:01 - In reply to message 4 from vMyth
Sorry for the delay. It seems those SOCKS servers you suggested are not working. Meanwhile I managed to setup a SOCKS server that supports SOCKS 4.

I just uploaded a new version that supports SOCKS 4. Just let me know if you have any problems.

  6. Re: SOCKS version ?   Reply   Report abuse  
Picture of vMyth vMyth - 2008-02-24 11:38:05 - In reply to message 5 from Manuel Lemos
I have tried and that was so great ! Thank you very much for your help :)