PDA

View Full Version : Password hashes in url



senseihitokiri
10-07-2006, 03:18 PM
I know the topic seems similar to another post, but the topic is on a different matter than that. Basically, through my practice I've noticed that I'm going to need to use urls that have the password hash in it - i.e. using items and such. Is the password has available somehow that I can use to assemble my string. Like for using a seal tooth it would be:


http://127.0.0.1:60080/inv_use.php?pwd=*PASSWORDHASHHERE*&which=3&whichitem=2


I don't quite understand the use of encode and decode URL but they were mentioned in a previous topic just not for this subject.

efilnikufecin
10-07-2006, 03:21 PM
Use:

inv_use.php?pwd=&which=3&whichitem=2
and kolmafia will insert your password hash for you.

senseihitokiri
10-07-2006, 04:03 PM
Awesome, thanks :)