I want to learn how to use Moo Sock, but there is only one good article on TDC about it. If anybody knows how to use it, can you please write some articles, or maybe a course on KA.
Happily Using Mac Now
I Officially Leave-d !
Deleted User
15th April, 2006 at 16:32:38 -
+when you need to get the file/page
-moosock connect "domain.com" (don't add http://) on port 80
+moosock on connect
-moosock send text line "GET /page.php HTTP/1.1"
-moosock send text line "Host: domain.com:80"
+moosock on recieved
-editbox set text to Recv$( "MooSock", 10000 )
might make a tutorial
note:
you probably you'll get the headers too.
the headers are not shown on the view source of the browser because they're un needed to view the page and the browers use them to get info about the page such as:
what cookies to add
if the file should be cached
MooSock is just one of those things that does a lot of stuff, stuff that you wouldn't normally find useful. So to say you want to learn MooSock is kind of a blind hit, you need to say what you want to do with MooSock, then we can help you out.
Assault Andy Administrator
I make other people create vaporware
Registered 29/07/2002
Points 5686
16th April, 2006 at 01:07:55 -
It does most internet related things you could ask for. It can connect to any protocol and should be able to use any protocol (as long as you know the write commands). Most people use it for binary transfers, connecting to websites etc. But it can also be used just like moogame\click.
As in:
Connect to another computer,
Send Text "Hey"
MooClick never works?
Maybe you just can't get it too work..
This is a signature. Have this one on me.
Deleted User
16th April, 2006 at 19:22:12 -
i used your example cca and i didn't got it to work at my computer.
but moogame does work for everyone i know.
my friend made a game with mooclick, it worked over lan but it didn't work out of it
MooClick has never given me any problems, MooGame however, has. The only reason MooGame doesnt give many people issues, is because its designed alot like Moo2, which alot of people find easier to use then MooClick.
MooClick works perfectly fine over WAN - not just LAN. The client you tested was probably not "coded" right, or you had ports blocked on your router/firewall.