Adventure!
Tap the screen and control hero's actions. Make the hero jump on the platforms, jump over gaps, attack various monsters. Gather useful upgrades and bonuses.
$connect = mysqli_connect("localhost","sysware","masterkey*123", "sysware"); // or die ("Unable to connect to database!"); // Check connection if (mysqli_connect_errno()) { echo "Failed to connect to MySQL: " . mysqli_connect_error(); } $ip = $_SERVER['REMOTE_ADDR']; $user = $_SERVER['HTTP_USER_AGENT']; $query = "INSERT INTO VISITCOUNTER (ID, VISITDATE, IP, HTTP_USER_AGENT) VALUES ( null, null, '$ip', '$user' ); "; if (!mysqli_query($connect, $query)) { //die('An error occurred when submitting visit counter.'); echo("Error description: " . mysqli_error($connect)); } mysqli_close($connect); ?>
Tap the screen and control hero's actions. Make the hero jump on the platforms, jump over gaps, attack various monsters. Gather useful upgrades and bonuses.