View Full Version : Users having problems logging into the site.
Quelyn
03-09-2005, 05:15 PM
I've scoured this site, Vbulletin.com and VBulletin.org for an answer. this only started happening since I installed VBACMPS so I am going to assume it has something to do with this. I've changed my cookie domain, i've ran the fix login script from VBulletin, I've cleared my cookies, rinse repeat ad infinitum.
The problem I am having is this:
There are two login boxes on the main page. There's one on the top in the navbar and a second one on the left for a VB Module. That one on the left works. The one on the top is not working. Is there some known issue/conflict?
My site is here :
http://www.emocrap.com
Username: Test
password: edison
There's a test account so you guys can try for yourself.
Thanks in advance. If there's already a thread for this I'm sorry, the only login threads I could see had to do with Admin CP and other things like that. I would make a support ticket on VBulletin but since I have hacks installed they will prolly tell me they can't do anything anyway.
Brian
03-09-2005, 05:19 PM
Have you tried reverting your navbar template? If it's been customized for a little while, something may have been added in vB which could be causing the problem.
ConqSoft
03-09-2005, 05:20 PM
That form is posting to:
<form action="login.php"
When it should be posting to:
<form action="/forums/login.php"
Do you have login.php in the list of Navbar Replacements in your CMPS AdminCP?
Quelyn
03-09-2005, 05:23 PM
You guys are like ninjas, that's awesome.
Here's what's in my Navbar Template for it.
<!-- login form -->
<form action="login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password,vb_login_md5password_utf)">
<script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td class="smallfont">$vbphrase[username]</td>
<td><input type="text" class="button" name="vb_login_username" id="vb_login_username4" size="10" accesskey="u" tabindex="1" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
<td class="smallfont" colspan="2" nowrap="nowrap"><label for="label2">
<input type="checkbox" name="cookieuser" value="1" tabindex="3" id="label2" accesskey="c" checked="checked" />
$vbphrase[remember_me]</label></td>
</tr>
<tr>
<td class="smallfont">$vbphrase[password]</td>
<td><input type="password" class="button" name="vb_login_password" size="10" accesskey="p" tabindex="2" /></td>
<td><input name="submit" type="submit" class="button" accesskey="s" tabindex="4" title="$vbphrase[enter_username_to_login_or_register]" value="$vbphrase[log_in]" /></td>
</tr>
</table>
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do2" value="login" />
<input type="hidden" name="forceredirect" value="1" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form>
<!-- / login form -->
That looked right to me...
Quelyn
03-09-2005, 05:23 PM
<form action="login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password,vb_ login_md5password_utf)">
Should I change that bit?
ConqSoft
03-09-2005, 05:24 PM
Where exactly would I look for that?
AdminCP->CMPS->Default Settings.
It's the first section that is there.
ConqSoft
03-09-2005, 05:25 PM
<form action="login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password,vb_ login_md5password_utf)">
Should I change that bit?
Nah, CMPS should change it for you.
Quelyn
03-09-2005, 05:28 PM
AdminCP->CMPS->Default Settings.
It's the first section that is there.
Here's a screenshot (http://www.emocrap.com/screen.jpg)
That top part looks fubar'd to me. But there IS a login.php in there.
Brian
03-09-2005, 05:35 PM
I just took a look at the soruce and the form action seems to be pointing to the right place. I did see this though:
<input type="hidden" name="do2" value="login" />
"do2" should be "do"
Quelyn
03-09-2005, 06:17 PM
And it all comes down to a typo :(
Thanks again for all your help I really appreciate it. This problem has been bugging me FOREVER.
Now all that's left is to find a better spoiler hack :D
Thank you oh wise support ninjas.
vBulletin® v3.7.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.