function distribute_referral_bonus($new_user_id, $referrer_id, $amount) { global $mysqli; $levels = [0.20, 0.05, 0.02]; // 20%, 5%, 2% $current = $referrer_id; for ($i = 0; $i < 3; $i++) { if (!$current) break; $comm = $amount * $levels[$i]; $mysqli->query("INSERT INTO ref_commissions (user_id, from_user_id, amount, level) VALUES ($current, $new_user_id, $comm, ".($i+1).")"); $mysqli->query("UPDATE users SET balance = balance + $comm WHERE id=$current"); $next = $mysqli->query("SELECT ref_id FROM users WHERE id=$current")->fetch_assoc(); $current = $next ? $next['ref_id'] : null; } }
The Ultimate Gaming Arena — $200 Free Signup Bonus + 100% Deposit Match!
Cash out before it crashes! Up to 100x.
Min $1.00 - Max $200.00
Sign Up to Play How to PlayBuy tickets for a huge jackpot!
Min $5.00 - Max $500.00
Sign Up to Play How to PlayWatch the rocket fly and cash out before it crashes! Up to 100x.
Min $1.00 - Max $200.00
Sign Up to Play How to Play