![]() |
I added // in front of the line. If I renamed the function it hung.
|
I thought that's what you meant. If you do that the old function's content (all the stuff between the opening and closing curlies) executes when the file loads. That why it put a box (actually a textarea) up in the corner.
Just restore adminfunctions.php to the original and we can deal with that later. I don't know what you mean by "the function hung" |
Well now I am getting failed login attempts. At least it is progress. How do I reset he password? I tried to reset it via the File Manager Admin section and set the password options to both no. I then entered my user ID and a password. It says saved but when I login it says incorrect user name or password.
|
You should enter your user NAME and password but if you entered a user ID you would get a message "No match for 1234"
To reset the password just set it again as you did the first time. |
Is your browser filling in the password? I can't remember if it does that. If it does that's your regular password, so type in the correct file manager password. Use local storage settings to store the new password once you get going.
For an initial test, use the simplest password of all, just "a". There's less chance of mistyping. |
Wow this is pretty sharp. I've tagged it.
|
Quote:
|
I'll do a fresh install and see if I can figure out what's going on.
@ hoangserip: What browser are you using? |
I found the problem. You can either install the new version of the filemanager files or do the following edits in filemanager/admin.php:
On line 169, filemanager/admin.php Find: Code:
$password = hash('sha512', trim($vbulletin->GPC['password']) . $admin['salt']); Code:
$password = hash('sha512', trim($vbulletin->GPC['sha_password']) . $admin['salt']); On line 254, filemanager/admin.php Find: Code:
print( ' Code:
print( ' |
I've just updated File Manager to Version 1.2. This new version uses sprites for faster loading. I tried to identify all the different file types and make icons for them but I may have missed some. If you need other icons I included a sprite factory with detailed instructions in the images directory.
There were some bugs I fixed too. There was a problem copying multiple directories in a single operation and changes in the directory structure weren't always reflected in the directory tree afterwards without closing and re-opening the parent directory. I fixed some problems with the textarea large edit box for templates, plugins etc too. If you find any bugs please let me know. I want this to work perfectly! |
All times are GMT. The time now is 02:10 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:
|