<form id="loginform" method="post" name="login" action="你的地址/logging.php?action=login&loginsubmit=true">
<input type="hidden" name="formhash" value="c91d7bfc" />
<input type="hidden" name="cookietime" value="2592000" />
<input type="hidden" name="loginfield" value="username" />
<input type="text" id="username" name="username" size="15" maxlength="40" tabindex="1" value="用户名" onclick="this.value = ''" />
<input type="password" id="password" name="password" size="10" tabindex="2" onkeypress="if((event.keyCode ? event.keyCode : event.charCode) == 13) $('loginform').submit()" />
<button name="userlogin" type="submit" value="true">登录</button>
</form>
把“你的地址”改成你的网站就好了 适合静态空间放置页面登陆