Your IP : 216.73.217.87
<?php
session_start();
header("Cache-Control: no-cache, must-revalidate");
header("Expires: Sat, 26 Jul 1997 05:00:00 GMT");
$useragent=$_SERVER['HTTP_USER_AGENT'];
function isMobile()
{
return preg_match("/(android|avantgo|blackberry|bolt|boost|cricket|docomo|fone|hiptop|mini|mobi|palm|phone|pie|tablet|up\.browser|up\.link|webos|wos)/i", $_SERVER["HTTP_USER_AGENT"]);
}
if (isMobile())
{
$mbl=1;
}
else
{
$mbl=0;
}
function curl()
{
$pu="http";
if ($_SERVER["HTTPS"]=="on")
{
$pu.="s";
}
$pu.="://";
$pu.=$_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"];
$pu=str_replace("https://g2s.vlevski.eu/play/", "", $pu);
return $pu;
}
$tu=curl();
$gn=str_replace("game/", "", $tu);
$gn=str_replace(".", "", $gn);
$gn=str_replace(",", "", $gn);
if (strlen($gn)!=6)
{
$gn="";
}
else
{
if (!is_numeric($gn))
{
$gn="";
}
}
//print($gn);
//exit;
$matrix=4;
if ($matrix==3)
{
$qa=array("1", "2", "3");
}
else if ($matrix==4)
{
$qa=array("1", "2", "3", "4");
}
else
{
$qa=array("1", "2");
}
include("./l.php");
if (isset($_GET["lng"]))
{
$lng=$_GET["lng"];
if ($lng=="bg" || $lng=="es" || $lng=="pl" || $lng=="rs" || $lng=="tr")
{
}
else
{
$lng="uk";
}
$_SESSION["lng"]=$lng;
header("location: /");
}
//shuffle($qa);
?><!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<title>
Game 2 STEM
</title>
<link rel="shortcut icon" type="image/png" href="/assets/images/site/g2s-logo.png" />
<link rel="stylesheet" href="/assets/css/select2.min.css" />
<link rel="stylesheet" href="/assets/css/bootstrap.min.css" />
<link rel="stylesheet" href="/assets/css/datepicker.css" />
<script src="/assets/js/jquery.min.js"></script>
<script src="/assets/js/form.min.js"></script>
<script src="/assets/js/select.min.js"></script>
<script src="/assets/js/popper.min.js"></script>
<script src="/assets/js/bootstrap.min.js"></script>
<script src="/assets/js/bootstrap-datepicker.js"></script>
<script src="/assets/js/jquery.dataTables.min.js"></script>
<script src="/assets/js/dataTables.bootstrap4.min.js"></script>
<script src="/assets/fa6/js/all.min.js" defer></script>
<style>
@font-face
{
font-family: "CalibriVL";
src: url("/assets/fonts/calibri.woff") format("woff");
font-weight: normal;
font-style: normal;
}
html, body
{
background-color: #112233;
margin: 0;
overflow: hidden;
}
div, table, tr, td, label, button
{
font-family: CalibriVL, Calibri;
margin: 0;
}
</style>
<script>
var anst=0;
var tl;
var ra;
var it;
var wt;
var gn;
var gans;
var qn=1;
var n;
var s=0;
var d;
var tms;
var tmm;
var dif;
var tme;
function ext()
{
if (typeof(Website2APK)!="undefined")
{
Website2APK.exitApp();
}
else
{
window.open("https://google.com/", "_self");
}
}
function ent()
{
window.open("/play/", "_self");
}
</script>
</head>
<body>
<div id="user" class="container-fluid" style="position: fixed; top: 0px; left: 0px; width: 100%; height: 100vh; max-height: 100vh; font-size: 0.5vh; overflow: hidden; z-index: 2001;">
<div class="row">
<div class="col-12" style="text-align: center; font-size: 30px; overflow: hidden; margin-bottom: 20px; color: #DDDDDD;">
<?php print("".$l["readytoplay"].""); ?><br />
</div>
</div>
<div class="row">
<div class="col-6" style="text-align: center; font-size: 70px; overflow: hidden; margin: 0px; color: #DDDDDD;">
<button type="button" id="bw" onclick="ent(); return true;" class="btn btn-success btn-lg" style="position: relative; text-align: center; width: 100%; height: 85px; max-height: 95px; font-size: 28px; opacity: 1;">
<div class="container-fluid">
<div class="row">
<div class="col-4">
<i class="fas fa-face-grin"></i>
</div>
<div class="col-8">
<?php print("".$l["yes"].""); ?>
</div>
</div>
</div>
</button>
</div>
<div class="col-6" style="text-align: center; font-size: 70px; overflow: hidden; margin: 0px; color: #DDDDDD;">
<button type="button" id="bw" onclick="ext(); return true;" class="btn btn-danger btn-lg" style="position: relative; text-align: center; width: 100%; height: 85px; max-height: 95px; font-size: 28px; opacity: 1;">
<div class="container-fluid">
<div class="row">
<div class="col-4">
<i class="fas fa-face-frown"></i>
</div>
<div class="col-8">
<?php print("".$l["no"].""); ?>
</div>
</div>
</div>
</button>
</div>
</div>
<div class="row">
<div class="col-12" style="text-align: center; font-size: 30px; overflow: hidden; margin-bottom: 20px; color: #DDDDDD;">
<?php print("".$l["switchto"].""); ?><br />
<a title="<?php print("".$l["lbg"].""); ?>" href="/?lng=bg"><img alt="<?php print("".$l["lbg"].""); ?>" src="/images/f/bg.png" style="width: 40px; height: 20px; border: none;" /></a>
<a title="<?php print("".$l["les"].""); ?>" href="/?lng=es"><img alt="<?php print("".$l["les"].""); ?>" src="/images/f/es.png" style="width: 40px; height: 20px; border: none;" /></a>
<a title="<?php print("".$l["lpl"].""); ?>" href="/?lng=pl"><img alt="<?php print("".$l["lpl"].""); ?>" src="/images/f/pl.png" style="width: 40px; height: 20px; border: none;" /></a>
<a title="<?php print("".$l["lrs"].""); ?>" href="/?lng=rs"><img alt="<?php print("".$l["lrs"].""); ?>" src="/images/f/rs.png" style="width: 40px; height: 20px; border: none;" /></a>
<a title="<?php print("".$l["ltr"].""); ?>" href="/?lng=tr"><img alt="<?php print("".$l["ltr"].""); ?>" src="/images/f/tr.png" style="width: 40px; height: 20px; border: none;" /></a>
<a title="<?php print("".$l["luk"].""); ?>" href="/?lng=uk"><img alt="<?php print("".$l["luk"].""); ?>" src="/images/f/uk.png" style="width: 40px; height: 20px; border: none;" /></a>
<br /><img src="/assets/images/site/g2s-logo.png" style="width: 240px; border: none;" />
</div>
</div>
</div>
</body>
</html>