mIRC Homepage
Posted By: LO_KEY Getting info off website thru socks... - 14/01/05 11:09 PM
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
Posted By: Iori Re: Getting info off website thru socks... - 14/01/05 11:46 PM
  • sockwrite -tn ba-irpg GET /idle/playerview.php?player=LO_KEY
Posted By: LO_KEY Re: Getting info off website thru socks... - 15/01/05 12:24 AM
still gettin same msg ... frown(
Posted By: Iori Re: Getting info off website thru socks... - 15/01/05 01:27 AM
Did you put "GET" in uppercase and remove "http://216.32.78.102" from the get line?
Posted By: LO_KEY Re: Getting info off website thru socks... - 18/01/05 03:19 AM
ah koo, thank you much

smile
© mIRC Discussion Forums