-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
84 lines (69 loc) · 2.8 KB
/
index.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
<title>opL scraper</title>
<?php $start_time = microtime(true);
// curl jadwal
$start_time = microtime(true);
if(isset($_GET['chart'])){
require 'lib/jadwal.php'; #model
}
?>
<link rel="stylesheet" type="text/css" href="lib/style.css">
<link href="http://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet" type="text/css">
<script type="text/javascript" src="lib/rain.js"></script>
<style>
body {
background: black url("src/guild.png") no-repeat fixed center;
}
</style>
<center>
<div class="toto">
<font face="courier" size="4" color="red">
<pre style="text-align: left;">
_
| |
___ _ __ | |
/ _ \| '_ \| |
| (_) | |_) | |____
\___/| .__/|______|
| | 2019 - Sin.
|_| c0dename: erza
</pre></div>
<center>
<?php
echo '<font face=Consolas color=gold size=3>';
$tanggal= mktime(date("m"),date("d"),date("Y"));
echo "[<font color=green>d</font> : <b>(".date("d-M-Y", $tanggal).")</b> ";
date_default_timezone_set('Asia/Jakarta');
$jam=date("H:i:s");
echo "-> <font color=green>t</font> : <b>(". $jam.") "."</b> -> ";
$a = date ("H");
if (($a>=6) && ($a<=11)){
echo "<font color=white><b>Morning</font></b>]";
}
else if(($a>11) && ($a<=15))
{
echo ", Morning";}
else if (($a>15) && ($a<=18)){
echo ", Good day";}
else { echo ", <b> Night</b>";}
echo '</font>';
?>
<font face=Ubuntu size="2" color="white">
<center><br><div id="steal"><a href="/"><b>/home<b/></a>
<a href="?chart" rel="nofollow" target="_blank"><b>schedule</b></a></div><br>
</font>
<?php
require 'lib/str.php';
?>
<div class="page"><p>
<a href="/page?x=1">1</span></a> <a href="/page?x=2"><span class="pg">2</span></a> <a href="/page?x=3"><span class="pg">3</span></a> <a href="/page?x=4"><span class="pg">4</span></a> <a href="/page?x=5"><span class="pg">5</span></a> <a href="/page?x=6"><span class="pg">6</span></a> <a href="/page?x=7"><span class="pg">7</span></a> <a href="/page?x=8"><span class="pg">8</span></a> <a href="/page?x=9"><span class="pg">9</span></a> <a href="/page?x=10"><span class="pg">10</span></a> <a href="/page?x=11"><span class="pg">></span></a> <a href="/page?x=87"><span class="pg">Last</span></a> </div>
<div>
<p>
<div class="intro">
<font color=crimson face=consolas size=2>
<b>© Sin,</b>
(<a href="lib/info.php" rel="nofollow" target="_blank" class="class2">server status</a>) | <font size="2" color="green">
scraped in <?php echo(number_format(microtime(true) - $start_time, 2)); ?> sec.</font>
<br><font size="2" color="gray">
feel free to pull,issues,or stealing at:<br><font color=blue> https://github.com/sinkaroid/erza</font>
</font>
</div>