PDA

View Full Version : How to drop a path in a script in 8.1?



ckb
06-30-2006, 03:42 PM
I would like to drop a teetotaler path via a script command but I can't seem to get this to work out.

Anyone know how to do it?
Thanks,

ckb

macman104
06-30-2006, 08:55 PM
I would like to drop a teetotaler path via a script command but I can't seem to get this to work out.

Anyone know how to do it?
Thanks,

ckb
Hmm, I don't believe there is an actual script command for that. Most likely you'd have to submit a raw url. However, to drop a path, it requires checking a checkbox, and then clicking a confirmation button. I'm thinking for now, you'll need to do this part on your own. I say for now, on the outside chance that hola or veracity decide to add a way for you to do this, but there are no guarantees.

cjswimmer
06-30-2006, 10:12 PM
I use this for every run since I drop teet after the friars:

cli_execute("account.php?action=unpath&pwd&confirm=on");

Nightmist
06-30-2006, 10:45 PM
However, to drop a path, it requires checking a checkbox, and then clicking a confirmation button. I'm thinking for now, you'll need to do this part on your own.


Just so you know all those checkboxes and stuff do is alter the post data that is sent to the server. So really if you just pull the source code (Or just firefox and view page info) and find what those values are then you can just stick them into the raw URL submission.[/BadTechnicalStuff]

macman104
06-30-2006, 10:48 PM
I use this for every run since I drop teet after the friars:

cli_execute("account.php?action=unpath&pwd&confirm=on");
Heh, shows what I know