-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathhead.php
163 lines (150 loc) · 3.72 KB
/
head.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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<?php
$head = '
<html>
<head>
<link href="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTLfLXmLeMSTt0jOXREfgvdp8IYWnE9_t49PpAiJNvwHTqnKkL4" rel="icon" type="image/x-icon"/>
</script>
<title>--==[[IndiShell Lab]]==--</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<STYLE>
body {
background: url(images/head.jpg);
background-size: 100% 700px;
background-repeat: no-repeat;
font-family: Tahoma;
color: white;
}
.side-pan {
margin: 0;
border:0px;
width:200px;
padding: 5px 23px;
margin:0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
border-bottom: 1px solid black;
color: white;
font-size: 20px;
font-family: Georgia, serif;
text-decoration: none;
vertical-align: left;
align:left;
}
div#left {
width: 100%;
height: 50px;
float: left;
}
div#right {
margin-left: 20%;
height: 50px;
color: white;
font-size: 20px;
font-family: Georgia, serif;
}
.main div {
float: left;
clear: none;
}
input {
border : solid 2px ;
border-color : black;
BACKGROUND-COLOR: #444444;
font: 8pt Verdana;
color: white;
}
submit {
BORDER: buttonhighlight 2px outset;
BACKGROUND-COLOR: Black;
width: 30%;
color: #FFF;
}
#t input[type=\'submit\']{
COLOR: White;
border:none;
BACKGROUND-COLOR: black;
}
#t input[type=\'submit\']:hover {
BACKGROUND-COLOR: #ff9933;
color: black;
}
tr {
BORDER: dashed 1px #333;
color: #FFF;
}
td {
BORDER: dashed 0px ;
}
.table1 {
BORDER: 0px Black;
BACKGROUND-COLOR: Black;
color: #FFF;
}
.td1 {
BORDER: 0px;
BORDER-COLOR: #333333;
font: 7pt Verdana;
color: Green;
}
.tr1 {
BORDER: 0px;
BORDER-COLOR: #333333;
color: #FFF;
}
table {
BORDER: dashed 2px #333;
BORDER-COLOR: #333333;
BACKGROUND-COLOR: #191919;;
color: #FFF;
}
textarea {
border : dashed 2px #333;
BACKGROUND-COLOR: Black;
font: Fixedsys bold;
color: #999;
}
A:link {
border: 1px;
COLOR: red; TEXT-DECORATION: none
}
A:visited {
COLOR: red; TEXT-DECORATION: none
}
A:hover {
color: White; TEXT-DECORATION: none
}
A:active {
color: white; TEXT-DECORATION: none
}
</STYLE>
<script type="text/javascript">
<!--
function lhook(id) {
var e = document.getElementById(id);
if(e.style.display == \'block\')
e.style.display = \'none\';
else
e.style.display = \'block\';
}
//-->
</script>
';
echo $head ;
echo '
<table width="100%" cellspacing="0" cellpadding="0" class="tb1" style="opacity: 0.7;border:0px;" >
<td width="100%" align=center valign="top" rowspan="1">
<font color=#ff9933 size="-2">
##########################################</font><font color=white size="-2">#############################################</font><font color=green size="-2">#############################################</font><br>
<font color=#ff9933 size=5 face="comic sans ms"><b>--==[[ SQLite database</font><font color=white size=5 face="comic sans ms"><b> Powered SQL </font><font color=green size=5 face="comic sans ms"><b> Injection Lab]]==--</font><br>
<font color=#ff9933 size=5 face="comic sans ms"><b>--==[[ </font><font color=white size=5 face="comic sans ms"><b>With Love From Team IndiShell </font><font color=green size=5 face="comic sans ms"><b>]]==--</font>
<div class="hedr">
<td height="10" align="left" class="td1"></td></tr><tr><td
width="100%" align="center" valign="top" rowspan="1">
<font color=#ff9933 size="-2">
##########################################</font><font color=white size="-2">#############################################</font><font color=green size="-2">#############################################</font><br>
<font
color="red" face="comic sans ms"size="1">
</table>
';
?>