Hi ppl.
i can't logon the site and retrive data?
did i did anything wrong?

Code:
alias sq sockopen sq www.thesimpsonsquotes.com 80
on *:sockopen:sq:{
  sockwrite -n $sockname GET /random.php?num=1 HTTP/1.1
  sockwrite -n $sockname Host: thesimpsonsquotes.com $+ $str($crlf,2)
}
on *:sockread:sq:{
  sockread %data
  echo -s %data
}