I already tried the username:password@domain.com
it does not work. I am not using .htaccess to authenticate users I am using custom php code. Basicly if the username and password matches the database the auth script sets a varaible.
ie $goodauth=1
and at the top of ever page the scripting looks similar to:
if ($goodauth !== "1"){
headerlocation to login.php
} else {
page content
}
So to bypass this I need phpdig to add ?goodauth=1 to every url it tries to spider. Adding the ?goodauth=1 would bypass the login.
Thanks
Chris
|