注册 登录
编程论坛 JavaScript论坛

高手帮忙,关于网页游戏的代码

yfdn0195 发布于 2010-07-08 23:11, 668 次点击
http://lt1.sg.
上面我玩的游戏的主页,请问能不能做个登陆器,自动登录,谢谢
<form method=post action="http://lt1.sg.

target="_black">
<input type=hidden  name=time value=""/>
<input type=hidden  name=act value="login"/>
<input type=hidden  name=host value="ssl"/>
<input type=hidden  name=username value="yfdn0195"/>
<input type=hidden  name=passwd value="5785020"/>
<input  type=submit  value="备注1"/>

就是这样代码复制到文本另存为.html的文件打开就变个登录器了
能不能通过以上代码进行改进,谢谢高手帮忙!
3 回复
#2
gupiao1752010-07-23 01:31
PHP如果禁止从外部提交提交,你怎么设置都没有用。不能跨域!
#3
icecool2010-07-23 19:31
    <form method="post" action="https://passport. >
    <div class="box_bj">
      <ul>
        <li class="sg_txz"><img src="http://sg. /></li>
        <li class="text_bj"><input  class="this_input" name=username id="username" type="Text" value="username" maxlength="20" /></li>
        <li class="sg_pass"><img src="http://sg. /></li>
        <li class="text_bj"><input  class="this_input" name="password" type="password" id="password" value="password" maxlength="50" /></li>
        <li class="login_bar"><input type="image" name="Input" src="http://sg. /></li>
      </ul>
    </div>
    </form>
你把上面的USERNAME和PASSWORD改成你的用户名和密码试试看,这个页面好像是可以登录的
#4
yfdn01952010-07-24 16:30
回复 3楼 icecool
你好,怎么弄呢,能不能加我的QQ408166561教我呢
1