Quote:
Originally Posted by a43079
If anyone can help with my VB_A page i dont know why i cant login via VB_A if anyone has any idea's please help my here is the page http://erowebs.org
and a account you can use to login
U/N: homet
P/W: homet
please.... :ermm:
|
something i notice :
vbulletin navbar
Code:
<!-- login form -->
<form action="forums/login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password)">
<script type="text/javascript" src="forums/clientscript/vbulletin_md5.js"></script>
<table cellpadding="0" cellspacing="3" border="0">
<tr>
<td class="smallfont">User Name</td>
<td><input type="text" class="button" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="1" value="User Name" onfocus="if (this.value == 'User Name') this.value = '';" /></td>
<td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="3" id="cb_cookieuser_navbar" accesskey="c" checked="checked" />Remember Me?</label></td>
</tr>
<tr>
<td class="smallfont">Password</td>
<td><input type="password" class="button" name="vb_login_password" size="10" accesskey="p" tabindex="2" /></td>
<td><input type="submit" class="button" value="Log in" tabindex="4" title="Enter your username and password in the boxes provided to login, or click the 'register' button to create a profile for yourself." accesskey="s" /></td>
</tr>
</table>
<input type="hidden" name="s" value="cdc70817ec21bcd5a80bdebb530c2637" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="forceredirect" value="1" />
<input type="hidden" name="vb_login_md5password" />
</form>
<!-- / login form -->
vbadvance login crumb
Code:
<script src="forums/clientscript/md5.js" type="text/javascript"></script>
<form action="forums/login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password)">
<input name="vb_login_md5password" type="hidden" />
<input name="s" type="hidden" value="" />
<input name="do" type="hidden" value="login" />
i notice the hidden input "s" carries nil value... could this be why you can't login? Probably u want to see what variables vbulletin navbar is using and applies it to vbadvanced login crumb...
anyway i disable this login since i will be using vbulletin navbar.
by the way I notice in my vbulletin navbar, yours shows as Ero Web Services instead of Home, how did you change it? I tried searching in phrase manager but can't find a right one...