This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Usage: --> make sure you have a backup of your Database before to run this tool! | |
* Download and/or unzip the file, upload it to your Board's root (i.e.: www.mydomain.com/phpBB3/) | |
* Point your browser to i.e.: www.mydomain.com/phpBB3/sos_admin.php), it auto-destroys itself once ran. | |
* | |
* This file will create an admin user named Admin1 with a password of admin. From that point you should be | |
* able to get into the ACP. | |
* As soon as you have done this, use the temporary admin account to change the details on the original admin | |
* account, then delete the temporary account. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/*** | |
* Usage: | |
* Download and unzip the file, upload it to your Board's root (i.e.: www.mydomain.com/phpBB3/) | |
* Point your browser to i.e.: www.mydomain.com/phpBB3/right_install.php) and follow instructions. | |
* | |
* @package - right_install.php 2.0.0-b5 (true versions comparison and more) | |
* @copyright (c) 2016, 2017 3Di (Marco T.) 21-08-2017 | |
* @modified (c) 2018 Leinad4Mind 05-08-2018 | |
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 |