Update Installing Automatic phpMyAdmin for Pterodactyl

Arnaud Lier 2024-06-23 12:25:02 +00:00
parent 189118770c
commit 0df8d3d9a0

@ -82,9 +82,9 @@ $cfg['Servers'][$i]['LogoutURL'] = 'token-logout.php';
You can now edit the file `token.php` that you just uploaded, to fit your needs :
1. `$encryption_key` (line 14) and `$encryption_iv` (line 16) : These variables must have the same values set in the Pterodactyl side (More information on how to generate these [here](https://github.com/AktiCube/themes-and-addons-documentation/wiki/Q&A-(Automatic-phpMyAdmin)#q-how-to-generate-an-encryption-key-and-iv--)).
1. `$encryption_key` (line 14) and `$encryption_iv` (line 16) : These variables must have the same values set in the Pterodactyl side (More information on how to generate these [here](https://git.ric-rac.org/ric-rac/addons-documentation/wiki/Automatic-phpMyAdmin-Q%26A#q-how-to-generate-an-encryption-key-and-iv)).
2. `$cookie_name` (line 18) : The name of the cookie to get data from, must be the same as in Pterodactyl side.
3. `$cookie_domain` (line 20) : The domain of the cookie, like the cookie name, must be the same as in Pterodactyl side (More information on how to choose one [here](https://github.com/AktiCube/themes-and-addons-documentation/wiki/Q&A-(Automatic-phpMyAdmin)#q-why-should-i-put-a--at-the-beginning-of-my-domain-name-when-my-pterodactyl-and-phpmyadmin-installation-are-on-a-different-subdomain)).
3. `$cookie_domain` (line 20) : The domain of the cookie, like the cookie name, must be the same as in Pterodactyl side (More information on how to choose one [here](https://git.ric-rac.org/ric-rac/addons-documentation/wiki/Automatic-phpMyAdmin-Q%26A#q-why-should-i-put-a-at-the-beginning-of-my-domain-name-when-my-pterodactyl-and-phpmyadmin-installation-are-on-a-different-subdomain)).
# Configuration