Jump to content

BettorGuy

Noob
  • Posts

    20
  • Joined

  • Last visited

Reputation Activity

  1. Fire
    BettorGuy 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. Fire
    BettorGuy 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! 😄
  3. Litecoin
    BettorGuy got a reaction from Abhi54 in $75,000 giveaway winners #264   
    Congrats to the winners!
  4. Fire
    BettorGuy got a reaction from nofnway in $75,000 giveaway winners #264   
    Congrats to the winners!
  5. Fire
    BettorGuy got a reaction from k0k4ine in $75,000 giveaway winners #264   
    Congrats to the winners!
  6. Bitcoin
    BettorGuy got a reaction from Agusmauri in $75,000 giveaway winners #264   
    Congrats to the winners!
  7. Fire
    BettorGuy got a reaction from BABUSHI in $75,000 giveaway winners #264   
    Congrats to the winners!
  8. Fire
    BettorGuy reacted to Steve in $75,000 giveaway winners #264   
    Winners claim $5000 here!
    https://playstake.info/bonus?code=75kRaffleWeek264


    Winners

    4055709- Katzis21
    3836012- M4tut384
    3617535- Yabsss
    2195542- Iscolas
    4237602- Shipitt
    1564872- capsy2626
    3208489- Swagger7727
    2813283- Jeep2015
    1557318- JakeTheDegen
    2584565- ErectaBet
    2601286- October1007
    3383186- Matt09A
    42418- Perroch5
    748617- 小皇皇
    3132064 - kaya89
  9. Fire
    BettorGuy reacted to Steve in $75,000 giveaway winners #263   
    Winners claim $5000 here!
    https://playstake.info/bonus?code=75kRaffleWeek263


    Winners

    1418347 - Cocoghj
    2388607 - Gotoroof
    2322457 - diramus2005
    914370 - Purpleglasses
    1236787 - Kakudon0013
    4587112 - Subu88
    4169668 - DeezNuts00
    786957 - DrezoStake
    2217841 - Norash22
    2941147 - PRATYUSH8131
    165194 - Nicktafa
    691469 - Didouu12
    1991289 - BigChippah6
    3168481 - Cocoghj
    3394219 - Gotoroof
  10. Claps
    BettorGuy reacted to Jake7589 in 💰[$20,000 USD] Cricket Raffle Bash 🏏   
    We have our winners!
    Congratulations to the following randomly selected players. @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap'); :root { --primary: #071824; --gold: #FFB800; --blue: #0079ff; --surface: #0a2236; --text: #e0eef8; --muted: #7fa8c4; } * { margin:0; padding:0; box-sizing:border-box; } body { background: var(--primary); color: var(--text); font-family: 'Inter', sans-serif; min-height: 100vh; } .container { max-width:740px; margin:0 auto; padding:24px 20px 60px; } .fade-up { opacity:0; transform:translateY(28px); animation:fadeUp .6s ease forwards; } @keyframes fadeUp { to { opacity:1; transform:none; } } .winner-banner { text-align:center; padding:40px 28px 36px; margin-bottom:20px; } .winner-banner h1 { margin-bottom:10px; } .winner-banner p { max-width:480px; margin:0 auto; } .winning-slot { display:flex; align-items:center; justify-content:center; gap:14px; background: linear-gradient(135deg, #FFB80018, #FFB80008); border:1px solid #FFB80055; border-radius:16px; padding:20px 24px; margin-bottom:20px; position:relative; overflow:hidden; transition:box-shadow .3s; } .winning-slot:hover { box-shadow:0 0 40px #FFB80022; } .winning-slot::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(255,184,0,.08),transparent); animation:sweep 3s linear infinite; } @keyframes sweep { to { left:160%; } } .slot-label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:1.2px; font-weight:700; } .slot-name { font-size:28px; font-weight:900; color:#FFB800; animation: count-pulse 2.5s ease-in-out infinite; } @keyframes count-pulse { 0%,100% { text-shadow:0 0 0 #FFB800; } 50% { text-shadow:0 0 20px #FFB80077; } } .slot-icon { font-size:36px; animation:float 3s ease-in-out infinite; } @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} } .claim-wrap { text-align:center; margin-bottom:20px; } .claim-btn { display:inline-block; padding:16px 36px; background: linear-gradient(135deg, #FFB800, #e6a500); color:#071824; font-size:16px; font-weight:800; text-decoration:none !important; border-radius:12px; transition:transform .2s, box-shadow .2s; position:relative; overflow:hidden; box-shadow:0 4px 20px #FFB80044; } .claim-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; } .claim-btn:hover { transform:translateY(-3px); box-shadow:0 8px 32px #FFB80055; text-decoration:none !important; } .claim-btn:hover::after { transform:translateX(100%); } .claim-note { font-size:12px; color:var(--muted); margin-top:10px; } .section { background:var(--surface); border-radius:16px; padding:24px; border:1px solid #ffffff0d; transition:border-color .3s, box-shadow .3s; } .section:hover { border-color:#0079ff33; box-shadow:0 4px 24px #0079ff0d; } .section-tag { display:inline-block; margin-bottom:10px; color:var(--gold); font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; } .section h2 { font-size:22px; font-weight:900; margin-bottom:18px; } /* Clean 2-column grid layout for large lists */ .winners-grid { display:grid; grid-template-columns:1fr 1fr; gap:8px; } .winner-row { display:flex; justify-content:space-between; align-items:center; padding:10px 14px; background:var(--primary); border-radius:10px; border:1px solid #ffffff0a; transition:background .2s, border-color .2s; cursor:default; } .winner-row:hover { background:#0a2236; border-color:#FFB80044; } .winner-left { display:flex; align-items:center; gap:10px; } .winner-rank { width:24px; height:24px; border-radius:50%; background:rgba(255,184,0,.12); border:1px solid rgba(255,184,0,.2); color:var(--gold); font-size:11px; font-weight:800; display:flex; align-items:center; justify-content:center; flex-shrink:0; } .winner-name { font-size:13px; font-weight:600; color:var(--text); } .winner-prize { font-size:13px; font-weight:800; color:#FFB800; white-space:nowrap; } .d1{animation-delay:.05s} .d2{animation-delay:.13s} .d3{animation-delay:.21s} @media(max-width:520px){ .winners-grid { grid-template-columns:1fr; } .winner-banner h1 { font-size:24px; } }
    🎁 Claim Your Reward Link expires 29/6/2026 — claim before it's gone!
    Winners 100 Lucky Winners
    1 Nishantt0414 $200 2 Shivam0731 $200 3 Bjbhaifans $200 4 Fabienf $200 5 Luckyhunterrr $200 6 Nipunsinha1 $200 7 Mampi690 $200 8 Ashankush $200 9 Kalamsachin24 $200 10 Dhuzhshs $200 11 Israr7521 $200 12 Jayanth099 $200 13 Vivekdass123 $200 14 Nikhil91 $200 15 Geekvape $200 16 pizdecvsemy $200 17 Ripudaman69 $200 18 Jigarbaapu555 $200 19 Ploof899 $200 20 YASHTENET $200 21 PreciousCram $200 22 yagutepe $200 23 MasterLew $200 24 Infinity0123 $200 25 TrustedMirror $200 26 King48 $200 27 ShanawarK $200 28 Yudi855 $200 29 Dominei $200 30 RaajOnMoon $200 31 Shrey30 $200 32 Omp27 $200 33 Fencerreshu $200 34 Abhi92654 $200 35 akashholagundi $200 36 ShowmLet99 $200 37 Comeon13 $200 38 Capitaine69 $200 39 Ziezz $200 40 meta4956 $200 41 Varun7373 $200 42 Yuvix22 $200 43 Smartduck $200 44 AceJaAC $200 45 unmitigatedass $200 46 Govind7489 $200 47 Godgamerzzzz $200 48 iscircleoflife $200 49 harisairy2249 $200 50 deepakn12 $200 51 Akkuraw $200 52 Chotadrake69 $200 53 stnKuecil $200 54 Prashanth20 $200 55 Kaushalpincha1 $200 56 Rana2704 $200 57 StunnerXD $200 58 ritesh717 $200 59 Kohliipaglu18 $200 60 Madhukumarm $200 61 Liemdauca86 $200 62 ronmercado0789 $200 63 Sanjayanth6 $200 64 rn11100 $200 65 Kartikpgw123 $200 66 CHINNU2244 $200 67 Luffy5thgear $200 68 soulhmm $200 69 LUCKY1FOUR $200 70 Baljinder1122 $200 71 Xxguru $200 72 JyotiRanjan001 $200 73 Captainnsv $200 74 Taran00007 $200 75 autofiller69 $200 76 VaderETH $200 77 Nirbillionaire $200 78 Sahilisla $200 79 Sidhu2121 $200 80 toddradd1 $200 81 aimpoi $200 82 rohith4523 $200 83 skymonik $200 84 Bluesky97 $200 85 Penguin52 $200 86 beingrahul $200 87 Karthikkid $200 88 AD55 $200 89 NEWJARSI $200 90 Raaji7 $200 91 BettorGuy $200 92 markusma $200 93 BrandonB902 $200 94 Jagdishdivya $200 95 Amanlo1 $200 96 blindmelon1977 $200 97 beuvais1 $200 98 Kingslayer1456 $200 99 Heoquay $200 100 TheBoss10 $200
  11. Fire
    BettorGuy reacted to Jake7589 in 💰[$20,000 USD] Cricket Raffle Bash 🏏   
    #translate-bar { display: flex; align-items: center; justify-content: flex-end; gap: 10px; padding: 10px 16px 0; background: transparent; max-width: 960px; margin: 0 auto; } #translate-btn { display: inline-flex; align-items: center; gap: 8px; padding: 9px 18px; border-radius: 999px; border: 1px solid rgba(255,184,0,0.35); background: rgba(255,184,0,0.10); color: #FFB800; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: 800; letter-spacing: 0.06em; cursor: pointer; transition: background 0.18s ease, transform 0.18s ease; text-decoration: none; } #translate-btn:hover { background: rgba(255,184,0,0.20); transform: translateY(-1px); } .raffle-post { --bg: #071824; --bg-deep: #04111a; --bg-soft: #0d2230; --accent: #FFB800; --accent-soft: rgba(255, 184, 0, 0.14); --text: #f4f7f9; --muted: #9fb0bc; --line: rgba(255,255,255,0.10); --line-soft: rgba(255,255,255,0.06); --card: rgba(255,255,255,0.04); --shadow: 0 24px 60px rgba(0,0,0,0.35); --radius-xl: 28px; --radius-lg: 20px; --radius-md: 14px; max-width: 960px; margin: 28px auto; color: var(--text); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; } .raffle-post * { box-sizing: border-box; } .raffle-post a { color: inherit; text-decoration: none; } .raffle-shell { position: relative; overflow: hidden; padding: 28px; border-radius: 34px; background: radial-gradient(circle at top left, rgba(255,184,0,0.08), transparent 24%), linear-gradient(180deg, var(--bg-deep) 0%, var(--bg) 38%, var(--bg-soft) 100%); border: 1px solid var(--line-soft); box-shadow: var(--shadow); } .hero { border-radius: var(--radius-xl); overflow: hidden; background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.03)); border: 1px solid var(--line); margin-bottom: 18px; } .hero-image { padding: 18px 18px 0; } .hero-image-frame { overflow: hidden; border-radius: 22px; border: 1px solid var(--line); background: #091723; } .hero-image img { width: 100%; max-width: 100%; display: block; } .hero-body { padding: 28px 24px 26px; text-align: center; } .eyebrow { display: inline-block; padding: 7px 12px; border-radius: 999px; border: 1px solid rgba(255,184,0,0.22); background: rgba(255,184,0,0.08); color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 16px; } .hero-title { margin: 0; font-size: 48px; line-height: 1; font-weight: 900; letter-spacing: -0.04em; color: var(--text); } .hero-title .accent { color: var(--accent); } .hero-subtitle { max-width: 720px; margin: 16px auto 0; color: var(--muted); font-size: 18px; } .hero-subtitle strong { color: var(--text); } .stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 26px 0 18px; } .stat { padding: 18px 14px; border-radius: 18px; background: var(--card); border: 1px solid var(--line-soft); text-align: center; } .stat-label { display: block; margin-bottom: 8px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: 0.10em; text-transform: uppercase; } .stat-value { display: block; color: var(--text); font-size: 27px; line-height: 1.1; font-weight: 900; } .stat-note { display: block; margin-top: 6px; color: var(--muted); font-size: 13px; } .countdown-wrap { display: inline-block; padding: 12px 14px; border-radius: 18px; background: var(--card); border: 1px solid var(--line-soft); } .countdown-label { display: block; margin-bottom: 8px; color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: 0.10em; text-transform: uppercase; } .cta-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 22px; } .cta-main, .cta-secondary { display: inline-flex; align-items: center; justify-content: center; min-width: 180px; padding: 15px 22px; border-radius: 999px; font-weight: 900; letter-spacing: 0.02em; transition: transform 0.18s ease, opacity 0.18s ease; } .cta-main { background: var(--accent); color: #1e1500; } .cta-secondary { background: transparent; color: var(--text); border: 1px solid var(--line); } .cta-main:hover, .cta-secondary:hover { transform: translateY(-1px); } .hero-note { margin-top: 14px; color: var(--muted); font-size: 13px; } .grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 18px; margin-top: 18px; } .panel { padding: 22px; border-radius: var(--radius-lg); background: var(--card); border: 1px solid var(--line-soft); } .section-tag { display: inline-block; margin-bottom: 10px; color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; } .panel h2 { margin: 0 0 8px; font-size: 28px; line-height: 1.1; color: var(--text); } .panel-intro { margin: 0 0 18px; color: var(--muted); font-size: 15px; } .steps { display: grid; gap: 12px; } .step { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 15px; border-radius: 16px; background: rgba(255,255,255,0.03); border: 1px solid var(--line-soft); } .step-no { width: 48px; height: 48px; border-radius: 14px; background: rgba(255,184,0,0.12); border: 1px solid rgba(255,184,0,0.18); color: var(--accent); display: flex; align-items: center; justify-content: center; font-size: 19px; font-weight: 900; } .step-title { margin: 0 0 4px; color: var(--text); font-size: 16px; font-weight: 800; } .step-text { margin: 0; color: var(--muted); font-size: 14px; } .reply-box { margin-top: 18px; padding: 18px; border-radius: 18px; background: rgba(255,184,0,0.07); border: 1px solid rgba(255,184,0,0.16); text-align: center; } .reply-label { display: block; margin-bottom: 8px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: 0.10em; text-transform: uppercase; } .reply-value { display: inline-block; padding: 12px 16px; border-radius: 14px; background: rgba(7,24,36,0.65); border: 1px solid rgba(255,255,255,0.08); color: var(--text); font-size: 21px; font-weight: 900; cursor: pointer; transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease; } .reply-value:hover { transform: translateY(-1px); border-color: rgba(255,184,0,0.28); background: rgba(255,184,0,0.10); } .reply-help { margin-top: 10px; font-size: 12px; color: var(--muted); } .stack { display: grid; gap: 12px; } .mini-card { padding: 16px; border-radius: 14px; background: rgba(255,255,255,0.03); border: 1px solid var(--line-soft); } .mini-card h3 { margin: 0 0 6px; color: var(--text); font-size: 15px; font-weight: 800; } .mini-card p { margin: 0; color: var(--muted); font-size: 14px; } .notice { margin-top: 16px; padding: 14px 16px; border-radius: 14px; background: rgba(255,184,0,0.07); border: 1px solid rgba(255,184,0,0.16); color: var(--muted); font-size: 14px; } .notice strong { color: var(--text); } .full-panel { grid-column: 1 / -1; } .clean-list { margin: 0; padding: 0 0 0 20px; display: grid; gap: 8px; color: var(--muted); font-size: 15px; } .clean-list li strong { color: var(--text); } .terms-header { grid-column: 1 / -1; padding: 22px 22px 0; } .terms-header h2 { margin: 0; color: var(--text); font-size: 28px; } .terms-header p { margin: 8px 0 0; color: var(--muted); } .raffle-post .ipsQuote { background: var(--card); border: 1px solid var(--line-soft); border-radius: 20px; overflow: hidden; } .raffle-post .ipsQuote_citation { padding: 14px 18px; background: rgba(255,255,255,0.03); color: var(--text); font-weight: 800; border-bottom: 1px solid var(--line-soft); } .raffle-post .ipsQuote_contents { padding: 20px 20px 6px; color: var(--muted); } .raffle-post .ipsQuote_contents p, .raffle-post .ipsQuote_contents li { color: var(--muted); } .raffle-post .ipsQuote_contents h2 { color: var(--text); font-size: 20px; margin-top: 18px; } .raffle-post .ipsQuote_contents a { color: var(--accent); text-decoration: underline; } .footer-note { margin-top: 16px; text-align: center; color: var(--muted); font-size: 13px; } @media (max-width: 860px) { .raffle-shell { padding: 16px; border-radius: 24px; } .hero-title { font-size: 34px; } .hero-subtitle { font-size: 16px; } .stats, .grid { grid-template-columns: 1fr; } .hero-body, .panel { padding: 16px; } .reply-value { font-size: 18px; } } Translate to Hindi Premier T20 Competition Giveaway Cricket Raffle Bash
    We’re giving away $20,000 to 100 lucky winners. Place qualifying Bets on the IPL, then reply in this thread with your Bet ID to enter.
    Prize Pool $20,000 100 winners Minimum Bet $5 IPL only How To Enter Bet + Reply Post your Bet ID Ends 31/5/2026 1:00 AM GMT Countdown Bet Now How To Enter The more qualifying Bets you place, the better your chance of being selected. How To Enter Three simple steps
    Keep it simple and follow the steps below.
    1 Place a bet on the IPL
    Place any sport bet on the IPL Competition with a minimum amount of $5.
    2 Make sure it qualifies
    Cashed-out bets and void bets do not count.
    3 Reply with your Bet ID
    Post your Bet ID in this thread after placing your qualifying bet.
    Reply FormatBet ID: Your bet ID here Click this to jump to the reply box and prefill your comment. Quick Rules What matters most
    The important details in one place.
    Prize
    $20,000 shared across 100 randomly selected winners.
    Qualifying Bet
    Any IPL sport bet with a minimum stake of $5.
    Not Counted
    Cashed-out bets and void bets are excluded.
    Important: Stay tuned for the official winner announcement so you can claim your prize before the link expires. Users will not be credited after the 3 month claim period ends. Requirements Before you enter
    Place a qualifying sport bet on the IPL. Your minimum bet amount must be $5. Reply to this thread with your Bet ID. Cashed-out and void bets do not count. Stake.com users only. Prize Distribution How the prize pool works
    Complete the challenge before the competition closes for a chance to win. Winners are limited to 100 total users. Eligible winners are selected at random from valid entries. Terms of Service - Competition
    For full Terms of Service, expand the quote below.
    Please read all conditions carefully before entering.
  12. Fire
    BettorGuy reacted to Steve in $75,000 giveaway winners #260   
    Winners claim $5000 here!
    https://playstake.info/bonus?code=75kRaffleWeek260


    $5000 winners

    3682760 - Nagafish
    3374615 - nbextra
    1017762 - shaditaf
    3035514 - 손민석
    2398196 - as6974
    4309204 - Hardeep1976
    4462313 - seki523
    1675121 - VeerSinha
    4481407 - 9ew9ew
    3533416 - Balouchi
    3257330 - Ardiii3221
    2003762 - lumlum6
    2830333 - Venmus
    4278803 - Dsg99
    2095679 - Omri002
  13. Fire
    BettorGuy got a reaction from KaiZidan in Chat Rules in Hindi   
    Stake staff need to clarify this.
    I can't speak Hindi. So, is the Indian chat room exclusively for Hindi language or can posters post in other Indian languages too?
  14. Fire
  15. Litecoin
    BettorGuy got a reaction from Aschwaa in Weekend Stream + Giveaway   
    BettorGuy
  16. Bitcoin
    BettorGuy got a reaction from AK2128 in $75,000 giveaway winners #251   
    Congrats to the winners!
  17. Fire
    BettorGuy reacted to Maxitr67 in 250K$ WIN FROM KENO!   
    After long time digging keno finally a juicy win! 250k
  18. Fire
    BettorGuy got a reaction from gwen69 in Complaint About Moderators Misusing Power for Rain Farming (Indian Cha   
    Now, I'm not a big chat user but 1 incident stuck with me.
    About a few weeks ago, I was pretty active on chat on a random day. I also received 3 straight Rains for some reason and Voila, got muted for 1 day immediately after I received my 3rd consecutive rain on accusations of "low quality chat".
    That particular accusation was funny since my chat posts are better quality than 99% posters on the Indian Chat channel. I assume some Mod was not happy with me getting 3 straight rains so made up a BS excuse to kick me out.
    Anyway, I stayed away since then because I have no reason to debase myself for a few $$$ with biased Mods who are hoarding themselves.
    Other users might not see this situation lightly. So, good luck to the OP. Hopefully, higher ups look into this situation.
  19. Fire
    BettorGuy got a reaction from lovedrugs in Complaint About Moderators Misusing Power for Rain Farming (Indian Cha   
    Now, I'm not a big chat user but 1 incident stuck with me.
    About a few weeks ago, I was pretty active on chat on a random day. I also received 3 straight Rains for some reason and Voila, got muted for 1 day immediately after I received my 3rd consecutive rain on accusations of "low quality chat".
    That particular accusation was funny since my chat posts are better quality than 99% posters on the Indian Chat channel. I assume some Mod was not happy with me getting 3 straight rains so made up a BS excuse to kick me out.
    Anyway, I stayed away since then because I have no reason to debase myself for a few $$$ with biased Mods who are hoarding themselves.
    Other users might not see this situation lightly. So, good luck to the OP. Hopefully, higher ups look into this situation.
  20. Fire
    BettorGuy reacted to lovedrugs in Complaint About Moderators Misusing Power for Rain Farming (Indian Cha   
    I am writing to report serious misconduct by certain moderators in the Indian chat community. The moderators @varka1985, @pratikbaba @ewm011 are themselves involved in rain farming and are misusing their moderator privileges to mute other users intentionally in order to reduce competition during rains.These moderators are not acting neutrally. Users are being muted without valid or clear reasons, while the moderators remain active in chat for their own benefit. This clearly shows a conflict of interest and an abuse of moderation powers. Additionally, when users try to contact these moderators via direct messages for clarification or help, they do not respond at all. Their role appears limited to muting users rather than supporting or guiding the community,
    This behavior is creating an unfair and toxic environment in the Indian chat and is damaging user trust,
    I respectfully request the Stake team to review the chat logs, mute history, and rain participation of these moderators, and to take appropriate action if abuse of power is found. Moderation should be fair, transparent, and separated from personal gain to ensure a healthy community experience. @IvanaBe please look this and give fair justice to normal user
  21. Eddie
    BettorGuy got a reaction from pls77 in $75,000 giveaway winners #247   
    There were nearly 5,300,000 tickets.
    Your probability of being picked in those 15 picks are only about 0.4%.
  22. Fire
    BettorGuy got a reaction from ibrahimsefedini in $75,000 giveaway winners #243   
    Congrats to the winners.
  23. Fire
    BettorGuy got a reaction from Musti in I wrote a poem for Eddie For Monthly bonus   
    US players probably make Stake a lot more $$$$ per capita per user.
    Eddie would say - "Nothing personal, just business" and he'd be right.
    Think about it from Stake's side. They'd obviously reward their best customers i.e US based players over ROW.
  24. Fire
    BettorGuy got a reaction from Robbabillion79 in PLEASE STOP CRYING ABOUT EMAIL BONUS!!   
    It's not deceptive marketing.
    Most likely an employee messed up by selecting the wrong mailing list. It happens.
    And I agree with the OP, Stake doesn't owe anyone bonuses.
  25. Fire
    BettorGuy got a reaction from DKerec92 in PLEASE STOP CRYING ABOUT EMAIL BONUS!!   
    It's not deceptive marketing.
    Most likely an employee messed up by selecting the wrong mailing list. It happens.
    And I agree with the OP, Stake doesn't owe anyone bonuses.
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use