Created: 20/05/2025
By: All-Scripts
Email: info@all-scripts.de
Thank you for purchasing our game. If you have any questions that are beyond the scope of this help file, please feel free to email via user page contact form here. Thanks so much!
What is the Daily Wheel Bonus Game?
The Daily Wheel Bonus Game is a captivating and interactive feature designed to motivate your users to return to your site every single day. It's incredibly simple: Once a day, your users can spin the Wheel of Fortune and secure an attractive bonus.
Why Your Users Will Love It:
• Daily Excitement: Spinning the wheel every day provides a moment of anticipation and thrill.
• Easy to Use: The game is intuitive and simple to understand – your users can start immediately.
• Exclusive Rewards: The combination of the wheel win and the multiplier allows for attractive and continuously growing bonuses.
• Strengthens Engagement: The daily incentive makes returning to your platform a regular part of your users' routine.
You'll Benefit From:
• Increased User Retention: The Daily Wheel Bonus Game encourages daily interaction with your site.
• Higher Engagement Rates: More visits mean more activity and interaction on your platform.
• New Customer Acquisition: An attractive bonus game can also draw in new users.
• Improved Customer Loyalty: Reward your most loyal users and strengthen their devotion.
Features:
• Audio / Musik on off
• Multilanguage Support (German, English, Spanish, French, Portuguese, Russian, Chinese, Hindi, Arabic, Bengali, Urdu, Indonesian, Japanese)
Implement the Daily Wheel Bonus Game today and transform your website into an interactive experience your users will love!
The ZIP package contains the game with 2050 x 1750 resolution that scales to fit the current screen device.
The game is fully compatible with all most common mobile devices.
To install the game:
private $servername = ''; // Your database server
private $username = ''; // Your database username
private $password = ''; // Your database password
private $dbname = ''; // Your database name
Modify the user detection with userid, in this example we use a SESSION based id:
public function isUser(): bool {
// Check is a registered member
if (isset($_SESSION['uid'])) { // as example with session userid
$this->userId = $_SESSION['uid']; // Set the Userid
return true;
}
return false;
}
Modify the booking of the bonus, in our case we write to the table user in the field points the bonus:
$sql = "UPDATE user SET points = points + ? WHERE uid = ?"; // declare your user table and the credits / points field
to this (with the size you like):
{
"activ": 1, // Game activ 1 = yes 0 = no
"multis": [
1,
1.5,
2,
2.5,
3,
4,
5
],
"wins": [ // the posible wins
600,
100,
200,
1250,
250,
300,
350,
1000,
450,
500,
2000,
50,
700,
150,
1500,
550
],
"chances": [ // the weights for the wins
20,
380,
60,
7,
55,
50,
45,
9,
35,
30,
2,
400,
15,
360,
5,
26
]
}
The game can be accessed via the URL with the additional parameter `?lang=`, to select the desired language. The following languages are supported:
This game contains two JavaScript files.
Once again, thank you so much for purchasing this game. Fell free to contact us if you have any questions or issue relating to this game. No guarantees, but we'll do our best to assist.