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

 

 



Messages In This Thread
[No subject] - by xNiceEinz. - 01-31-2014, 11:58 AM
[No subject] - by Paramount - 01-31-2014, 01:12 PM
[No subject] - by xNiceEinz. - 01-31-2014, 01:25 PM
[No subject] - by Paramount - 01-31-2014, 03:40 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)