| 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/slot/ |
Upload File : |
<?php
return [
'db' => [
'host' => 'localhost',
'name' => 'arni_shopping',
'user' => 'arni_shopping',
'pass' => 'zjtcWUpMS5@',
'charset' => 'utf8mb4',
],
'app' => [
'name' => 'Lucky Palm Slots v7',
'currency' => 'Coins',
'start_balance' => 5000.00,
'daily_bonus' => 250.00,
'big_win_multiplier' => 12,
'super_big_win_multiplier' => 25,
'public_highscore_limit' => 100,
'jackpot_side_bet' => 25.00,
'toast_autohide_ms' => 3200,
'jackpot_reset' => [
'gold' => 10000.00,
'silver' => 5000.00,
'bronze' => 2500.00,
],
'jackpot_hit_chance' => [
'bronze' => 0.020,
'silver' => 0.008,
'gold' => 0.003,
],
],
'bet' => [
'base_per_line' => 10.00,
'line_options' => [1, 5, 10, 15, 20, 25],
],
'probability' => [
'general_win_factor' => 1.00,
'free_spin_factor' => 1.00,
],
'symbols' => [
'A' => [
'name' => 'Ananas',
'icon' => '🍍',
'type' => 'normal',
'weights' => [20, 21, 22, 21, 20],
'payouts' => [3 => 5, 4 => 15, 5 => 50],
],
'K' => [
'name' => 'Kokos',
'icon' => '🥥',
'type' => 'normal',
'weights' => [19, 18, 17, 18, 19],
'payouts' => [3 => 6, 4 => 18, 5 => 60],
],
'Q' => [
'name' => 'Papagei',
'icon' => '🦜',
'type' => 'normal',
'weights' => [16, 16, 15, 16, 16],
'payouts' => [3 => 8, 4 => 20, 5 => 80],
],
'J' => [
'name' => 'Rum',
'icon' => '🍹',
'type' => 'normal',
'weights' => [14, 14, 13, 14, 14],
'payouts' => [3 => 10, 4 => 25, 5 => 100],
],
'D' => [
'name' => 'Diamant',
'icon' => '💎',
'type' => 'normal',
'weights' => [10, 10, 9, 10, 10],
'payouts' => [3 => 15, 4 => 40, 5 => 160],
],
'M' => [
'name' => 'Maske',
'icon' => '🎭',
'type' => 'normal',
'weights' => [8, 8, 8, 8, 8],
'payouts' => [3 => 20, 4 => 60, 5 => 220],
],
'W' => [
'name' => 'Joker',
'icon' => '🃏',
'type' => 'wild',
'weights' => [5, 4, 4, 4, 5],
'payouts' => [2 => 8, 3 => 25, 4 => 100, 5 => 400],
],
'S' => [
'name' => 'Scatter',
'icon' => '📕',
'type' => 'scatter',
'weights' => [4, 4, 4, 4, 4],
'payouts' => [3 => 2, 4 => 10, 5 => 50],
'free_spins' => [3 => 8, 4 => 12, 5 => 20],
],
],
];