Author Topic: Website codes  (Read 618 times)

I am making a script that Requires connecting to a web site and reading information coming off of it, like connecting to it, i been searching and i got it connected but i can't read information from the site.
Anyway how?

new HTTPObject(Pah);
function Pah::onLine(%this, %line)
{
    echo(%line);
}

Pah.get("blockland.us:80", "/", "");

k will try that, i tryed dumping console classes&functions and got bout nothing that i would think that would been it.

k will try that, i tryed dumping console classes&functions and got bout nothing that i would think that would been it.
Probably means you don't know how to use it.

i had TCPObject then changed the HTTPObject, crashed after it says
"ERROR: cannot change namespace parent link from TCPObject to HTTPObject.".
EDIT: I tryed it again it kept spamming console like "
Pah Connected
Could not write to socket. Error: Socket is not connected.
"
« Last Edit: November 27, 2009, 09:35:37 PM by Pah1023 »

i had TCPObject then changed the HTTPObject, crashed after it says
"ERROR: cannot change namespace parent link from TCPObject to HTTPObject.".
EDIT: I tryed it again it kept spamming console like "
Pah Connected
Could not write to socket. Error: Socket is not connected.
"
You achieved this error like this

new TCPObject(lol);
new HTTPObject(lol);

Restart Blockland or lol.delete()

I did restart blockland but i will do Name.delete();.
EDIT: Still does it.