i keep gettin this error when tryna retrieve the info

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>501 Method Not Implemented</title>
</head><body>
<h1>Method Not Implemented</h1>
<p>GET to /idle/playerview.php not supported.<br />
</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>
<hr />
<address>Apache/2.0.40 Server at 216.32.78.102 Port 80</address>
</body></html>

here is the code to how i am tryna get the info...

Code:
alias test-irpg {
  echo -a testing
  sockopen ba-irpg 216.32.78.102 80
}
on *:sockopen:ba-irpg: {
  sockwrite -tn ba-irpg get http://216.32.78.102/idle/playerview.php?player=LO_KEY
}


thx for any help in advance


any help would make me happy