PDA

Click to See Complete Forum and Search --> : Logging in with URL values??


ChR0NiC
Sep 1st, 2004, 09:50 PM
Is it possible to login for example


index.php?board=;action=login2&user=ChR0NiC&passwrd=blah123&cookielength=1440")


But for the passwrd for contain things like the ; # & signs. It does not work for me, I am actually trying to login to a forum using Inet so I can't seem to figure out how to post or anything. Thanks!

mendhak
Sep 2nd, 2004, 12:28 AM
You can encode these characters in your URL.

http://www.w3schools.com/html/html_ref_urlencode.asp

http://www.freevbcode.com/ShowCode.asp?ID=1512