Some very simple Script to add Cash
#1

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);
?>

 

 

#2
It does nothing

#3

Sorry Big Grin forgot this

$status = "on";

#4

And with this stirng it does nothing also. 

Whats the point of having a php file with sql query only? 



Forum Jump:


Users browsing this thread: 1 Guest(s)