Ripped the upgrade page might aswell share
First make a document called upgrade.php
Paste this code inside.
Then put that php file into your root directory. After that go into templates>Global templates and make a new template called upgrade.
Paste the following code inside that template.
First make a document called upgrade.php
Paste this code inside.
Code:
<?php
define('IN_MYBB', 1); require "./global.php";
add_breadcrumb("Custom Usergroups", "upgrade.php");
eval("\$html = \"".$templates->get("upgrade")."\";");
output_page($html);
?>
Then put that php file into your root directory. After that go into templates>Global templates and make a new template called upgrade.
Paste the following code inside that template.