I used LavaLair script
error in WML version
this is the login script
example i have wap.dodomain.com
and i go there via proxy
http://bransontwhite.com/nph-proxy.cgi/0/http/wap.dodomain.com
dont know why the product is always
http://bransontwhite.com/nph-proxy.cgi/0/http/login.php?loguid=asda&logpwd=asda
but if i use
http://bransontwhite.com/nph-proxy.cgi/0/http/dodomain.com/wap
the product is
http://bransontwhite.com/nph-proxy.cgi/0/http/dodomain.com/wap/login.php?loguid=asda&logpwd=asda
error in WML version
this is the login script
PHP Code:
echo "username:<br/><input name=\"loguid\" format=\"*x\" size=\"12\" maxlength=\"30\"/><br/>";
echo "password:<br/><input type=\"password\" name=\"logpwd\" size=\"12\" maxlength=\"30\"/><br/>";
echo "<anchor>login<go href=\"login.php\" method=\"get\">";
echo "<postfield name=\"loguid\" value=\"$(loguid)\"/>";
echo "<postfield name=\"logpwd\" value=\"$(logpwd)\"/>";
echo "</go></anchor>";
and i go there via proxy
http://bransontwhite.com/nph-proxy.cgi/0/http/wap.dodomain.com
dont know why the product is always
http://bransontwhite.com/nph-proxy.cgi/0/http/login.php?loguid=asda&logpwd=asda
but if i use
http://bransontwhite.com/nph-proxy.cgi/0/http/dodomain.com/wap
the product is
http://bransontwhite.com/nph-proxy.cgi/0/http/dodomain.com/wap/login.php?loguid=asda&logpwd=asda
Comment