| Server IP : 202.61.199.114 / Your IP : 216.73.217.139 Web Server : nginx/1.22.1 System : Linux de.arni-solutions.de 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64 User : web20 ( 1018) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/clients/client2/arni-solutions.de/web/slots/ |
Upload File : |
<?php
/**
* Reel Royale – Multi-Slot Plattform
* Geteilte Datenbank & Login mit der bestehenden Slot-Installation.
*/
return [
'db' => [
'host' => 'localhost',
'name' => 'arni_shopping',
'user' => 'arni_shopping',
'pass' => 'zjtcWUpMS5@',
'charset' => 'utf8mb4',
],
// Administratoren (Benutzernamen mit Zugriff auf /admin.php)
'admins' => ['nicomanhattan'],
'app' => [
'name' => 'Reel Royale',
'tagline' => 'Multi-Slot Casino',
'currency' => 'Coins',
'start_balance' => 5000.00,
'daily_bonus' => 250.00,
'public_highscore_limit'=> 100,
'toast_autohide_ms' => 3200,
// Win-Stufen als Vielfaches des Gesamteinsatzes
'win_tiers' => [
'nice' => 5,
'big' => 12,
'mega' => 25,
'epic' => 60,
],
],
'bet' => [
'line_options' => [1, 5, 10, 15, 20, 25], // wählbare Linienanzahl (Spiel kann begrenzen)
'level_options' => [1, 2, 3, 5, 10], // Einsatz-Level (Coin-Wert-Multiplikator)
'coin_value' => 10.00, // Coins je Einsatz-Level je Linie
],
];