Obviously, that result means that the page you are trying to view doesn't exist. Find the correct URL, and change it in your code.

Also, your sockwrite GET line is incorrect. It should be something like this:

sockwrite -n $sockname GET lang/en/aff/runescape/hiscorepersonal.ws?user1= $+ %user HTTP/1.0

That is assuming that you have set %user as a global variable somewhere else before you opened the socket.

Your if iswm line also has a problem. At the end of the line, there should be a space between the ) and {, like this:

if (<span...%temptext) {

When you fix that, you will have a } bracket mismatch. Add another } after the second /echo command.

-genius_at_work

Last edited by genius_at_work; 30/03/06 04:39 AM.