01-06-2006, 10:39 PM
Http works like this:
At first, Connect to server, then, using the same variable, call FileGet one or more times. In this case (qm forum), username and password cannot be used here (you must be interactively logged in).
str a
Http c.Connect("www.quickmacros.com" "username" "password")
c.FileGet("forum/profile.php?mode=editprofile" a)
At first, Connect to server, then, using the same variable, call FileGet one or more times. In this case (qm forum), username and password cannot be used here (you must be interactively logged in).