1.5 KiB
1.5 KiB
Unalike Setup Templates
Copy the PHP files from this directory to the parent directory and follow the steps in the comments to finish the setup.
For the sake of readability, I'll list the basic steps here.
IRC Authentication
- Copy
/setup_help/account.phpto/account.phpOR create a new file and write<?phpto its first line. - Get your IRC details from the Bancho IRC Setup page and copy the contents from the slightly darker box to the file. Make sure to keep the first line as
<?phponly.
Reference picture of the Bancho IRC Setup page. If the page has changed since, please open an issue.
osu! API Authentication
- Copy
/setup_help/api_key.phpto/api_key.php - Change the
$api_keyvariable's contents to yourAPI Keyfrom the API Registration page. - Register a new OAuth application in your profile settings.
- Change the
$client_id,$client_secret, and$callback_urito their given values respectively.
Unalike Shared Local Secret For Anti-abuse
- Copy
/setup_help/local_secret.phpto/local_secret.php - Change the
$local_secretvariable's contents to a secure and preferably long string of numbers and letters.
(Using symbols and special characters in the local secret is possible but discouraged.)
