Yeah, so my mod CP is broken. I'm on IF boards. Every time I try to use the mod CP to either delete or move a thread it's bringin me to the log in page (I'm logged in) and telling me that the user name "user name" doesn't exist.
It was working fine before, and the only thing I'd added to my code the last few days is a Quick Log-In.
EDIT: Ok, so I removed the quick log-in code and now everything works again. Does anyone know why the quick-log-in would have broken my Mod CP? And does anyone know where I can get a code that won't break it?
Could you post the code of the Quick-Log In?
Some Quick-Log In codes don't work. Some will screw your board up, and others will simply not log you in. I use the following code:
| CODE |
<form action="http://z#.invisionfree.com/yourboardname" method="post"><input name="act" value="Login" type="hidden"><input name="CODE" value="01" type="hidden"><input name="s" value="" type="hidden"><input name="referer" value="act=Login&CODE=01&CookieDate=1" type="hidden"><input name="CookieDate" value="1" type="hidden"><input size="20" maxlength="64" name="UserName" class="forminput" value="username" type="text"> <br><input size="20" name="PassWord" class="forminput" value="galaxynearyou" type="password"> <br><input class="forminput" value="Log In" type="submit"></form>
|
| CODE |
<form style='display:inline' action="YOURSITEHERE/index.php?act=Login&CODE=01&CookieDate=1" method="post"> <div align='center'><strong>Quick Log-In </strong><br> <input type="text" class="forminput" size="10" name="UserName" onfocus="this.value=''" value="User Name" /> <br> <input type='password' class='forminput' size='10' name='PassWord' onfocus="this.value=''" value='mimrocks' /> <br> <input type='submit' class='forminput' value='Go' /> |
That's the code I was using - but I'll try yours now and see if that one works. Will let you know how it turns out in a few min.
Ok, your code didn't mess with my mod CP. But my only problem with it is that you have to highlight the ***** in the password portion otherwise if you jsut say TAB from the username bit it just adds on to the **** already in the password box. But I'll live with it if you don't know how to get rid of it.
Thanks for your help.