![]() |
It works in vB 3.6.0 as well. There was only a minor change in the instructions. In the 3.6.0 code they added ?do=login after login.php. Simply change the instructions for modifying adminfunctions.php as follows:
In incudes/adminfunctions.php Find: -------------------------------------- Code:
<form action="../login.php?do=login" method="post" name="loginform" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf); js_do_options(this)"> -------------------------------------- REPLACE it with: -------------------------------------- Code:
<?php Find: -------------------------------------- Code:
<input type="hidden" name="vb_login_md5password_utf" value="" /> BELOW it add: -------------------------------------- Code:
<input type="hidden" name="vbpassword" value="" /> |
thanks for the above information, I was just getting around to editing my previous hacks and that was one of my top questions!
the code to search for in the first edit is wrong, though. first edit, find this: Code:
<form action="../login.php?do=login" method="post" name="loginform" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf); js_do_options(this)"> |
Thanks guys I have this working on vB360 now, although I had to put a "," at the end of this code on the login.php on line 83;
Code:
|
Working fine in 3.6
|
It works on 3.6.0
|
Will this work in 3.5.3?
|
*bump*
|
Yes. I used it in 3.5.2, 3.5.3, 3.5.4, and now 3.6.0.
|
rgr,Thank You
|
works great in 3.6 without having to make any adjustments to directions :) thanks boofo
|
All times are GMT. The time now is 06:13 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|