Jump to content

donpo111

Member
  • Posts

    147
  • Joined

  • Last visited

Reputation Activity

  1. Fire
    donpo111 got a reaction from MdSHBiR247 in 🥇$9,000 Quest for Glory! | VIP Originals🔥   
    casino:479635231154
  2. Fire
    donpo111 got a reaction from zlatan61 in Weekend Stream + Giveaway   
    donpo111
  3. Fire
    donpo111 got a reaction from Crumble90 in $3,000 Slots Forum Challenge   
    casino:479636055049
  4. Fire
    donpo111 reacted to NemanjaPi in 🎭 Phantom Theater 🎭   
    :root { --card: rgba(10, 20, 38, 0.75); --line: rgba(255,255,255,0.12); --text: #f5f7fb; --muted: #a7b4c9; --gold: #f7c948; --volt: #00e5ff; --freq: #f7c948; --shadow: 0 20px 60px rgba(0, 0, 0, 0.28); } .glass-card { border: 1px solid var(--line); border-radius: 28px; padding: 28px; margin-bottom: 20px; background: linear-gradient(135deg, rgba(247, 201, 72, 0.08), transparent 40%), linear-gradient(225deg, rgba(0, 229, 255, 0.06), transparent 40%), linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)), var(--card); box-shadow: var(--shadow); backdrop-filter: blur(14px); color: var(--text); } .section-title { color: var(--gold); font-size: 24px; font-weight: 700; margin-bottom: 10px; } .center { text-align: center; } .muted { color: var(--muted); } .hero-wrap { position: relative; } .badge { position: absolute; top: 18px; right: 18px; display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 18px; border-radius: 999px; border: 1px solid rgba(0, 229, 255, 0.45); background: rgba(0, 229, 255, 0.05); color: #fdfefe; font-size: 14px; letter-spacing: 0.4px; font-weight: 700; box-shadow: inset 0 1px 0 rgba(0, 229, 255, 0.1); overflow: hidden; z-index: 5; } .separator-line { width: 100%; max-width: 420px; height: 1px; margin: 18px auto; background: linear-gradient( 90deg, rgba(247,201,72,0), rgba(247,201,72,0.7), rgba(247,201,72,0) ); } .provider-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; } .provider-card { border-radius: 16px; padding: 18px; text-align: center; transition: 0.18s ease; } .provider-card:hover { transform: translateY(-3px) scale(1.03); } .provider-volt { background: linear-gradient(135deg, rgba(0,229,255,0.12), rgba(0,229,255,0.03)); border: 1px solid rgba(0,229,255,0.4); } .provider-freq { background: linear-gradient(135deg, rgba(247,201,72,0.12), rgba(247,201,72,0.03)); border: 1px solid rgba(247,201,72,0.4); } .provider-title { font-size: 15px; font-weight: 700; margin-top: 8px; margin-bottom: 6px; } .provider-sub { font-size: 12px; color: var(--muted); line-height: 1.5; } .score-box { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 18px; padding: 22px; margin-top: 18px; } .score-formula { background: rgba(0,0,0,0.22); border-radius: 12px; padding: 14px; margin-top: 12px; text-align: center; line-height: 1.8; font-size: 15px; } .how-to-enter-bar { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 10px 16px; margin-top: 18px; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 6px; transition: 0.18s ease; } .how-to-enter-bar:hover { transform: translateY(-2px) scale(1.02); background: rgba(247,201,72,0.06); border-color: rgba(247,201,72,0.35); } .how-to-enter-title { color: var(--gold); font-size: 20px; font-weight: 700; } .how-to-enter-text { color: var(--text); font-size: 16px; font-weight: 400; } .info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 18px; } .info-box { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 16px; text-align: center; font-weight: 600; font-size: 15px; transition: 0.18s ease; } .info-box:hover { transform: translateY(-2px) scale(1.02); background: rgba(247,201,72,0.08); border-color: rgba(247,201,72,0.6); } .prize-subcard { padding: 12px; border-radius: 12px; margin-bottom: 10px; font-weight: 600; } .prize-gold { background: linear-gradient(135deg, rgba(247,201,72,0.25), rgba(247,201,72,0.05)); border: 1px solid rgba(247,201,72,0.6); } .prize-silver { background: linear-gradient(135deg, rgba(200,200,200,0.25), rgba(200,200,200,0.05)); border: 1px solid rgba(200,200,200,0.5); } .prize-bronze { background: linear-gradient(135deg, rgba(205,127,50,0.25), rgba(205,127,50,0.05)); border: 1px solid rgba(205,127,50,0.6); } .dropdown-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; margin-top: 18px; width: 100%; overflow: hidden; } .dropdown-trigger { padding: 8px 16px; text-align: center; cursor: pointer; display: block; } .dropdown-card summary { list-style: none; } .dropdown-card summary::-webkit-details-marker { display: none; } .dropdown-title { color: var(--gold); font-weight: 700; font-size: 16px; } .dropdown-sub { color: var(--muted); font-size: 13px; margin-top: 3px; display: block; } .dropdown-content { padding: 12px 18px; border-top: 1px solid rgba(255,255,255,0.08); font-size: 14px; line-height: 1.5; } .rule { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; text-align: left; } .num { background: var(--gold); color: #000; font-weight: 700; font-size: 12px; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } Weekly Event  
    🎭 Phantom Theater 🎭
    A mysterious week-long leaderboard event where hidden slot boosts decide your final score.
     

    Ends: 27/05/2026 @ (12 PM) GMT
      This week, we've chosen Pragmatic Play "Only on Stake" Slots!
    Step into the shadows of the Phantom Theater, where every slot hides a secret advantage behind the curtain. Chase massive multipliers and discover at the end of the week whether your slot held the strongest Phantom Factor.
    🎰 Pick Any Slot Pick any pragmatic only on stake slot 🎭 Hidden Phantom Factor Every slot has a secret mystery multiplier. 🏆 Highest Final Score Wins Biggest boosted multipliers top the leaderboard. How Scoring Works Your base score is determined by the multiplier of your winning bet.
    Bet Multiplier × Hidden Phantom Factor = Final Score

    Example:
    Hit a 200x win on a slot with a hidden 3x Phantom Factor
    Final Score = 600 Points Phantom Factors remain hidden until the end of the event.
    How to Enter: Respond to this topic and post your best bet ID. Only your single highest-scoring qualifying bet will count toward the leaderboard. Prize Pool Distribution Weekly Prize Pool
    🥇 Top 1 – 3 Largest Rewards (1500$) 🏅 Top 4 – 10 Premium Rewards(1500$) 🎟️ Top 11 – 50 Additional Prizes(1000$) Additional Information
    Every slot has its own hidden Phantom Factor, revealed after the event ends.
    Final rankings are based on your boosted multiplier score.
    In case of a tie, the user with the earliest qualifying bet wins.
    Minimum qualifying bet: $0.10 USD (or equivalent in any currency).
    Terms & Conditions Click here to expand 1Bets must have been made after 20/05/2026 - (12 PM) UTC. 2 Only slots from supported providers are eligible for the promotion. 3 Your score is determined by your winning bet multiplier combined with your provider's hidden Phantom Factor. 4 Phantom Factors remain hidden until the end of the event. 5 Only your single highest-scoring qualifying bet will count toward the final leaderboard. 6 Minimum qualifying bet amount is $0.10 USD or equivalent in any currency. 7 Only level 2 KYC or higher verified users will be eligible for the prize. 8 Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. 9 Only stake.com and official stake.com mirror site users will be eligible for the prize. 10 Any player using multiple accounts will not be eligible for prizes. 11 Stake reserves the right to disqualify any user due to promotion or account abuse, which may also result in a permanent ban. 12 For payment, give us up to 24 hours from the end of the event. 13 Winners will be contacted directly via support. Prizes may be distributed in the form of a coupon and announced in the final event post.
  5. Fire
    donpo111 got a reaction from MdSHBiR247 in 🥇$9,000 Quest for Glory! | VIP Originals🔥   
    casino:479506096456
  6. Fire
    donpo111 got a reaction from waqas666 in 🎭 Phantom Theater 🎭   
    casino:479014451500
  7. Fire
    donpo111 got a reaction from Dhanajidesai in $10,000 Highest Odds | May | Sports Challenge   
    sport:585143984
  8. Eddie
    donpo111 got a reaction from azahari in 💰[$1,000] ​Eddie's missing! 😱   
    ID:donpo111
  9. Fire
    donpo111 got a reaction from zdanovicz in 💰[$1,000] ​Eddie's missing! 😱   
    ID:donpo111
  10. Fire
    donpo111 got a reaction from steph1982 in 💰[$1,000] ​Eddie's missing! 😱   
    ID:donpo111
  11. Pepe - Excited
    donpo111 got a reaction from straight055 in 💰[$1,000] ​Eddie's missing! 😱   
    ID:donpo111
  12. Fire
    donpo111 got a reaction from bam in Weekend Stream + Giveaway   
    donpo111
     
     
    🥶🥶🥶🥶
  13. Fire
    donpo111 got a reaction from zlatan61 in Weekend Stream + Giveaway   
    donpo111
  14. Ethereum
    donpo111 got a reaction from KaiZidan in Weekend Stream + Giveaway   
    donpo111
  15. Fire
    donpo111 got a reaction from Crumble90 in 🥇 $7,000 The Return of the King | VIP Slots 🎰   
    casino:471302641842
  16. Ethereum
    donpo111 got a reaction from KaiZidan in 🥇 $7,000 The Return of the King | VIP Slots 🎰   
    casino:471302641842
  17. Fire
    donpo111 got a reaction from MdSHBiR247 in 🥇 $7,000 The Return of the King | VIP Slots 🎰   
    casino:471302641842
  18. Fire
    donpo111 got a reaction from DickFont in 🥇 $7,000 The Return of the King | VIP Slots 🎰   
    casino:469750388213
  19. Pepe - Happy
    donpo111 got a reaction from na7rium in 2026-04-12 21:00 Dailyhunt   
    casino:466232360510
  20. Fire
    donpo111 got a reaction from Abhayspam in Weekend Stream + Giveaway   
    donpo111
  21. Fire
    donpo111 got a reaction from Sams4 in 💰[$2,000 USD] San Quentin's Lockdown 🚔   
    Bet ID: casino:459852245667
    ID:donpo111
  22. Litecoin
    donpo111 got a reaction from Aschwaa in Weekend Stream + Giveaway   
    donpo111
  23. Fire
    donpo111 got a reaction from TBei22 in 💰$3,000 Royal Club of Originals | Plinko 🤡   
    casino:445022988229
  24. Pepe - Pain
    donpo111 got a reaction from na7rium in 2026-01-25 21:00 Dailyhunt   
    casino:442747937823
  25. Fire
    donpo111 got a reaction from semrayc in Weekend Stream + Giveaway   
    donpo111
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use