PATH: /home/hwyuvbry/public_html
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 .htaccess
↓
X
📁 .well-known/
X
📁 app/
X
📁 assets/
X
📄 ayah.mp3
↓
X
📁 bank/
X
📄 bantuan.php
↓
X
📄 callback.php
↓
X
📁 casino/
X
📁 cgi-bin/
X
📁 classes/
X
📁 config/
X
📄 error_log
↓
X
📄 event.php
↓
X
📄 favicon.png
↓
X
📁 function/
X
📁 gameplay/
X
📁 images/
X
📄 index hack.php
↓
X
📄 index.php
↓
X
📁 kerbau/
X
📄 login-proses.php
↓
X
📁 logs/
X
📁 m/
X
📁 mobilecontent/
X
📄 nexus_config.php
↓
X
📁 page/
X
📄 peraturan.php
↓
X
📄 privasi.php
↓
X
📄 promosi.php
↓
X
📄 register-ref.php
↓
X
📄 register.php
↓
X
📁 rtp/
X
📄 tentang.php
↓
X
📁 tools/
X
📄 update-game.php
↓
X
📁 upload/
X
SAVING...
BERHASIL DIUBAH!
EDITING: tentang.php
<?php require_once "app/headn.php" ?> <style> html, body { background: var(--primary-background); height: 100%; } main { padding: 24px; border-top: 3px solid var(--primary-color); } .list { display: flex; flex-direction: column; gap: 24px; padding-top: 16px; padding-bottom: 80px; } </style> </head> <body> <style> .my-navbar { height: 52px; padding: 0px; width: 100%; background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.6) 100%), var(--primary-color); position: fixed; bottom: 0; color: white; z-index: 1100; display: flex; box-shadow: 0px -4px 3px rgba(0, 0, 0, 0.75); } .navbar-item { height: 100%; width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; } .navbar-item-content { display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; top: -16px } .navbar-item-content>i { font-size: 20px; line-height: 22px; color: white; padding-bottom: 4px; } .navbar-item-content>img { height: 36px; width: 36px; } .navbar-item-content>label { white-space: nowrap; margin-top: 4px; font-weight: bold; font-size: var(--text-size-default); color: white } </style> <?php require_once "app/menun.php" ?> <div class="offcanvas offcanvas-end" tabindex="-1" id="offcanvasExample" aria-labelledby="offcanvasExampleLabel" style="width: 50%; background: var(--primary-background); color: white;"> <div class="offcanvas-header py-3"> <h5 class="offcanvas-title" id="offcanvasExampleLabel" style="color: var(--menu-item-color); font-size: 1.2rem; font-weight: bold">Menu</h5> <button type="button" class="text-reset" style="background: transparent; border: none" data-bs-dismiss="offcanvas" aria-label="Close"><i class="bi bi-x" style="color: var(--text-color); font-size: 20px"></i></button> </div> <div class="offcanvas-body p-0"> <div class="d-flex flex-column w-100 gap-1"> <div class="d-flex p-3 w-100 gap-3" style="background: linear-gradient(0deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.05) 100%), var(--secondary-background)"> <div class="fw-bold"><i class="fa fa-info-circle" style="font-size: 20px;"></i></div> <div style="color: var(--text-color); font-size: 1.1rem"><a href="<?php echo $urlweb; ?>/tentang.php">TENTANG</a></div> </div> <div class="d-flex p-3 w-100 gap-3" style="background: linear-gradient(0deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.05) 100%), var(--secondary-background)"> <div class="fw-bold"><i class="fa fa-question-circle" style="font-size: 20px;"></i></div> <div style="color: var(--text-color); font-size: 1.1rem"><a href="<?php echo $urlweb; ?>/bantuan.php">BANTUAN</a></div> </div> <div class="d-flex p-3 w-100 gap-3" style="background: linear-gradient(0deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.05) 100%), var(--secondary-background)"> <div class="fw-bold"><i class="fa fa-shield" style="font-size: 20px;"></i></div> <div style="color: var(--text-color); font-size: 1.1rem"><a href="<?php echo $urlweb; ?>/privasi.php">KEBIJAKAN PRIVASI</a></div> </div> <div class="d-flex p-3 w-100 gap-3" style="background: linear-gradient(0deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.05) 100%), var(--secondary-background)"> <div class="fw-bold"><i class="fa fa-shield" style="font-size: 20px;"></i></div> <div style="color: var(--text-color); font-size: 1.1rem"><a href="<?php echo $urlweb; ?>/peraturan.php">PERATURAN</a></div> </div> </div> </div> </div> </div> </div> </div> <div class="mobile-only" style="position: relative; background: var(--primary-background);"> <div class="appbar"> <a href="/" style="width: auto"><img class="logoimg" src="<?php echo $urlweb; ?>/upload/<?php echo $s0['image']; ?>" alt=""></a> <button style="position: absolute; right: 16px; background: transparent; border: none; width: auto; padding: 0px; height: 100%; margin: auto" class="mobile-only" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasExample" aria-controls="offcanvasExample"> <i class="bi bi-person-lines-fill" style="color: var(--menu-item-color); font-size: 26px"></i> </button> </div> </div> <main style=""> <div style="font-size: 1.2rem; font-weight: bold">TENTANG KAMI</div> <div class="devider"></div> <div class="panel panelbg" style="max-width: 900px; margin-bottom: 80px"> <div class="panel-body"> <div class="shadow" style="width: 100%; margin-top:10px; border:solid 1px #333; border-radius: 10px 10px 10px 10px; background: var(--primary-theme-color)"> <div > <img src="https://img.nahbisa.com/events/pg-undian-handphone-okt.jpg" style="width: 100%;border-radius: 10px 10px 0px 0px" alt="https://img.nahbisa.com/events/pg-undian-handphone-okt.jpg"> </div> <div style="width: 100%; background-color: ; border-top: 0px; border-radius: 0px 0px 10px 10px; margin-top:0px; padding: 15px"> <?php echo $s0['instansi']; ?> hadir untuk melayani para pecinta togel di seluruh Indonesia.<br><br> <?php echo $s0['instansi']; ?> hanya menyelenggarakan Lottery dari negara-negara yang menyediakan hasil lottery yang legal dan sah seperti SINGAPORE49, SINGAPORE45, HONGKONG dan SYDNEY.<br><br> <?php echo $s0['instansi']; ?> telah beroperasi sejak tahun 2015 dengan menyelenggarakan pembukaan account Taruhan Togel yang dilakukan secara online.<br><br> Kami berkomitmen untuk memberikan pelayanan terbaik dan memuaskan kepada seluruh member kami dengan di dukung oleh staff kami yang profesional dan handal yang menjadikan <?php echo $s0['instansi']; ?> sebagai agen judi togel online terbaik dan terpercaya saat ini. <p></p> <!-- Start: Popup Event --> <h6> </h6> <style> .provider-event em {color: var(--primary-color);} .provider-event em:hover {color: #ff7f00;} details > summary {padding: 4px; border: none; cursor: pointer; box-shadow: 0px 1px 0px #bbbbbb;} details > p {padding: 4px; margin: 0;} </style> <!-- End: Popup Event --> </div> </div> </div> </div> </main> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script> </body> </html>
SIMPAN PERUBAHAN