forked from servidorescloud/nbrfaucet.niobiocash.nl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtop.php
116 lines (80 loc) · 2.71 KB
/
top.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<?php
date_default_timezone_set('America/Recife');
session_start();
//$expire_stamp = date('H:i:s', strtotime("5 min"));
$now_stamp = date("Y/F/J, H:i:s");
$expiry = 300;//session expiry required after 5 mins
if (isset($_SESSION['LAST']) && (time() - $_SESSION['LAST'] > $expiry)) {
session_unset();
session_destroy();
}
$_SESSION['LAST'] = time();
$tempoexperia = $expiry/60;
$uslink = $_SESSION["uslink"];
if($uslink==""){
$uslink = rand(1000,100000);
$uslink = md5($uslink);
$_SESSION["uslink"] = "$uslink";
}
$dataagora = date("d/m/Y : H:i:s");
$dataagora2= date("d:m:Y");
?>
<!DOCTYPE html>
<html>
<head>
<meta charset='UTF-8'>
<title><?php echo $faucetTitle; ?></title>
<meta http-equiv="refresh" content="300">
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='shortcut icon' href='images/favicon.ico'>
<link rel='icon' type='image/icon' href='images/favicon.ico'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<link rel='stylesheet' href='css/style.css'>
<script>var isAdBlockActive = true;</script>
<script src='js/advertisement.js'></script>
<script>
if (isAdBlockActive) {
window.location = 'adblocker.php'
}
</script>
<script type="text/javascript" src="https://code.jquery.com/jquery-git2.min.js"></script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-2036400419784635",
enable_page_level_ads: true
});
</script>
<style>
.nbrbomb {
font-weight: bold;
color: red;
}
.nbrfreecell {
font-weight: bold;
color: green;
}
.gmn{
font-size: 25px;
max-width: 350px;
font-weight: bold;
}
</style>
</head>
<body>
<div class='container'>
<?php include("menu.php"); ?>
<a href="index.php"><img style="width:50%; margin: auto; " class="img-responsive" src="<?php echo "$logo"; ?>" /></a>
<h1>FAUCET - <?php echo "$moedafaucet"; ?></h1>
<?php
//PUBLICIDADE - ADS
echo "$ads";
?>
<?php
echo "
<h5 style='font-size: 16px; font-weight: bold;'>[NBRFAUCET: Próximo Sorteio de NBRs Grátis ira ocorrer no dia $diasorteio das $horasorteiostart até $horasorteioend hrs horário de Brasília] </h5>
";
?>
<small>Obs: Sorteios realizado de forma aletória para quem Jogar, Ganhar e Solicitar o valor no FAUCET exatamente neste horário! <br /> Data e Hora atual do FAUCETNBR: <b><?php echo "$dataagora"; ?> </b></small>
<br />