PATH: /home/hwyuvbry/pelanggan.waroenkhoki123.web.id/komando86
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 .htaccess
↓
X
📄 admin_togel.php
↓
X
📄 admin_togel.php#$
↓
X
📄 ajax_riwayat.php
↓
X
📄 anggota.php
↓
X
📁 assets/
X
📄 banner.php
↓
X
📄 bonus.php
↓
X
📄 bukti_jp.php
↓
X
📄 check_data_changes.php
↓
X
📄 config.php
↓
X
📄 dasbor.php
↓
X
📄 dasbor.php#
↓
X
📄 deposit.php
↓
X
📄 downline.php
↓
X
📄 downline.php#
↓
X
📄 error_log
↓
X
📄 footer.php
↓
X
📄 game-list.php
↓
X
📄 game-lists.php
↓
X
📄 ikon_mengambang.php
↓
X
📄 index.php
↓
X
📄 input_manual_result.php
↓
X
📄 keluar.php
↓
X
📄 kyc.php
↓
X
📄 masuk.php
↓
X
📄 masuk_step_1.php
↓
X
📄 navbar.php
↓
X
📄 pemberitahuan.php
↓
X
📄 pengaturan.php
↓
X
📄 profil.php
↓
X
📄 promosi.php
↓
X
📄 proses-claim.php
↓
X
📄 provider.php
↓
X
📄 qris.php
↓
X
📄 qris.php#
↓
X
📄 refferal.php
↓
X
📄 refferal.php#
↓
X
📄 rekening.php
↓
X
📄 saldo.php
↓
X
📄 sidebar.php
↓
X
📄 staff.php
↓
X
📄 tambah_anggota.php
↓
X
📄 tambah_bonus.php
↓
X
📄 tambah_bukti_jp.php
↓
X
📄 tambah_ikon_mengambang.php
↓
X
📄 tambah_promosi.php
↓
X
📄 tambah_rekening.php
↓
X
📄 tambah_staff.php
↓
X
📄 ubah_anggota.php
↓
X
📄 ubah_anggota.php#
↓
X
📄 ubah_bonus.php
↓
X
📄 ubah_bukti_jp.php
↓
X
📄 ubah_deposit.php
↓
X
📄 ubah_ikon_mengambang.php
↓
X
📄 ubah_kyc.php
↓
X
📄 ubah_promosi.php
↓
X
📄 ubah_rekening.php
↓
X
📄 ubah_saldo.php
↓
X
📄 ubah_staff.php
↓
X
📄 ubah_uuid.php
↓
X
📄 ubah_withdraw.php
↓
X
📄 update_claim.php
↓
X
📄 verifikasi.php
↓
X
📄 withdraw.php
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: anggota.php
<?php include_once '../db/koneksi.php'; if (!isset($_SESSION['kode_admin'])) { echo ' <script> alert("Terjadi kesalahan, harap masuk kembali!"); window.location.replace("'.$alamat_admin.'keluar.php"); </script> '; exit; } ?> <div class="container-xxl flex-grow-1 container-p-y"> <div class="row gy-4 mb-4"> <div class="col-md-6"> <div class="fw-bold fs-4 text-center text-md-start">Anggota</div> </div> <div class="col-md-6 text-center text-md-end"> <a href="<?php echo $alamat_admin.'tambah_anggota'; ?>" class="btn btn-sm btn-primary waves-effect waves-light"> <span class="tf-icons mdi mdi-plus me-1"></span> Tambah Data </a> </div> </div> <div class="card table-responsive p-3"> <table class="table" id="example"> <thead> <tr> <th class="text-center">#</th> <th class="text-center">ExtPlayer</th> <th class="text-center">Referral</th> <th class="text-center">Ip Address</th> <th class="text-center">Username</th> <th class="text-center">Email</th> <th class="text-center">Nomor</th> <th class="text-center">Bank</th> <th class="text-center">Nama Rekening</th> <th class="text-center">Nomor Rekening</th> <th class="text-center">Dibuat</th> <th class="text-center">Diperbarui</th> <th class="text-center">Aksi</th> </tr> </thead> <tbody> <?php $nomor = 1; $anggota = mysqli_query($koneksi, "SELECT * FROM tb_user ORDER BY id DESC"); if (mysqli_num_rows($anggota) > 0) { while ($data = mysqli_fetch_assoc($anggota)) { $id = $data['id']; $extplayer = $data['extplayer']; $username = $data['username']; $email = $data['email']; $nomor_hp = $data['nomor']; $bank = $data['bank']; $nama_rekening = $data['nama_rekening']; $nomor_rekening = $data['nomor_rekening']; $referral = $data['referral']; $ip = $data['ip']; $created_at = $data['created_at']; $updated_at = $data['updated_at']; ?> <tr> <td class="text-center"><?php echo $nomor++; ?></td> <td class="text-center"><?php echo $extplayer ?: '-'; ?></td> <td class="text-center"><?php echo $referral ?: 'Tidak ada'; ?></td> <td class="text-center"><span class="badge bg-primary"><?php echo $ip ?: '-'; ?></span></td> <td class="text-center"><?php echo $username; ?></td> <td class="text-center"><?php echo $email; ?></td> <td class="text-center"><?php echo $nomor_hp; ?></td> <td class="text-center"><?php echo $bank ?: 'Belum Daftar'; ?></td> <td class="text-center"><?php echo $nama_rekening ?: 'Belum Daftar'; ?></td> <td class="text-center"><?php echo $nomor_rekening ?: 'Belum Daftar'; ?></td> <td class="text-center"><?php echo $created_at; ?></td> <td class="text-center"><?php echo $updated_at; ?></td> <td class="text-center"> <a href="<?php echo $alamat_admin.'ubah_anggota/'.$id; ?>" class="btn btn-sm btn-primary waves-effect waves-light"> <span class="tf-icons mdi mdi-pencil me-1"></span> Ubah </a> </td> </tr> <?php } } else { ?> <tr> <td colspan="13" class="text-center">Tidak Ada Data</td> </tr> <?php } ?> </tbody> </table> </div> </div> <script> $(document).ready(function () { $('#example').DataTable({ "pageLength": 25, "autoWidth": false, "ordering": true }); }); </script> <script> $(document).ready(function(){ var table = $('#example').DataTable(); $('#searchTable').on('keyup', function(){ table.search(this.value).draw(); }); }); </script>
SIMPAN PERUBAHAN