The Arcive of vBulletin Modifications Site. |
|
Admin CP styled "invalid password" Details »»
|
|||||||||||||||||||||||||
I don't know about anyone else, but the incorrect password window on the Admin CP really bugs the hell out of me. It's purple, and ugly, and looks well, bad.
I wanted something simple, and something that was styled to look like my Admin CP, so I did this: Open admin/sessions.php Find the line that says: Code:
eval("standarderror(\"".gettemplate("error_wrongpassword")."\");");
Code:
// eval("standarderror(\"".gettemplate("error_wrongpassword")."\");");
Code:
echo "<html><head><link rel=\"stylesheet\" href=\"../cp.css\"><title>Error</title></head>"; echo "<body leftmargin=\"10\" topmargin=\"10\" marginwidth=\"10\" marginheight=\"10\">"; echo "The username and/or password you're attempting to use is invalid."; echo "</body></html>"; exit; Screenshot: Result of an invalid login Any comments are welcome, it should work without any problems, as I've run it on my test board and live board without any problems. Remember, if you use it, hit 'install' Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
lol ive wanted to do this for a while now...
- miSt |
|
#3
|
||||
|
||||
|
So have I, but it wasn't till I was rehacking my board installing Firefly's admin e-mail hack that I realized where to put it.
|
|
#4
|
||||
|
||||
|
lool, short, easy and something everyone wanted to do in the past *gg*
thanks marshalus |
|
#5
|
||||
|
||||
|
Simple, but sweet, thanks for sharing
|
|
#6
|
||||
|
||||
|
can we have a screenshot please?
thanks
|
|
#7
|
||||
|
||||
|
this is a screenshot :
|
|
#8
|
||||
|
||||
|
Nice
![]() Satan |
|
#9
|
||||
|
||||
|
[high]* CeleronXL clicks install
[/high] Very nice.
|
|
#10
|
||||
|
||||
|
Oh, sweet.
*installs*
|
![]() |
|
|