Thanks for the help.
I'm rather new at this so bare with me a little longer

The code above brought me to his page successfully (I wasn't using the http/1.* headers.

How would I then navigate to a page on his site in a subdirectory.

Normally I would do something like the following
Code:
sockwrite -n echo2 GET /g7/idlerpg/players.php


How would you do this with the HTTP headers?

I've read the article and was under the impression it was as follows:
Code:
GET /path/to/file/index.html HTTP/1.0


Which in my case would be
Code:
sockwrite -n echo2 GET /g7/idlerpg/players.php HTTP/1.0


which brings up a 404.
http://jotun.ultrazone.org/g7/players.php

Thanks for your continued assistance.