123
-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|622|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
Socoder -> Blitz -> TCP help

Tue, 09 Sep 2008, 16:53
Jayenkai
try GET temp.html... not the whole url..
Tue, 09 Sep 2008, 23:51
Afr0
Random guess: Byethost uses SSL?
Wed, 10 Sep 2008, 07:00
flying_cucco
No SSL...

Try making a more complete header. "Host" at least is usually required.

GET /temp.html HTTP/1.0
Host: tikihead543.byethost33.com
User-Agent: Tikihead
Wed, 10 Sep 2008, 13:26
flying_cucco
Actually, I tried this and I get 302 redirected through to one if several decidedly dodgy pages (Opera blocks them as malware/fraud). What webhost is this?
Wed, 10 Sep 2008, 14:05
flying_cucco
GET /temp.html HTTP/1.1
User-Agent: Mozilla/4.0 (compatable; Tikihead)
Host: tikihead543.byethost33.com
Accept: Text/html
Connection: close


A nice, proper 1.1 header that works. Just mind out that apache likes to put numbers before and after the body (content length?)
Thu, 11 Sep 2008, 16:58
flying_cucco
You need to let the server know you've finished sending your request, otherwise it will just time out.

WriteLine(Quicky, "GET /temp.html HTTP/1.1")
WriteLine(Quicky, "User-Agent: Mozilla/4.0")
WriteLine(Quicky, "Host: tikihead543.byethost33.com")
WriteLine(Quicky, "Accept: text/html")
WriteLine(Quicky, "Connection: close")
WriteLine(Quicky, Chr($A)) ;linefeed to end request
Fri, 12 Sep 2008, 04:07
flying_cucco
Hmm, I get the same problem (dodgy redirection) in Opera, but only sometimes.

Maybe try a different host? I know JNK allows you to upload files here, and the server is configured to play nice (see the scoreboard thing).
Fri, 12 Sep 2008, 10:29
flying_cucco
For free? Probably not.