01-31-2014, 11:58 AM
Here :p Working for Ep1/Ep2/Ep3
Its very simple and may it could better. But do it Yourself.
May you can hit the thanks button?
<?php
$status = "on";
$con=mysqli_connect("127.0.0.1","root","","newproject_db_auth");
// Check connection
if (mysqli_connect_errno())
{
echo "Failed to connect to MySQL: " . mysqli_connect_error();
}
if ( $status =="on"){
mysqli_query($con,"UPDATE bg_user SET cash=999998");
echoSuccesfully added;
}
else {
echo"Function disabled. Im Sorry.";
}
mysqli_close($con);
?>

