You should open a socket on which page you wanna connect and get source codes.
eg:
alias getsource sockopen sourcesock www.mirc.com 80
on *:sockopen:sourcesock: $iif(!$sockerr, sockwrite -n $sockname GET www.mirc.com)
on *:sockread:sourcesock: {
sockread %tmp~
$iif(!$window(@tmp),window -k0ez @tmp,echo @tmp %tmp~)
}
I don't know how to login manually but I am thinkin about a way to do like creating a cookie file..
you gotta find some data about sending password by using domain names like;
"sockwrite GET page.com/forums/yourname/password"
and some data about post method
and creating cookie for which uses post method..
and I don't know any way.. am not good in scripting..