This file contains hidden or 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-b4 (true versions comparison and more) | |
* @copyright (c) 2016, 2017 3Di (Marco T.) 21-08-2017 | |
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 | |
* |
This file contains hidden or 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/fb.php - results will be on your screen | |
* @package - fb.php 1.0.0-a1 | |
* @copyright (c) 2016 3Di (Marco T.) 14-Mar-2016 | |
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 | |
*/ |
This file contains hidden or 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
# | |
# phpBB Style Configuration File | |
# | |
# @package phpBB3 | |
# @copyright (c) 2005 phpBB Group | |
# @license http://opensource.org/licenses/gpl-license.php GNU Public License | |
# | |
# | |
# At the left is the name, please do not change this | |
# At the right the value is entered |
This file contains hidden or 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 | |
/** | |
* | |
* @package phpBB Extension - tpotm v1.0.4-a1-(Top Poster Of The Month) | |
* @copyright (c) 2005 - 2008 - 2016 3Di (Marco T.) | |
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 | |
* | |
*/ | |
namespace threedi\tpotm\event; |
This file contains hidden or 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 hidden or 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 | |
/** | |
* | |
* @package Support Toolkit - Reparse BBCode | |
* @version $Id$ | |
* @copyright (c) 2009 phpBB Group | |
* @license http://opensource.org/licenses/gpl-license.php GNU Public License | |
* | |
*/ |
This file contains hidden or 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/default_bots.php) | |
* | |
* @package default phpBB's BOTS v1.0.0-b3 (06-03-2017) | |
* @copyright (c) 2016 3Di (Marco T.) | |
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 | |
* |
This file contains hidden or 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_admin30.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 hidden or 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 then RENAME it to index.php | |
* Into the code find "your site name goes here" and put your Board's/Site's name in there. | |
* SAVE this file. | |
* | |
* Rename your (i.e.: www.mydomain.com/phpBB3/index.php) to something else you like (as a backup) | |
* Upload THIS renamed file to your Board's root (i.e.: www.mydomain.com/phpBB3/) | |
* Point your browser to i.e.: www.mydomain.com/phpBB3/index.php), once finished delete this |