PATH: /home/hwyuvbry/public_html/m
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 .htaccess
↓
X
📄 arcade.php
↓
X
📄 callback.php
↓
X
📄 callback.php#
↓
X
📄 casino.php
↓
X
📄 create_pp.php
↓
X
📄 deposit.php
↓
X
📄 error_log
↓
X
📄 history.php
↓
X
📄 history.php#
↓
X
📄 history_ajax.php
↓
X
📄 index.php
↓
X
📄 logout.php
↓
X
📄 maintenance.php
↓
X
📄 memo.php
↓
X
📄 password.php
↓
X
📄 payment.php
↓
X
📄 refferal.php
↓
X
📄 rekening.php
↓
X
📄 slots.php
↓
X
📄 sports.php
↓
X
📄 togel.php
↓
X
📄 withdraw.php
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: slots.php
<?php include("../app/headl.php"); ?> <?php if (isset($_SESSION['user'])) { $user = mysqli_query($conn, "SELECT * FROM `tb_user` WHERE user = '" . $_SESSION['user'] . "'") or die(mysqli_error()); $u = mysqli_fetch_array($user); $users = $u['user']; $userid = $u['user']; $id_user = $u['cuid']; $userID = $u['cuid']; $token_id = isset($u['token_id']) ? $u['token_id'] : false; $level = isset($u['level']) ? $u['level'] : false; $sql_balance = mysqli_query($conn, "SELECT * FROM `tb_balance` WHERE userID = '$userID'") or die(mysqli_error()); $sb = mysqli_fetch_array($sql_balance); ?> <body> <?php require_once "../app/menul.php" ?> <div class="clearfix"></div> <style> body { font-size: 12px; color: #FFFFFF; background-color: #1b1b1b; } .btn { margin-bottom: 2px; font-size: 12px; font-weight: bold; } .container { width: 100%; } .glyphicon { margin-right: 5px; } .no-gutter>[class*='col-'] { padding-right: 5px; padding-left: 5px; padding-top: 5px; padding-bottom: 5px; } .tengahBaris { vertical-align: middle; } table { padding-bottom: 0px; } .panel { box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3); } input[readonly] { background-color: #fff0c4 !important; /* any other styles */ } .panel-danger>.panel-heading, .panel-warning>.panel-heading, .btn-warning { color: #000000; font-weight: bold; border-color: rgba(0, 0, 0, 0.6); background-image: -webkit-linear-gradient(#eee791, #9d8b3d 60%, #9f8435); background-image: -o-linear-gradient(#eee791, #9d8b3d 60%, #9f8435); background-image: -webkit-gradient(linear, left top, left bottom, from(#eee791), color-stop(60%, #9d8b3d), to(#9f8435)); background-image: linear-gradient(#eee791, #9d8b3d 60%, #9f8435); background-repeat: no-repeat; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0); -webkit-filter: none; filter: none } .btn-warning:hover { color: #000000; font-weight: bold; border-color: rgba(0, 0, 0, 0.6); background-image: -webkit-linear-gradient(#d7a001, #d7a001 60%, #d7a001); background-image: -o-linear-gradient(#d7a001, #d7a001 60%, #d7a001); background-image: -webkit-gradient(linear, left top, left bottom, from(#d7a001), color-stop(60%, #d7a001), to(#d7a001)); background-image: linear-gradient(#d7a001, #d7a001 60%, #d7a001); background-repeat: no-repeat; } .login { color: #000000; font-weight: bold; border-color: rgba(0, 0, 0, 0.6); background-image: -webkit-linear-gradient(#eee791, #9d8b3d 60%, #9f8435); background-image: -o-linear-gradient(#eee791, #9d8b3d 60%, #9f8435); background-image: -webkit-gradient(linear, left top, left bottom, from(#eee791), color-stop(60%, #9d8b3d), to(#9f8435)); background-image: linear-gradient(#eee791, #9d8b3d 60%, #9f8435); background-repeat: no-repeat; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0); -webkit-filter: none; filter: none } .panel-default>.panel-heading { color: #ffffff; border-color: rgba(0, 0, 0, 0.6) } .navbar-default { background-color: #000000; border-color: #2b2e32 } .well { background: #111 !important; } input[readonly] { background-color: #eeeecd !important; /* any other styles */ } textarea[readonly] { background-color: #eeeecd !important; /* any other styles */ } .form-control { height: 40px !important; border-radius: 3px !important; } .form-control#validasi { height: 50px !important; border-radius: 3px !important; } .form-control-login { height: 40px !important; border-radius: 3px !important; } .form-control#reg_username, #reg_pass, #reg_passcon, #reg_email, #reg_telpon, #reg_bank, #reg_rek, #reg_nama, #reg_ref, #reg_dari, #reg_lain { height: 45px !important; border-radius: 3px !important; } textarea { height: 100px !important; width: 100%; padding: 10px; border-radius: 5px !important; } td { padding-top: 5px !important; padding-bottom: 5px !important; } .borderbottom { border-bottom: 2px solid #c2c2c2; border-top: 2px solid #c2c2c2; } @media (max-width: 1200px) { .navbar { background: #32363b; } .navbar-header { float: none; } .navbar-left, .navbar-right { float: none !important; } .navbar-toggle { display: block; } .navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); } .navbar-fixed-top { top: 0; border-width: 0 0 1px; } .navbar-collapse.collapse { display: none !important; } .navbar-nav { float: none !important; margin-top: 7.5px; } .navbar-nav>li { float: none; } .navbar-nav>li>a { padding-top: 10px; padding-bottom: 10px; } .collapse.in { display: block !important; } @media (min-width: 320px) { /* iPhone SE,6/7/8/X, Galaxy S5, */ .fadein { position: relative; width: 100%; height: 160px; } .fadein img { position: absolute; left: 0; top: 0; } } @media (min-width: 400px) { /* iPhone 6/7/8 Plus, Pixel 2,Pixel 2 XL, */ .fadein { position: relative; width: 100%; height: 200px; } .fadein img { position: absolute; left: 0; top: 0; } } @media (min-width: 700px) { /* iPad */ .fadein { position: relative; width: 100%; height: 380px; } .fadein img { position: absolute; left: 0; top: 0; } } @media (min-width: 1000px) { .fadein { position: relative; width: 100%; height: 480px; } .fadein img { position: absolute; left: 0; top: 0; } } } textarea { height: 100px !important; width: 100%; padding: 10px; border-radius: 5px !important; } .form-control { height: 25px !important; border-radius: 3px !important; } td { padding-top: 5px !important; padding-bottom: 5px !important; padding-left: 3px !important; padding-right: 3px !important; } .grabgtab { font-weight: bold; border-color: rgba(0, 0, 0, 0.6); background-image: -webkit-linear-gradient(#1b1b1b, #1b1b1b 60%, #10100e); background-image: -o-linear-gradient(#1b1b1b, #1b1b1b 60%, #10100e); background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1b1b), color-stop(60%, #1b1b1b), to(#10100e)); background-image: linear-gradient(#1b1b1b, #1b1b1b 60%, #10100e); background-repeat: no-repeat; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b1b1b', endColorstr='#10100e', GradientType=0); -webkit-filter: none; filter: none } .grabgtabbottom { font-weight: bold; border-color: rgba(0, 0, 0, 0.6); background-image: -webkit-linear-gradient(#3e444c, #1b1b1b 60%, #1b1b1b); background-image: -o-linear-gradient(#3e444c, #1b1b1b 60%, #1b1b1b); background-image: -webkit-gradient(linear, left top, left bottom, from(#3e444c), color-stop(60%, #1b1b1b), to(#1b1b1b)); background-image: linear-gradient(#3e444c, #1b1b1b 60%, #1b1b1b); background-repeat: no-repeat; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b1b1b', endColorstr='#1b1b1b', GradientType=0); -webkit-filter: none; filter: none } .abel { font-family: 'Abel'; } </style> <!-- MAIN TAB --> <?php require_once "../app/game.php" ?> <div style="height:10px; background-color:#FFF" class="grabgtabbottom"></div> <div class="tab-content"> <div id="games_wrap" class="tab-pane fade in active"> <div id="launch_window" style="position:absolute; left:0px; top:0px; width:100%; height:100%; display:none"> <iframe id="embedgameIframe" name="embedgameIframe" scrolling="no" width="100%" height="100%" src="pleaseWait.html" allowfullscreen="" frameborder="0" style="margin: 0; padding: 0; white-space: nowrap; border: 0; background-color:#272b30"> </iframe> </div> <div id="game_window" style="width:100%;"> <ul class="nav nav-pills grabgtab" style="padding-bottom:0px; font-size:16px; font-weight:normal;"> <?php $sql_1 = mysqli_query($conn, "SELECT * FROM `tb_provider` WHERE jenis = 1 ORDER BY cuid ASC") or die(mysqli_error($conn)); while ($s1 = mysqli_fetch_array($sql_1)) { ?> <li class="active" id="tab_pp" style="width:32.78%; margin-left:2px; margin-bottom: 2px; font-weight: normal" onclick="location.href='?provider=<?= $s1['slug']; ?>'"> <a data-toggle="tab" href="#games_window_pp" style="padding-left:5px"> <span> <img src="<?= $urlweb; ?>/upload/provider_pic/<?= $s1['slug']; ?>.png" height="25" alt="<?= $s1['slug']; ?>" style="vertical-align:bottom"> <?= $s1['providername']; ?> </span> </a> </li> <?php } ?> </ul> <div style="height:10px; background-color:#FFF" class="grabgtabbottom"></div> <div class="tab-content"> <div id="games_window_pp" class="tab-pane fade in active"> <ul class="nav nav-pills"> <li style="width:20%" class="active"><a data-toggle="pill" href="#ppslot">✨ Slots</a></li> <li style="width:20%"><a data-toggle="pill" href="#pphot">🔥 Top 20</a></li> <li style="width:30%"><a data-toggle="pill" href="#ppspin">⭐ Fitur Beli FreeSpin</a></li> <li style="width:28%"><a data-toggle="pill" href="#pppoker">♣ Card & Table</a></li> </ul> <div style="margin-top:10px; margin-right: 6px"> <form method="GET" style="width:200px; float:right;"> <div class="input-group"> <input type="text" class="form-control" name="s" placeholder="Search Game" value=""> <input type="hidden" name="gid" value="pp"> <input type="hidden" name="games"> <input type="hidden" name="head" value="games"> <div class="input-group-btn"> <button type="submit" class="btn btn-sm btn-danger" style="height:27px; padding-top:4px; margin-top:-1px"><i class="glyphicon glyphicon-search"></i> </button> </div> </div> </form> </div> <div style="clear:both;"></div> <?php if (isset($_SESSION['user'])) { $user = mysqli_query($conn, "SELECT * FROM `tb_user` WHERE user = '" . $_SESSION['user'] . "'") or die(mysqli_error()); $u = mysqli_fetch_array($user); $statusGame = $u['statusGame']; if ($statusGame == 0) { //muncul karna statusGame 0 ?> <?php } } ?> </div> <div class="tab-content" style="margin-top:20px"> <div id="ppslot" class="text-center tab-pane fade in active"> <?php if (isset($_GET['provider'])) { $provider = $_GET['provider']; $sql_provider = mysqli_query($conn, "SELECT * FROM `tb_provider` WHERE slug = '$provider'") or die(mysqli_error()); $sp = mysqli_fetch_array($sql_provider); $providerID = $sp['providerid']; $where = "`provider` = '" . $providerID . "' AND"; $pageLink = 'slot/' . $provider . '/'; } else { $where = "`provider` = 'PRAGMATIC' AND"; $pageLink = 'slot/?'; } ?> <?php // ============================= // 1. LIST GAME PRIORITAS // ============================= $sql_prioritas = mysqli_query($conn, " SELECT * FROM tb_gamelist WHERE $where datatype = 'SL' AND gamename IN ( 'Wild Bandito', 'Wild Bounty Showdown', 'Lucky Neko', 'Mahjong Wins', 'Mahjong Wins 2', 'Gates of Olympus Dice', 'Gates of Olympus X-mas 1000', 'Gates of Olympus Dice 1000', 'Gates of Gatot Kaca', 'Gates of Hades', 'Games in Olympus', 'Gates of LeoVegas 1000', 'Fortune Ace Super Scatter', 'Mahjong Wins 3 Black Scatter', 'Gates of Olympus 1000', 'Starlight Princess', 'Gates of Gatot Kaca 1000', 'Gates of Olympus', 'Starlight Princess 1000', 'Sweet Bonanza Super Scatter', 'Mahjong Ways', 'Mahjong Ways 2', 'Starlight Princess Super Scatter', 'Gates of Gatot Kaca Super Scatter', 'Gates of Sneaker Super Scatter', 'Gates of Olympus Super Scatter', 'Mahjong Wins Super Scatter', 'Midas Fortune', 'Rave Party Fever', 'Bakery Bonanza', 'Mafia Mayhem', 'Captains Bounty', 'Dragon Hatch 2', 'Phoenix Rises', 'Bali Vacation', 'Candy Bonanza', 'Rooster Rumble', 'Fruity Candy', 'Doomsday Rampage', 'Lucky Piggy', 'Wild Coaster', 'Prosperity Fortune Tree', 'Totem Wonders', 'Rio Fantasia', 'Fortune Tiger', 'Ultimate Striker', 'Speed Winner', 'Legend of Perseus', 'Win Win Fish Prawn Crab', 'Diner Delights', 'Alchemy Gold', 'Mystical Spirits', 'Super Golf Drive', 'Knockout Riches', 'Jack the Giant Hunter', 'Cash Mania', 'Asgardian Rising', 'Songkran Splash', 'Wild Ape #3258', 'Graffiti Rush', 'Yakuza Honor', 'Wings of Iguazu', 'Three Crazy Piggies', 'Gemstones Gold', 'Chocolate Deluxe', 'Tsar Treasures', 'Galaxy Miner', 'Galactic Gems', 'Treasures of Aztec', 'Jewels of Prosperity', 'Guardians of Ice and Fire', 'Opera Dynasty', 'Majestic Treasures', 'Anubis Wrath', 'Ways of the Qilin', 'Bikini Paradise', 'Legendary Monkey King', 'Emoji Riches', 'Lucky Clover Riches', 'Safari Wilds', 'Zombie Outbreak', 'Ganesha Fortune', 'Cocktail Nights', 'Medusa', 'Wild Heist Cashout', 'Forge of Wealth', 'Dragon Tiger Luck', 'Hip Hop Panda', 'Legend of Hou Yi', 'Dragon Legend', 'Plushie Frenzy', 'Reel Love', 'Leprechaun Riches', 'Ganesha Gold', 'Jungle Delight', 'Double Fortune', 'Dragon Hatch', 'Journey to the Wealth' ) ORDER BY FIELD(gamename, 'Wild Bandito', 'Wild Bounty Showdown', 'Lucky Neko', 'Mahjong Wins', 'Mahjong Wins 2', 'Gates of Olympus Dice', 'Gates of Olympus X-mas 1000', 'Gates of Olympus Dice 1000', 'Gates of Gatot Kaca', 'Gates of Hades', 'Games in Olympus', 'Gates of LeoVegas 1000', 'Fortune Ace Super Scatter', 'Mahjong Wins 3 Black Scatter', 'Gates of Olympus 1000', 'Starlight Princess', 'Gates of Gatot Kaca 1000', 'Gates of Olympus', 'Starlight Princess 1000', 'Sweet Bonanza Super Scatter', 'Mahjong Ways', 'Mahjong Ways 2', 'Starlight Princess Super Scatter', 'Gates of Gatot Kaca Super Scatter', 'Gates of Sneaker Super Scatter', 'Gates of Olympus Super Scatter', 'Mahjong Wins Super Scatter', 'Midas Fortune', 'Rave Party Fever', 'Bakery Bonanza', 'Mafia Mayhem', 'Captains Bounty', 'Dragon Hatch 2', 'Phoenix Rises', 'Bali Vacation', 'Candy Bonanza', 'Rooster Rumble', 'Fruity Candy', 'Doomsday Rampage', 'Lucky Piggy', 'Wild Coaster', 'Prosperity Fortune Tree', 'Totem Wonders', 'Rio Fantasia', 'Fortune Tiger', 'Ultimate Striker', 'Speed Winner', 'Legend of Perseus', 'Win Win Fish Prawn Crab', 'Diner Delights', 'Alchemy Gold', 'Mystical Spirits', 'Super Golf Drive', 'Knockout Riches', 'Jack the Giant Hunter', 'Cash Mania', 'Asgardian Rising', 'Songkran Splash', 'Wild Ape #3258', 'Graffiti Rush', 'Yakuza Honor', 'Wings of Iguazu', 'Three Crazy Piggies', 'Gemstones Gold', 'Chocolate Deluxe', 'Tsar Treasures', 'Galaxy Miner', 'Galactic Gems', 'Treasures of Aztec', 'Jewels of Prosperity', 'Guardians of Ice and Fire', 'Opera Dynasty', 'Majestic Treasures', 'Anubis Wrath', 'Ways of the Qilin', 'Bikini Paradise', 'Legendary Monkey King', 'Emoji Riches', 'Lucky Clover Riches', 'Safari Wilds', 'Zombie Outbreak', 'Ganesha Fortune', 'Cocktail Nights', 'Medusa', 'Wild Heist Cashout', 'Forge of Wealth', 'Dragon Tiger Luck', 'Hip Hop Panda', 'Legend of Hou Yi', 'Dragon Legend', 'Plushie Frenzy', 'Reel Love', 'Leprechaun Riches', 'Ganesha Gold', 'Jungle Delight', 'Double Fortune', 'Dragon Hatch', 'Journey to the Wealth' ) ") or die(mysqli_error($conn)); // ============================= // 2. LIST GAME LAINNYA // ============================= $sql_others = mysqli_query($conn, " SELECT * FROM tb_gamelist WHERE $where datatype = 'SL' AND gamename NOT IN ( 'Wild Bandito', 'Wild Bounty Showdown', 'Lucky Neko', 'Mahjong Wins', 'Mahjong Wins 2', 'Gates of Olympus Dice', 'Gates of Olympus X-mas 1000', 'Gates of Olympus Dice 1000', 'Gates of Gatot Kaca', 'Gates of Hades', 'Games in Olympus', 'Gates of LeoVegas 1000', 'Fortune Ace Super Scatter', 'Mahjong Wins 3 Black Scatter', 'Gates of Olympus 1000', 'Starlight Princess', 'Gates of Gatot Kaca 1000', 'Gates of Olympus', 'Starlight Princess 1000', 'Sweet Bonanza Super Scatter', 'Mahjong Ways', 'Mahjong Ways 2', 'Starlight Princess Super Scatter', 'Gates of Gatot Kaca Super Scatter', 'Gates of Sneaker Super Scatter', 'Gates of Olympus Super Scatter', 'Mahjong Wins Super Scatter', 'Midas Fortune', 'Rave Party Fever', 'Bakery Bonanza', 'Mafia Mayhem', 'Captains Bounty', 'Dragon Hatch 2', 'Phoenix Rises', 'Bali Vacation', 'Candy Bonanza', 'Rooster Rumble', 'Fruity Candy', 'Doomsday Rampage', 'Lucky Piggy', 'Wild Coaster', 'Prosperity Fortune Tree', 'Totem Wonders', 'Rio Fantasia', 'Fortune Tiger', 'Ultimate Striker', 'Speed Winner', 'Legend of Perseus', 'Win Win Fish Prawn Crab', 'Diner Delights', 'Alchemy Gold', 'Mystical Spirits', 'Super Golf Drive', 'Knockout Riches', 'Jack the Giant Hunter', 'Cash Mania', 'Asgardian Rising', 'Songkran Splash', 'Wild Ape #3258', 'Graffiti Rush', 'Yakuza Honor', 'Wings of Iguazu', 'Three Crazy Piggies', 'Gemstones Gold', 'Chocolate Deluxe', 'Tsar Treasures', 'Galaxy Miner', 'Galactic Gems', 'Treasures of Aztec', 'Jewels of Prosperity', 'Guardians of Ice and Fire', 'Opera Dynasty', 'Majestic Treasures', 'Anubis Wrath', 'Ways of the Qilin', 'Bikini Paradise', 'Legendary Monkey King', 'Emoji Riches', 'Lucky Clover Riches', 'Safari Wilds', 'Zombie Outbreak', 'Ganesha Fortune', 'Cocktail Nights', 'Medusa', 'Wild Heist Cashout', 'Forge of Wealth', 'Dragon Tiger Luck', 'Hip Hop Panda', 'Legend of Hou Yi', 'Dragon Legend', 'Plushie Frenzy', 'Reel Love', 'Leprechaun Riches', 'Ganesha Gold', 'Jungle Delight', 'Double Fortune', 'Dragon Hatch', 'Journey to the Wealth' ) ") or die(mysqli_error($conn)); // Ambil status user hanya sekali if (isset($_SESSION['user'])) { $usr = $_SESSION['user']; $userQ = mysqli_query($conn, "SELECT statusGame FROM tb_user WHERE user='$usr' LIMIT 1"); $userData = mysqli_fetch_array($userQ); $statusGame = $userData['statusGame']; } else { $statusGame = -1; } // ============================= // 3. TAMPILKAN GAME PRIORITAS // ============================= while ($s3 = mysqli_fetch_array($sql_prioritas)) { if ($statusGame == -1) { $playUrl = $urlweb . "/login/"; $stylenya = ''; } else { $playUrl = $urlweb . '/gameplay/Play.php?gamecode=' . $s3['gameid'] . '&p=' . $s3['provider']; $stylenya = ($statusGame == 0) ? 'style="display:none;"' : 'style="display:block;"'; } ?> <div style="height:190px; width:170px; display:inline-block; text-align:center; vertical-align:top" <?= $stylenya; ?>> <a href="<?= $playUrl; ?>"> <img src="<?= $s3['image']; ?>" loading="lazy" style="width:150px"> <div style="text-align:center; margin-top:3px;"><?= $s3['gamename']; ?></div> </a> </div> <?php } ?> <?php // ============================= // 4. TAMPILKAN GAME LAINNYA // ============================= while ($s3 = mysqli_fetch_array($sql_others)) { if ($statusGame == -1) { $playUrl = $urlweb . "/login/"; $stylenya = ''; } else { $playUrl = $urlweb . '/gameplay/Play.php?gamecode=' . $s3['gameid'] . '&p=' . $s3['provider']; $stylenya = ($statusGame == 0) ? 'style="display:none;"' : 'style="display:block;"'; } ?> <div style="height:190px; width:170px; display:inline-block; text-align:center; vertical-align:top" <?= $stylenya; ?>> <a href="<?= $playUrl; ?>"> <img src="<?= $s3['image']; ?>" loading="lazy" style="width:150px"> <div style="text-align:center; margin-top:3px;"><?= $s3['gamename']; ?></div> </a> </div> <?php } ?> </div> </div> </div> </div> <?php require_once "../app/footer.php" ?> <script> function GameAlert() { document.body.innerHTML = ` <div style=" display:flex; justify-content:center; align-items:center; flex-direction:column; height:100vh; background:#000; padding:20px; text-align:center; "> <img src="https://i.imghippo.com/files/IWd3799ay.jpg" alt="Maintenance" style="max-width:90%; border-radius:10px;"> <a href="javascript:history.back();" style=" margin-top:20px; padding:12px 20px; background:#5e1914; color:#fff; text-decoration:none; font-size:18px; border-radius:10px; font-weight:bold; "> Kembali </a> </div> `; } </script> </body> </html> <?php } ?>
SIMPAN PERUBAHAN