vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Admin Password (https://vborg.vbsupport.ru/showthread.php?t=323575)

ennio37 10-05-2016 06:52 AM

Admin Password
 
Hello, There is a guide to change the Admin password on vBulletin 4

thanks for help

Dave 10-05-2016 10:29 AM

UPDATE user
set password = MD5(concat(MD5('NEWPASSWORD'), user.salt))
WHERE userid = <USERID>

ennio37 10-06-2016 06:43 AM

Quote:

Originally Posted by Dave (Post 2576619)
UPDATE user
set password = MD5(concat(MD5('NEWPASSWORD'), user.salt))
WHERE userid = <USERID>



Thanks for the reply Dave, but it is Chinese for me, there is a guide that explains step by step what to do?

cellarius 10-06-2016 09:10 AM

Quote:

Originally Posted by ennio37 (Post 2576609)
Hello, There is a guide to change the Admin password on vBulletin 4

thanks for help

Where do you want to change it? Dave gave you the mysql statement to change it directly in the database.

If you don't need to do that, just change your password in the UserCP like every other user. No difference.

Stratis 10-06-2016 12:12 PM

Quote:

Originally Posted by cellarius (Post 2576662)
Where do you want to change it? Dave gave you the mysql statement to change it directly in the database.

If you don't need to do that, just change your password in the UserCP like every other user. No difference.


As cellarius says, but if it does not lets you to change and get the following:
Sorry, this user is protected from being altered in the config.php file by the $config['SpecialUsers']['undeletableusers'] variable.

Than in ftp includes/config.php file find this line:
$config['SpecialUsers']['undeletableusers'] = '1';

and change to

$config['SpecialUsers']['undeletableusers'] = '';


Actually we delete the number 1

ennio37 10-06-2016 12:27 PM

Quote:

Originally Posted by cellarius (Post 2576662)
Where do you want to change it? Dave gave you the mysql statement to change it directly in the database.

If you don't need to do that, just change your password in the UserCP like every other user. No difference.


wen I tray he say me that
Sorry, this user is protected from being altered in the config.php file by the $config['SpecialUsers']['undeletableusers'] variable.

cellarius 10-06-2016 12:30 PM

As stratis said: Then change that setting. It even tells you where to do that. Change the password, then reapply the protection.

ennio37 10-07-2016 05:07 AM

Quote:

Originally Posted by Stratis (Post 2576672)
As cellarius says, but if it does not lets you to change and get the following:
Sorry, this user is protected from being altered in the config.php file by the $config['SpecialUsers']['undeletableusers'] variable.

Than in ftp includes/config.php file find this line:
$config['SpecialUsers']['undeletableusers'] = '1';

and change to

$config['SpecialUsers']['undeletableusers'] = '';


Actually we delete the number 1


Hi, I have succeeded thanks all


All times are GMT. The time now is 07:13 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00969 seconds
  • Memory Usage 1,725KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete