Name:
Anonymous
2009-03-01 10:12
halp me plz
ok so i want to do some stuff automatedly at kuro5hin.org.
i need wget to login, but im having problems doing it. has anyone got any experience with this sort of thing?
the html form for the login is action POST, with input field "uname", and password field "pass", and submit button "login" with value "Login"..
so for wget ive got a postfile with this:
uname=MYUSERNAME&pass=MYPASS
but nothign...any ideas???