mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Feb 2003
Posts: 83
L
LO_KEY Offline OP
Babel fish
OP Offline
Babel fish
L
Joined: Feb 2003
Posts: 83
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
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
  • sockwrite -tn ba-irpg GET /idle/playerview.php?player=LO_KEY

Joined: Feb 2003
Posts: 83
L
LO_KEY Offline OP
Babel fish
OP Offline
Babel fish
L
Joined: Feb 2003
Posts: 83
still gettin same msg ... frown(


any help would make me happy
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
Did you put "GET" in uppercase and remove "http://216.32.78.102" from the get line?

Joined: Feb 2003
Posts: 83
L
LO_KEY Offline OP
Babel fish
OP Offline
Babel fish
L
Joined: Feb 2003
Posts: 83
ah koo, thank you much

smile


Link Copied to Clipboard