Basic 7...
EMOKID wrote: I have done that , but as i said , it doesnt change the value of the cookie when i edit it.
Am i doing it wrong , i am opening the cookie information page, using the webmaster toolbar, then clicking edit on the cookie, then entering the binary, and then clicking ok, but the value doesnt save.
It is very simple code….imagine you have a cookie and you want to change the variable authentification=false to true……..all you need to do is write in the url bar javascript: alert(document.cookie="authentification=false") and this changes the variable authentification to false. Now do the same with username.
I'm on this one too and i don't manage to login. I tried to insert some crap to send me to the page: Sorry you are not authenicated , and to change the cookie from there and refresh the page after that but it doesn't work. I have a question….when you encript a text in ascii and obtain a code let's say "45 87 91" how am i supposed to write it in the cooke…with spaces between the numbers or without? Must i encrypt the password to ascii too? Cheers, Razvan