Write socket through proxy ?

04/13/2016 17:28 SlayZ85#1
Hello everyone,

I am trying to write to a server with a socket, but I want to use a proxy to make that connection, can you help me do that please ?

Here is my proxyless socket connection :

04/13/2016 17:37 Devsome#2
Here you go: [Only registered and activated users can see links. Click Here To Register...]
04/13/2016 18:11 SlayZ85#3
Hello, thank you for your fast answer, so I went to the link you gave me, and got me redirected to another thread, which talks about cURL and Sockets, so I used this code, but the server won't return me a response ...
My code:

Edit: I also tried adding the simple line socket_bind, but it returns me could not bind socket.. The proxy is use is a chinese socks4/5 proxy, should I use a http proxy instead? (I want to send a packet to a official game server)

Up, help please?