Quote:
Originally Posted by Edge
All you really need to do is telnet chat40.myfreecams.com port 80 (but this is not a HTTPD). Beware; it might time you out unless you send the proper connection string, which is "hello fcserver\n\0" followed by "1 0 0 20071025 0 guest:guest\n\0". Seeing as everything is terminated by "\0" I'm assuming this was originally supposed to be a Flash/AS3 xmlsocket:// connection, but it does use WebSockets if available, on the actual site.
|
Can you expand on that? I am interested in getting the list containing the online models. So here is what happened:
- telnet
- open chat40.myfreecams.com 80
It connects to the server. I quickly paste the two following commands.
- send hello fcserver\n\0
- send 1 0 0 20071025 0 guest:guest\n\0
A few seconds passes and the server sends a response.
HTTP/1.1 408 Request Time-out
It says that "Server timeout waiting for the HTTP request from the client." What am I missing here? I would to get the giant videomap too.