PATH: //proc/thread-self/root/proc/869356/cwd/function
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 deposit.php
↓
X
📄 deposit_asli.php
↓
X
📄 deposit_qris.php
↓
X
📄 edit-user.php
↓
X
📄 error_log
↓
X
📄 index.php
↓
X
📄 konfirmasi.php
↓
X
📄 password.php
↓
X
📄 post-chat.php
↓
X
📄 post-reg.php
↓
X
📄 reset-proses.php
↓
X
📄 session.php
↓
X
📄 step-1.php
↓
X
📄 taruhan4d.php
↓
X
📄 taruhancb.php
↓
X
📄 taruhancb2d.php
↓
X
📄 taruhancj.php
↓
X
📄 taruhancn.php
↓
X
📄 taruhandasar.php
↓
X
📄 taruhankembang.php
↓
X
📄 taruhanshio.php
↓
X
📄 taruhansilang.php
↓
X
📄 taruhantengah.php
↓
X
📄 transferBalanceBack.php
↓
X
📄 upload.php
↓
X
📄 withdraw.php
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: password.php
<?php require_once('session.php'); $pass = $u['pass']; $password = password_hash($_POST['pass'],PASSWORD_DEFAULT); $repass = mysqli_real_escape_string($conn,$_POST['repass']); $old_pass = mysqli_real_escape_string($conn,$_POST['old_pass']); if(password_verify($old_pass,$pass)){ if(password_verify($repass,$password)){ $query = mysqli_query($conn,"UPDATE `tb_user` SET `pass` = '$password' WHERE cuid = '$userID'") or die(mysqli_error()); header('location:../m/password.php?notif=1'); exit(); } else { header('location:../m/password.php?notif=3'); exit(); } } else { header('location:../m/password.php?notif=2'); exit(); } ?>
SIMPAN PERUBAHAN