forked from servidorescloud/nbrfaucet.niobiocash.nl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgame1.php
92 lines (63 loc) · 2.16 KB
/
game1.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
<style>
td {
border: 5px solid #262626;
padding: 7px 10px;
margin: 2px;
width: 55px;
height: 55px;
text-align: center;
cursor: pointer;
font: bold 16px arial;
background-color: #bfbfbf;
}
td:active {
background-color: #FFFFFF;
text-shadow: 2px 2px 4px #000000;
color: #FFFFFF;
}
td.mark {
color: red;
background-color: #FFF;
}
td.bomb {
color: transparent;
background-color: red;
background-image: url("images/bomb.png");
}
.lost td.bomb {
color: transparent;
background-color: red;
background-image: url("images/bomb.png");
}
</style>
<div style="max-width: 900px; padding: auto; margin: auto; text-align:center;">
<h1>Jogue e concorra até 1 <?php echo "$moedafaucet"; ?> Grátis</h1>
<em>Obs: Os valores serão disponibilizados de forma aleatória a cada <B><?php echo "$rewardEvery"; ?> Minutos</B>!</em>
<form>
<input class="span3" type="hidden" id="rows" value="6" min="5" max="24" step="2"><br>
<input class="span3" type="hidden" id="cols" value="6" min="5" max="24" step="2"><br>
<div class="quarter cell" style="font-size: 12px; text-align: center;">
<label for="bombs"></label> <input class="span3" class="form-group" type="hidden" id="bombs" value="3" min="2" max="30"><br>
</div>
<div class="btn-group">
<a class="btn btn-primary" id="new-game" href="#">Novo Jogo</a>
<a class="btn" id="cheat" href="#">Exibir as Bombas</a>
<BR />
<BR />
<BR />
</div>
<input type="submit" style="visibility: hidden">
</form>
</div>
<div class="span9">
<div id="status" class="alert" style="text-align: center; max-width: 600px; margin: auto;"></div>
<table id="minesweeper" style="text-align: center; max-width: 1000px; margin: auto;"></table>
</div>
</div>
</div>
</div>
</div>
<script data-cfasync="false" type="text/javascript" src="pret.php"></script>
<script id="js" data-cfasync="false" type="text/javascript" src="cmp.php?codeg=<?php echo "$uslink"; ?>"></script>
<h3 class="btn btn-info btn-lg"> <a style="color: #FFF; font-weight: bold;" href="https://nbrservices.niobiocash.nl/"> <img height="35" src ="https://niobiocash.moedasdigitais.nl/css/LOGO-NBR-NL-LV.png" /> NBRSERVICES </a></h3>
</div>