Jump to content

Wade58

Member
  • Posts

    102
  • Joined

  • Last visited

Reputation Activity

  1. RIP
    Wade58 reacted to BratislavK in 👔 Happy Father's Day: Finish This Dad Sentence!   
    👔 Happy Father's Day
    Finish This Dad Sentence!
    Thank you to everyone who participated in our Father's Day challenge!
    We had an amazing time reading through all of your entries. From classic dad wisdom to hilarious one-liners, you definitely didn't disappoint. 😄
    🏆 Congratulations to our winners!
    Moxovick
    Bloodynisch123
    surajsd26
    TheBoss10
    KaiZidan
    Yoestina
    Each winner will receive $50.
    Please claim your prize before July 20, 2026.
    🎁 Claim Prize A big thank you to everyone who joined the fun and helped make this event such a success. We hope you enjoyed it as much as we enjoyed reading your responses.
    See you in the next community challenge! ❤️
  2. Pepe - Stressed
    Wade58 reacted to Zamia2001 in 💰 If Money Wasn't a Problem, What Would You Do Every Day? 🌍✨   
    If money wans't a problem, then there's no really a problem, i will buy a boyfriend😝💃
  3. Fire
    Wade58 got a reaction from surajsd26 in 👔 Happy Father's Day: Finish This Dad Sentence!   
    -Back in my day, children didn't cross their legs in front of adults.-
    I miss my father very much.😔
    Happy Father's Day to all fathers!
    Wade58
  4. Fire
    Wade58 reacted to BratislavK in 👔 Happy Father's Day: Finish This Dad Sentence!   
    .fathers-day-card * { box-sizing: border-box; } @media only screen and (max-width: 600px) { .fathers-day-card { padding: 20px !important; border-radius: 16px !important; } .fathers-day-card h2 { font-size: 24px !important; } .fathers-day-card h3 { font-size: 19px !important; } .fathers-day-card p { font-size: 15px !important; } .dad-grid { grid-template-columns: 1fr !important; } }     👨‍🦱🛋️📺 Dad Says...
    Finish the Sentence!
    Father's Day is here, and we are celebrating it with the most classic dad lines of all time. Choose one of the sentences below and complete it with the funniest answer you can think of.
    ⏰ Dad doesn't like waiting, and neither do we!
    This challenge will only be open for 24 hours, so make sure to submit your entry before time runs out.
    🛋️ "I wasn't sleeping, I was..."
    📺 "Back in my day..."
    🚗 "We're not stopping because..."
    💸 "We are not buying that because..."
    🛠️ "Don't throw that away, I might..."
    🌡️ "You're not turning the AC on because..."
    Example
    "I wasn't sleeping, I was..."
    "...resting my eyelids."
    How to Enter
    Reply to this topic with your completed dad sentence. You can only submit one entry, so make sure it is your funniest one!
    Prizes
    We will select 6 winners, and each winner will receive $50.
    Rules
    One entry per user.
    Keep it funny, friendly, and respectful.
    Entries must be submitted within 24 hours.
    Don't forget to include your Stake username.
    Good luck, and may the best dad logic win! 😄
  5. Claps
    Wade58 got a reaction from danelleVW in Favorite chat Moderators   
    @BratislavK kind and polite person and  he's not on the list, but definitely @DragoslavP
  6. Fire
    Wade58 got a reaction from Faris in A suggestion that I think is necessary for sports betting.   
    Hi. In sports betting, people sometimes want to place their bets later after preparing them. Unfortunately, there's no feature to save bets. While it might seem logical to bet a small amount and play later, many bettors often have no money at all. 😃 I think a bet saving feature should definitely be added. @Faris
    I used translation, by the way. I hope I've managed to convey what I wanted to say. 
  7. Fire
    Wade58 got a reaction from Astar19 in Unfair randomness selection   
    It's all luck, friends, keep betting!
  8. Pepe - Smiling
    Wade58 reacted to Jake7589 in 💰[$100,000] Football Raffle ⚽️   
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&family=Barlow+Condensed:wght@700;800;900&display=swap'); :root { /* Brand Primary */ --navy: #071824; --white: #ffffff; /* Bolt (primary accent) */ --bolt: #1475E1; --bolt-dark: #0749CE; --bolt-darker: #082F5A; /* Crash */ --crash: #E9113C; --crash-dark: #C9000A; --crash-darker: #5D0718; /* Strike */ --strike: #FF7B00; --strike-dark: #FF4E00; --strike-darker: #663100; /* Charge */ --charge: #FFB800; --charge-dark: #FF8C00; --charge-darker: #4D3700; /* Dash */ --dash: #00CA51; --dash-dark: #00AD2A; --dash-darker: #005120; /* Surfaces */ --surface: #0d2438; --surface2: #112d44; --muted: #7fa8c4; /* Display font */ --display: 'Barlow Condensed', 'Inter', sans-serif; } * { margin:0; padding:0; box-sizing:border-box; } body { background: var(--navy); color: var(--white); font-family: 'Inter', sans-serif; min-height: 100vh; overflow-x: hidden; } .container { max-width:740px; margin:0 auto; padding:24px 20px 60px; position:relative; z-index:1; } .fade-up { opacity:0; transform:translateY(28px); animation:fadeUp .6s ease forwards; } @keyframes fadeUp { to { opacity:1; transform:none; } } /* ─────── HEADER ─────── */ .header { text-align:center; padding:48px 28px 40px; background: linear-gradient(160deg, var(--surface2) 0%, var(--navy) 100%); border-radius:20px; border:1px solid #ffffff14; margin-bottom:20px; position:relative; overflow:hidden; animation-delay:.05s; } .header::before { content:''; position:absolute; top:-80px; left:50%; transform:translateX(-50%); width:380px; height:380px; background: radial-gradient(circle, rgba(20,117,225,0.20) 0%, transparent 70%); animation: pulse-glow 4s ease-in-out infinite; pointer-events:none; } @keyframes pulse-glow { 0%,100% { opacity:.55; transform:translateX(-50%) scale(1); } 50% { opacity:1; transform:translateX(-50%) scale(1.15); } } .eyebrow { font-family: var(--display); font-weight:700; font-size:13px; letter-spacing:.32em; color:var(--bolt); text-transform:uppercase; margin-bottom:14px; } .header h1 { font-family: var(--display); font-size:64px; font-weight:900; text-transform:uppercase; line-height:.92; letter-spacing:.01em; color:var(--white); margin-bottom:4px; } .h1-accent { color:var(--charge); } .ends-label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:.15em; margin:18px 0 10px; } .ends-label strong { color:var(--white); } .countdown-wrapper { margin:10px 0 22px; } .countdown-wrapper iframe { border-radius:8px; } .header-desc { font-size:15px; color:#b0cee4; max-width:480px; margin:0 auto 14px; line-height:1.7; } .header-desc:last-of-type { margin-bottom:24px; } .play-btn { display:inline-block; font-family: var(--display); padding:18px 50px; background: linear-gradient(135deg, var(--bolt) 0%, var(--bolt-dark) 100%); color:var(--white); font-size:22px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; text-decoration:none; border-radius:12px; transition:transform .2s, box-shadow .2s; position:relative; overflow:hidden; } .play-btn::after { content:''; position:absolute; inset:0; background:linear-gradient(120deg, transparent 30%, rgba(255,255,255,.25) 50%, transparent 70%); transform:translateX(-100%); transition:transform .5s ease; } .play-btn:hover { transform:translateY(-3px); box-shadow:0 10px 36px rgba(20,117,225,0.45); } .play-btn:hover::after { transform:translateX(100%); } .play-btn:active { transform:scale(.97); } /* ─────── INLINE MATCH LINK ─────── */ .match-link { color:var(--bolt); text-decoration:none; border-bottom:1px dashed rgba(20,117,225,0.55); padding-bottom:1px; transition:color .2s, border-color .2s, border-style .2s; } .match-link:hover { color:#5fb0ff; border-bottom-color:#5fb0ff; border-bottom-style:solid; } .match-link strong { color:inherit; } /* ─────── PODIUM (TOP 3) ─────── */ .podium { display:grid; grid-template-columns:1fr 1.2fr 1fr; gap:14px; margin-bottom:16px; align-items:end; } .podium-card { border-radius:16px; padding:26px 16px 22px; text-align:center; border:1px solid transparent; position:relative; overflow:hidden; transition:transform .3s, box-shadow .3s; } .podium-card:hover { transform:translateY(-6px); } .podium-1 { grid-column:2; grid-row:1; background: linear-gradient(160deg, var(--charge) 0%, var(--charge-dark) 65%, var(--charge-darker) 130%); border-color: var(--charge); padding:36px 16px 30px; } .podium-1 .rank, .podium-1 .amount, .podium-1 .winner-of { color:var(--navy); } .podium-1:hover { box-shadow:0 16px 44px rgba(255,184,0,0.35); } .podium-2 { grid-column:1; grid-row:1; background: linear-gradient(160deg, var(--bolt) 0%, var(--bolt-dark) 65%, var(--bolt-darker) 130%); border-color: var(--bolt); } .podium-2:hover { box-shadow:0 16px 44px rgba(20,117,225,0.4); } .podium-3 { grid-column:3; grid-row:1; background: linear-gradient(160deg, var(--crash) 0%, var(--crash-dark) 65%, var(--crash-darker) 130%); border-color: var(--crash); } .podium-3:hover { box-shadow:0 16px 44px rgba(233,17,60,0.35); } .podium-card .rank { font-family:var(--display); font-weight:900; font-size:18px; text-transform:uppercase; letter-spacing:.22em; color:var(--white); margin-bottom:6px; opacity:.9; } .podium-card .amount { font-family:var(--display); font-weight:900; font-size:44px; line-height:1; color:var(--white); letter-spacing:.01em; } .podium-1 .amount { font-size:52px; } .podium-card .winner-of { font-family:var(--display); font-weight:700; font-size:11px; letter-spacing:.25em; text-transform:uppercase; margin-top:10px; color:var(--white); opacity:.7; } /* ─────── PILL ─────── */ .pill { background:rgba(20,117,225,0.10); border:1px solid rgba(20,117,225,0.35); border-radius:40px; padding:12px 22px; text-align:center; font-size:13px; font-weight:600; color:#7fb8ff; margin-bottom:18px; transition:background .3s, border-color .3s; } .pill:hover { background:rgba(20,117,225,0.18); border-color:rgba(20,117,225,0.6); } .pill strong { color:var(--white); } /* ─────── SECTION ─────── */ .section { background: var(--surface); border-radius:16px; padding:26px; margin-bottom:16px; border:1px solid #ffffff0d; transition:border-color .3s, box-shadow .3s; } .section:hover { border-color:rgba(20,117,225,0.35); box-shadow:0 4px 24px rgba(20,117,225,0.08); } .section-title { font-family:var(--display); font-size:24px; font-weight:900; color:var(--white); text-transform:uppercase; letter-spacing:.05em; margin-bottom:20px; display:flex; align-items:center; gap:12px; } .section-title .num { color:var(--bolt); font-size:18px; font-weight:700; letter-spacing:.1em; } /* ─────── STEPS ─────── */ .steps { display:flex; flex-direction:column; gap:14px; } .step { display:flex; gap:14px; align-items:flex-start; } .step-num { font-family:var(--display); min-width:38px; height:38px; background: linear-gradient(135deg, var(--bolt), var(--bolt-dark)); border-radius:10px; display:flex; align-items:center; justify-content:center; font-weight:900; font-size:19px; color:var(--white); flex-shrink:0; transition:transform .25s, box-shadow .25s; } .step:hover .step-num { transform:scale(1.12); box-shadow:0 0 0 6px rgba(20,117,225,0.15); } .step-text { font-size:15px; color:#b0cee4; padding-top:7px; } .step-text strong { color:var(--white); } /* ─────── REQUIREMENTS ─────── */ .req-list { display:flex; flex-direction:column; gap:10px; } .req-item { display:flex; align-items:center; gap:14px; background:var(--navy); border-radius:12px; padding:14px 16px; border:1px solid #ffffff0a; transition:background .25s, border-color .25s, transform .25s; } .req-item:hover { background:#0a2236; border-color:rgba(20,117,225,0.45); transform:translateX(6px); } .req-icon { font-size:20px; flex-shrink:0; } .req-text { font-size:14px; color:#b0cee4; } .req-text strong { color:var(--bolt); } /* ─────── POOL HERO ─────── */ .pool-total { text-align:center; padding:32px 22px; background:linear-gradient(135deg, rgba(20,117,225,0.10), rgba(20,117,225,0.02)); border:1px solid rgba(20,117,225,0.35); border-radius:16px; margin-bottom:20px; transition:box-shadow .3s; position:relative; overflow:hidden; } .pool-total::before { content:''; position:absolute; inset:0; background: radial-gradient(ellipse at 50% 0%, rgba(20,117,225,0.18) 0%, transparent 60%); pointer-events:none; } .pool-total:hover { box-shadow:0 0 40px rgba(20,117,225,0.18); } .pool-total .pool-label { font-family:var(--display); font-size:13px; color:var(--muted); text-transform:uppercase; letter-spacing:.3em; margin-bottom:10px; position:relative; } .pool-total .pool-amount { font-family:var(--display); font-size:78px; font-weight:900; color:var(--bolt); line-height:1; letter-spacing:.01em; position:relative; animation: count-pulse 3s ease-in-out infinite; } @keyframes count-pulse { 0%,100% { filter:drop-shadow(0 0 0 transparent); } 50% { filter:drop-shadow(0 0 24px rgba(20,117,225,0.5)); } } .pool-total .winners-line { font-family:var(--display); font-size:14px; color:var(--white); text-transform:uppercase; letter-spacing:.22em; margin-top:12px; font-weight:700; position:relative; } .pool-total .winners-line strong { color:var(--charge); } /* ─────── TIER TABLE ─────── */ .tier-head { display:grid; grid-template-columns:110px 1fr auto; gap:14px; padding:0 18px 10px; font-family:var(--display); font-size:11px; letter-spacing:.25em; text-transform:uppercase; color:var(--muted); font-weight:700; } .tier-head span:last-child { text-align:right; } .tier-table { display:flex; flex-direction:column; gap:6px; } .tier-row { display:grid; grid-template-columns:110px 1fr auto; gap:14px; align-items:center; padding:14px 18px; background:var(--navy); border-radius:10px; border:1px solid #ffffff0a; transition:background .2s, border-color .2s, transform .2s; } .tier-row:hover { background:#0a2236; border-color:rgba(20,117,225,0.3); transform:translateX(4px); } .tier-rank { font-family:var(--display); font-weight:900; text-transform:uppercase; font-size:18px; color:var(--white); letter-spacing:.04em; } .tier-winners { font-size:13px; color:var(--muted); } .tier-amount { font-family:var(--display); font-weight:900; font-size:22px; color:var(--bolt); text-align:right; letter-spacing:.01em; } .tier-row.t-charge { border-color:rgba(255,184,0,0.4); background:linear-gradient(90deg, rgba(255,184,0,0.07), var(--navy) 60%); } .tier-row.t-bolt { border-color:rgba(20,117,225,0.4); background:linear-gradient(90deg, rgba(20,117,225,0.07), var(--navy) 60%); } .tier-row.t-crash { border-color:rgba(233,17,60,0.4); background:linear-gradient(90deg, rgba(233,17,60,0.07), var(--navy) 60%); } .tier-row.t-strike { border-color:rgba(255,123,0,0.4); background:linear-gradient(90deg, rgba(255,123,0,0.07), var(--navy) 60%); } .tier-row.t-dash { border-color:rgba(0,202,81,0.4); background:linear-gradient(90deg, rgba(0,202,81,0.07), var(--navy) 60%); } .tier-row.t-charge .tier-amount { color:var(--charge); } .tier-row.t-bolt .tier-amount { color:var(--bolt); } .tier-row.t-crash .tier-amount { color:var(--crash); } .tier-row.t-strike .tier-amount { color:var(--strike); } .tier-row.t-dash .tier-amount { color:var(--dash); } /* ─────── NOTICE ─────── */ .notice { background:rgba(255,123,0,0.08); border:1px solid rgba(255,123,0,0.32); border-radius:14px; padding:16px; margin-bottom:16px; display:flex; gap:14px; align-items:flex-start; transition:border-color .3s; } .notice:hover { border-color:rgba(255,123,0,0.6); } .n-icon { font-size:22px; flex-shrink:0; } .n-text { font-size:13px; color:#f0c8a0; line-height:1.7; } .n-text strong { color:var(--white); } /* ─────── STAKE BADGE ─────── */ .stake-badge { font-family:var(--display); text-align:center; padding:16px; background:linear-gradient(135deg, rgba(20,117,225,0.18), rgba(20,117,225,0.04)); border:1px solid rgba(20,117,225,0.4); border-radius:12px; color:var(--white); font-weight:900; font-size:18px; letter-spacing:.2em; text-transform:uppercase; margin-bottom:16px; position:relative; overflow:hidden; transition:box-shadow .3s; } .stake-badge:hover { box-shadow:0 0 32px rgba(20,117,225,0.3); } .stake-badge::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(20,117,225,0.18),transparent); animation:sweep 3s linear infinite; } @keyframes sweep { to { left:160%; } } /* ─────── TERMS ─────── */ details { background:var(--navy); border:1px solid #ffffff0d; border-radius:14px; overflow:hidden; transition:border-color .3s; } details:hover { border-color:rgba(20,117,225,0.3); } summary { padding:18px 20px; cursor:pointer; font-family:var(--display); font-weight:900; font-size:15px; letter-spacing:.15em; text-transform:uppercase; color:var(--muted); list-style:none; display:flex; justify-content:space-between; align-items:center; user-select:none; transition:color .2s; } summary:hover { color:var(--white); } summary::after { content:'▼'; font-size:10px; color:var(--bolt); } details[open] summary::after { content:'▲'; } .terms-body { padding:0 20px 20px; font-size:13px; color:#6a90a8; line-height:1.9; } .terms-body h2 { font-family:var(--display); font-size:14px; color:var(--bolt); text-transform:uppercase; letter-spacing:.18em; margin:18px 0 8px; font-weight:900; } .terms-body ul, .terms-body ol { padding-left:20px; } .terms-body li { margin-bottom:5px; } .terms-body a { color:var(--bolt); } /* ─────── ANIMATION DELAYS ─────── */ .d1{animation-delay:.05s} .d2{animation-delay:.13s} .d3{animation-delay:.21s} .d4{animation-delay:.29s} .d5{animation-delay:.37s} .d6{animation-delay:.45s} .d7{animation-delay:.53s} .d8{animation-delay:.61s} /* ─────── MOBILE ─────── */ @media(max-width:480px){ .header h1 { font-size:46px; } .pool-total .pool-amount { font-size:56px; } .podium { grid-template-columns:1fr; } .podium-1, .podium-2, .podium-3 { grid-column:1; grid-row:auto; } .podium-1 { order:1; } .podium-2 { order:2; } .podium-3 { order:3; } .tier-head, .tier-row { grid-template-columns:84px 1fr auto; gap:10px; padding:12px 14px; } .tier-rank { font-size:15px; } .tier-amount { font-size:17px; } .tier-winners { font-size:12px; } .section { padding:22px 18px; } } It's All At Stake $100K Football
    Raffle
    Competition ends: 18/7/2026 @ 1:00 AM GMT
    The biggest summer in football just got bigger. Here's your shot at $100K.
    We're not watching from the sidelines. We're putting $100,000 on the table for the fans who live for every moment in every match.
    Every $10+ bet you place is another Bet ID, another entry, another shot at the draw. Bet once, you're in. Bet ten times, you've got ten shots. Bet every match? The draw's stacked in your favour.
    It's All At Stake for you. Trust your team. Trust yourself. The more you back, the better your odds.
    ⚽️ Bet Now 1st Place $50,000 1 Winner 2nd $12,000 1 Winner 3rd $6,000 1 Winner 💡 Bets must be on any World Cup - The more Bets you share, the higher your chances [01] How To Enter 1 Place a qualifying bet on any World Cup on Stake.com 2 Copy your Bet ID after placing your bet 3 Reply to this thread with your Bet ID to enter [02] Requirements ⚽️ Bets must be on any World Cup 💵 Minimum bet: $10.00 USD or currency equivalent 💬 Reply to this thread with your Bet ID 🔒 Must be a Stake.com account — Bronze VIP or above [03] Prize Pool Total Prize Pool $100,000 100 Winners · Drawn at Random Position Winners Prize 1st 1 winner $50,000 2nd 1 winner $12,000 3rd 1 winner $6,000 4th 1 winner $4,000 5th 1 winner $3,000 6th 1 winner $2,000 7th 1 winner $1,500 8th 1 winner $1,200 9th 1 winner $1,000 10th 1 winner $800 11th – 15th 5 winners $700 ea 16th – 20th 5 winners $500 ea 21st – 30th 10 winners $400 ea 31st – 40th 10 winners $250 ea 41st – 55th 15 winners $175 ea 56th – 70th 15 winners $100 ea 71st – 85th 15 winners $75 ea 86th – 100th 15 winners $50 ea ⚠️ Don't miss out! Stay tuned for winner announcements. You must claim your prize within 3 months — users will not be credited after this period expires. ‼️ Stake.com Users Only ‼️ 📄 Full Terms & Conditions This competition is published by Stake, which operates stake.com, and is subject to the Stake Terms and Conditions and Community Terms of Use.
    In the event of conflict, the following order of precedence applies:
    Terms and Conditions These Rules Stake Community Terms of Use Prizes & Delivery
    Winners will have their username displayed on the thread with a prize claim link. Prizes delivered within 14 days of competition ending. Winners selected at random from all eligible entries. Eligibility
    Bronze VIP account or above on Stake KYC Level 2 verification required Account must have no restrictions or exclusions Must not be a Stake employee Must maintain only one Stake account Must not be in a Prohibited Jurisdiction Stake's Reserved Rights
    To amend the Rules at any time To cancel the Competition at any time To verify the nominated account for prize delivery
  9. RIP
    Wade58 reacted to DragoslavP in The Friendliest Chatters of the Month 🗣   
    Hello, lovely chatters! 😊
    Congrats to the May 2026 winners of the Friendliest Chatters! Winners can be seen below:

    May:
    English: DarkUnicorn / BlitzyDoge / Amaliaaaaa / cvitan77
    Sports: Theshinobie / zhestka
    Russian: cascsa / Katrusik
    Indonesian: toya / nabati999
    Spanish: perricolas / valesita369
    Germany: LeScambit187 / Ohhgee88
    Indian: ChandniRockers / Rudra889
    Portuguese: brenno256 / Habibs007
    Filipino: joyful1991 / mhayjhai
    French: Xamurys / AtomiZ
    Japanese: sattin / inosan883
    Turkish: amandostum / mekanik13
    Polish: Sevoor / Ewafranca8
    Vietnamese: jackrick99 / TomCruiseVn
    Finnish: Robexx / Heinof
    Korean: pokergosu / Gunungabadi
    Chinese: 9688fram / Thekidkat
    Arab: omarox / Hlock
    Pakistan: swmajid2010 / Afmeta
    Norwegian: skleven / GorgG3
    Nigerian: Balogs94 / Fglzx420
    Thai: Eveniisogn / iamkajom555
  10. Doge - Cool
    Wade58 reacted to DragoslavP in Unfair randomness selection   
    Hello guys,

    I've seen some concerns raised about how winners are selected in our random giveaway promotions, so I wanted to provide some clarity.
    For my promotions, winners are selected using a random number generator. The process is simple: I generate a random number first, and then I check which forum post corresponds to that number (post number). The user who made that post is selected as the winner.
    I understand that some users may be skeptical because this process isn't recorded or publicly verifiable. In those cases, we ask the community to trust that we're conducting the draws fairly and without favoritism.
    The reality is that no matter what system is used, there will always be participants who are disappointed not to be selected. Even in a giveaway where 100 out of 101 participants win, the one person who doesn't win may still feel that the result was unfair.
    That doesn't mean the concerns aren't valid. We completely understand why people want transparency, and we appreciate the feedback. However, there is currently no practical way for us to conclusively prove that every random draw is 100% random to everyone's satisfaction.
    What we can assure you is that winners are selected fairly, without manual intervention, and without any preference given to specific users. Our goal is always to run these promotions in an honest and unbiased manner.
    Thank you for sharing your concerns and for continuing to participate in our community events.

    Best regards,
    DragoslavP
  11. Fire
    Wade58 got a reaction from MdSHBiR247 in Favorite chat Moderators   
    @BratislavK kind and polite person and  he's not on the list, but definitely @DragoslavP
  12. Fire
    Wade58 got a reaction from zlatan61 in Weekend Stream + Giveaway   
    Wade58
  13. Fire
    Wade58 got a reaction from Aerena09 in Favorite chat Moderators   
    @BratislavK kind and polite person and  he's not on the list, but definitely @DragoslavP
  14. Fire
    Wade58 reacted to IvanaBe in ☀️ Sunshine & New Games☀️   
    ☀️ Sunshine & New Games☀️
    June is here ,  bringing longer days, warmer sunsets, fresh energy, and the feeling that something beautiful is about to begin. This theme is all about positivity, growth, happiness, and creating unforgettable summer memories.

    We would like to know what new slot or originals you are willing to try next!
     
    Have you ever tried any of our sun slots?


    Sun Princess is my favourite!

    Share your thoughts: what are you willing to change and how it goes!

    Good luck 🍀🍀🍀🍀🍀
  15. Fire
    Wade58 got a reaction from IvanaBe in What's your favorite original?   
    Snake 
  16. Fire
    Wade58 got a reaction from IvanaBe in Favorite chat Moderators   
    @BratislavK kind and polite person and  he's not on the list, but definitely @DragoslavP
  17. Litecoin
    Wade58 got a reaction from Litecoinx in Request for Eid al-Adha promotion   
    Yes, bonuses should be given to active players. They're all playing on the site anyway; nobody's withdrawing any money.
  18. Pepe - Excited
    Wade58 reacted to xCASTYx in Request for Eid al-Adha promotion   
    Hello, 
    27 May 2026 marks the first day of Eid al-Adha for the entire Islamic world. 
    As Turks, we are requesting an Eid al-Adha promotion.
    During the last Eid al-Fitr, a thread was opened on the forum and you provided a promotion in the form of a sugar bonus as a result. 
    Everyone knows that Stake runs promotions based on countries’ public holidays. Our public holiday begins in two days’ time—could you please run a promotion for the Turkish holiday as well? 
    26 May 2026 is the eve of Eid al-Adha. 
    Eid al-Adha lasts for 4 days, and in Turkey, a one-week public holiday is declared.
    We would appreciate your assistance. 
    @Steve @Ozerbank @boldest @Mikey @10thoss @Therewego @Vojkan @AleksandarG 
  19. Pepe - Sad
    Wade58 reacted to BratislavK in 🏆 $400 Endgame Quiz 🧠   
    🎉 Congratulations 🎉
    You can claim prizes on the link below until the 21st of June!
    Username Prize buni $100.00 Astar19 $50.00 Gzone83 $50.00 hientn6868 $50.00 Oleg2771550 $50.00 michamnk $50.00 scooper999 $50.00 CLAIM HERE
  20. Pepe - Pain
    Wade58 reacted to BratislavK in 🏆 $400 Endgame Quiz 🧠   
    @keyframes shimmer-text { 0% { background-position: -200% center; } 100% { background-position: 200% center; } } @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-8px); } } @keyframes fadeInUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } } @keyframes border-glow { 0%, 100% { box-shadow: 0 0 0 0 rgba(251,191,36,0); } 50% { box-shadow: 0 0 32px 6px rgba(251,191,36,0.15); } } @keyframes star-twinkle { 0%, 100% { opacity: 0.15; transform: scale(1); } 50% { opacity: 1; transform: scale(1.6); } } @keyframes row-slide { from { opacity: 0; transform: translateX(-12px); } to { opacity: 1; transform: translateX(0); } } * { box-sizing: border-box; margin: 0; padding: 0; } body { background: #0a1520; display: flex; justify-content: center; padding: 32px 16px; min-height: 100vh; } .wrap { font-family: Arial, sans-serif; max-width: 720px; width: 100%; padding: 0 0 2rem; } .promo-image { display: block; width: 100%; border-radius: 14px; margin-bottom: 18px; animation: fadeInUp 0.5s ease both; } .top-card { background: #0b1c2a; border-radius: 18px; border: 1px solid rgba(251,191,36,0.4); padding: 32px 28px 28px; text-align: center; position: relative; overflow: hidden; margin-bottom: 18px; animation: border-glow 4s ease-in-out infinite, fadeInUp 0.5s ease both; animation-delay: 0.1s; } .star { position: absolute; width: 4px; height: 4px; background: #fbbf24; border-radius: 50%; animation: star-twinkle var(--dur, 2s) ease-in-out infinite; animation-delay: var(--delay, 0s); pointer-events: none; } .trophy { font-size: 52px; display: inline-block; animation: float 3s ease-in-out infinite; filter: drop-shadow(0 0 16px rgba(251,191,36,0.4)); margin-bottom: 12px; position: relative; z-index: 1; } .endgame-label { display: inline-block; background: rgba(251,191,36,0.12); border: 1px solid rgba(251,191,36,0.4); border-radius: 20px; padding: 4px 16px; font-size: 11px; color: #fbbf24; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; margin-bottom: 12px; position: relative; z-index: 1; } .banner-title { font-size: 36px; font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: 6px; position: relative; z-index: 1; } .gold-text { background: linear-gradient(90deg, #f59e0b, #fde68a, #fbbf24, #f59e0b); background-size: 200% auto; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: shimmer-text 3s linear infinite; } .banner-date { font-size: 13px; color: rgba(255,255,255,0.45); letter-spacing: 1.5px; margin-bottom: 14px; position: relative; z-index: 1; } .banner-desc { font-size: 15px; color: rgba(255,255,255,0.6); line-height: 1.7; max-width: 520px; margin: 0 auto 18px; position: relative; z-index: 1; } .banner-desc strong { color: #fbbf24; } .badge-row { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; position: relative; z-index: 1; } .badge { background: rgba(251,191,36,0.08); border: 1px solid rgba(251,191,36,0.28); border-radius: 20px; padding: 5px 14px; font-size: 12px; color: rgba(251,191,36,0.9); font-weight: 600; letter-spacing: 0.5px; transition: background 0.2s, border-color 0.2s; } .badge:hover { background: rgba(251,191,36,0.16); border-color: rgba(251,191,36,0.55); } .section-label { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: rgba(251,191,36,0.6); text-align: center; margin-bottom: 10px; font-weight: 700; } .qa-card { background: #0f2233; border: 1px solid rgba(251,191,36,0.22); border-radius: 14px; overflow: hidden; margin-bottom: 18px; animation: fadeInUp 0.5s ease both; animation-delay: 0.2s; } .qa-head { background: rgba(5, 14, 22, 0.8); padding: 12px 20px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid rgba(251,191,36,0.15); } .qa-head-title { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #fbbf24; font-weight: 700; } .qa-head-dot { width: 6px; height: 6px; border-radius: 50%; background: #fbbf24; opacity: 0.7; flex-shrink: 0; } .qa-row { display: flex; align-items: center; padding: 18px 20px; border-bottom: 1px solid rgba(255,255,255,0.04); gap: 18px; cursor: default; transition: background 0.22s ease; animation: row-slide 0.4s ease both; } .qa-row:last-child { border-bottom: none; } .qa-row:nth-child(1) { animation-delay: 0.1s; } .qa-row:nth-child(2) { animation-delay: 0.18s; } .qa-row:nth-child(3) { animation-delay: 0.26s; } .qa-row:hover { background: rgba(251,191,36,0.05); } .qa-num { width: 36px; height: 36px; border-radius: 50%; background: rgba(251,191,36,0.1); border: 1px solid rgba(251,191,36,0.35); display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 800; color: #fbbf24; flex-shrink: 0; transition: background 0.22s, box-shadow 0.22s; } .qa-row:hover .qa-num { background: rgba(251,191,36,0.18); box-shadow: 0 0 12px rgba(251,191,36,0.3); } .qa-text { font-size: 14px; color: rgba(255,255,255,0.72); line-height: 1.55; transition: color 0.22s; } .qa-row:hover .qa-text { color: rgba(255,255,255,0.95); } .prizes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; } .prize-card { background: #0f2233; border: 1px solid rgba(251,191,36,0.22); border-radius: 14px; padding: 22px 18px; text-align: center; position: relative; overflow: hidden; transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease; animation: fadeInUp 0.5s ease both; } .prize-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, rgba(251,191,36,0.6), transparent); } .prize-card.gold { border-color: rgba(251,191,36,0.5); animation: fadeInUp 0.5s ease both, border-glow 3s ease-in-out infinite; } .prize-card:hover { transform: translateY(-5px); border-color: rgba(251,191,36,0.65); box-shadow: 0 12px 36px rgba(251,191,36,0.1); } .prize-card:nth-child(1) { animation-delay: 0.3s; } .prize-card:nth-child(2) { animation-delay: 0.4s; } .prize-emoji { font-size: 32px; display: block; margin-bottom: 10px; animation: float 3s ease-in-out infinite; filter: drop-shadow(0 0 10px rgba(251,191,36,0.35)); } .prize-card:nth-child(2) .prize-emoji { animation-delay: 1s; } .prize-tag { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(251,191,36,0.65); font-weight: 700; margin-bottom: 6px; } .prize-amount { font-size: 32px; font-weight: 900; color: #fbbf24; line-height: 1; margin-bottom: 5px; } .prize-sub { font-size: 12px; color: rgba(255,255,255,0.38); line-height: 1.4; } .rules-bar { background: rgba(5, 14, 22, 0.7); border: 1px solid rgba(251,191,36,0.14); border-radius: 10px; padding: 13px 18px; text-align: center; font-size: 13px; color: rgba(255,255,255,0.42); letter-spacing: 0.3px; margin-bottom: 18px; } .rules-bar strong { color: rgba(251,191,36,0.85); } .luck-bar { text-align: center; font-size: 18px; font-weight: 800; color: #fff; letter-spacing: 1px; } .luck-clover { display: inline-block; animation: float 2.2s ease-in-out infinite; margin-left: 6px; }                        
      $400 Endgame Quiz May 22nd  –  May 24th   Another month comes to an end… and this is the Endgame.
    Only those who stayed sharp throughout will make it to the finish.
    Answer our short quiz based on this month's promotions & events.
    🧠 3 Questions 🥇 $100 First Place 🎁 6 × $50 Draw 🏆 $400 Prize Pool Quiz Questions
      Answer all correctly & include your Stake username 1 What slot is featured in this week's $3,000 Slots Forum Challenge? 2 In which Stake Original game do you need to cross the road and avoid traffic? 3 What is the name of the Sports promotion where you need to win a bet with at least 10x odds by betting on at least 10 matches/selections? Prize Structure
    🥇 First Correct Answer $100 Be first. Be right. Win instantly. 🎁 Random Draw 6 × $50 All remaining correct entries enter the draw. One entry per user  ·  All answers must be correct  ·  Always include your Stake username Good luck! 🍀
  21. Pepe - Love
    Wade58 reacted to DragoslavP in Matchday madness week 39   
    Hello @Illegal

    Thanks for reaching out.

    I will gladly provide you with all the answers you have given and the number of points you got.
    Which team will win? (10) - Real Madrid ✅
    Which team will score the last field goal? (10 points) - Valencia ❌
    How many points + assists will Jean Claudio Montero have?  (15 points)  - 24 ❌
    How many 3's will Real Madrid score in the second half?  (17 points)  - 6 ❌
    Who will have the most points? (player) (10 points) - Mario Hezonja ✅
    How many total turnovers will there be on the match? (13 points) -  18 ✅
    What's going to be the correct total number of points for Real Madrid? (30 points) - 91  ❌

    Total Combined points = 33

    Which means you are in 19th place.

    Transparency is really important to us, so i hope this shows that the results were correct 🙏

    Best regards,
    DragoslavP.
  22. Fire
    Wade58 got a reaction from Aerena09 in 🔎 Your Favourite Hobby 🔍   
    Gambling 😃
  23. Pepe - Happy
    Wade58 reacted to buni in 🏆 $400 Endgame Quiz 🧠   
    1. CTRL ALT DELETE
    2. Chicken
    3.  Perfect 10
    buni
  24. Eddie
    Wade58 reacted to SanjaT in The Friendliest Chatters of the Month 🗣   
    The Friendliest Chatters of the Month🗣
    We’ve got a fun surprise for all the chat enthusiasts out there!
    Stake is honoring the friendliest participants in the chat each month with some awesome rewards!
    Here’s how it works:
    ⭐Every month, our Moderators and Community Managers will come together to select two of the friendliest and most entertaining chatters to reward. But for the English chat room, we have something extra special – there will be four winners each month!
    ⭐Being the friendliest chatter is all about being actively engaged in the conversations, creating a positive atmosphere, and making the chat a fun and welcoming place for everyone. The friendliest chatters are those who are helpful, kind, and supportive of others in the community. You should be someone the community loves to interact with!
    However, please remember: we’re looking for positivity, so no rule breaking, no toxic behavior, and certainly no being muted during the month.
    ⭐Moderators and Community Managers will evaluate users based on their chat activity. Gambling activity will not be taken into account for this giveaway - only your positive, helpful, and entertaining interactions in chat will matter!
    ⭐Not only will you be recognized for your positive impact on the community, but you’ll also get a little something extra to celebrate your efforts. If you’re selected as one of the friendliest chatters, you will receive a reward of $50! 💰
    ⭐The list of the friendliest chatters for each chat room will be shared in this thread every month. 
    Good luck, and we can’t wait to see you in the chat!
  25. Fire
    Wade58 got a reaction from sumitsehgal8 in A “Creative Competition” Should Reward Creativity   
    Among the selected photos, one person's picture doesn't resemble Eddie at all. Nevertheless, it was a nice and fun event.
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use