-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.php
299 lines (295 loc) · 10.1 KB
/
default.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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
<!DOCTYPE html>
<html lang="en">
<head>
<title>Default page</title>
<meta charset="utf-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta content="Default page" name="description">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese" rel="stylesheet">
<style>
body {
font-family: 'Open Sans', 'Helvetica', sans-serif;
color: #000;
padding: 0;
margin: 0;
line-height: 1.428;
}
h1, h2, h3, h4, h5, h6, p {
padding: 0;
margin: 0;
color:#333333;
}
h1 {
font-size: 30px;
font-weight: 600!important;
color: #333;
}
h2 {
font-size: 24px;
font-weight: 600;
}
h3 {
font-size: 22px;
font-weight: 600;
line-height: 28px;
}
hr {
margin-top: 35px;
margin-bottom: 35px;
border: 0;
border-top: 1px solid #bfbebe;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
li {
display: inline-block;
float: right;
margin-left: 20px;
line-height: 35px;
font-weight: 100;
}
a {
text-decoration: none;
cursor: pointer;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
li a {
color: white;
margin-left: 3px;
}
li > i {
color: white;
}
.column-wrap a {
color: #5c34c2;
font-weight: 600;
font-size:16px;
line-height:24px;
}
.column-wrap p {
color: #717171;
font-size:16px;
line-height:24px;
font-weight:300;
}
.container {
margin-top: 100px;
}
.navbar {
position: relative;
min-height: 45px;
margin-bottom: 20px;
border: 1px solid transparent;
}
.navbar-brand {
float: left;
height: auto;
padding: 10px 10px;
font-size: 18px;
line-height: 20px;
}
.navbar-nav>li>a {
padding-top: 11px;
padding-bottom: 11px;
font-size: 13px;
padding-left: 5px;
padding-right: 5px;
}
.navbar-nav>li>a:hover {
text-decoration: none;
color: #cdc3ea!important;
}
.navbar-nav>li>a i {
margin-right: 5px;
}
.nav-bar img {
position: relative;
top: 3px;
}
.congratz {
margin: 0 auto;
text-align: center;
}
.message::before {
content: " ";
background: url(https://cdn.hostinger.com/hostinger_welcome/images/hostinger-dragon.png);
width: 141px;
height: 175px;
position: absolute;
left: -150px;
top: 0;
}
.message {
width: 50%;
margin: 0 auto;
height: auto;
padding: 40px;
background-color: #eeecf9;
margin-bottom: 100px;
border-radius: 5px;
position:relative;
}
.message p {
font-weight: 300;
font-size: 16px;
line-height: 24px;
}
#pathName {
margin: 20px 10px;
color: grey;
font-weight: 300;
font-size:18px;
font-style: italic;
}
.column-custom {
border-radius: 5px;
background-color: #eeecf9;
padding: 35px;
margin-bottom: 20px;
}
.footer {
font-size: 13px;
color: gray !important;
margin-top: 25px;
line-height: 1.4;
margin-bottom: 45px;
}
.footer a {
cursor: pointer;
color: #646464 !important;
font-size: 12px;
}
.copyright {
color: #646464 !important;
font-size: 12px;
}
.navbar a {
color: white !important;
}
.navbar {
border-radius: 0px !important;
}
.navbar-inverse {
background-color: #434343;
border: none;
}
.column-custom-wrap{
padding-top: 10px 20px;
}
@media screen and (max-width: 768px) {
.message {
width: 75%;
padding: 35px;
}
.container {
margin-top: 30px;
}
}
}
</style>
</head>
<body>
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<button class="navbar-toggle" data-target="#myNavbar" data-toggle="collapse" type="button">
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://www.hostinger.in/" rel="nofollow"><img src="https://cdn.hostinger.com/hostinger_welcome/images/hostinger-logo.png" width="120" alt="Hostinger"></a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="https://www.hostinger.in/tutorials/" rel="nofollow"><i aria-hidden="true" class="fa fa-graduation-cap"></i> Tutorials</a>
</li>
<li>
<a href="https://www.hostinger.in/make-money-online/" rel="nofollow"><i aria-hidden="true" class="fa fa-trophy"></i> Earn with us</a>
</li>
<li>
<a href="https://www.hostinger.in/affiliates" rel="nofollow"><i aria-hidden="true" class="fa fa-user"></i> Affiliates</a>
</li>
<li>
<a href="https://cpanel.hostinger.in" rel="nofollow"><i aria-hidden="true" class="fa fa-lock"></i> Login</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="empty-account-page">
<div class="container">
<div class="row congratz">
<h1>Your account has been created!</h1><em></em>
<h2 id="pathName"><em></em></h2>
</div>
<div class="row message">
<p>Website <span id="website" style="word-break:break-all;"></span> has been successfully installed on server! Please delete the file <span style="font-weight: bold;">default.php</span> from the public_html folder and then upload your website by using FTP or File Manager.</p>
</div>
<div class="col-xs-12">
<h2>What's next?</h2>
</div>
<div class="column-wrap clearfix">
<div class="col-xs-12">
<hr>
</div>
<div class="col-xs-12 col-sm-4 column-custom-wrap">
<div class="column-custom">
<h3>Elite Affiliate Club</h3>
<br>
<p>Looking for an easy way to earn money online? Join Hostinger Elite Affiliate club - a new and upgraded affiliate program that will boost your wallet in minutes.</p>
<br>
<a href="https://www.hostinger.in/make-money-online" rel="nofollow">Learn more</a>
</div>
</div>
<div class="col-xs-12 col-sm-4 column-custom-wrap">
<div class="column-custom">
<h3 style="padding-bottom: 5px">Knowledge Base</h3>
<br>
<p>Have an idea for a website but don't know where to begin? All the answers are here. Browse through categories or simply type in a word to start your search.</p>
<br>
<a href="https://support.hostinger.com/en/" rel="nofollow">Learn more</a>
</div>
</div>
<div class="col-xs-12 col-sm-4 column-custom-wrap">
<div class="column-custom">
<h3 style="padding-bottom: 5px">Hostinger Blog</h3>
<br>
<p>Become a part of Hostinger community. Subscribe to receive updates on the daily life at Hostinger, engineering, marketing and other web hosting news.</p>
<br>
<a href="https://www.hostinger.com/blog/" rel="nofollow">Learn more</a>
</div>
</div>
</div>
<div class="footer">
<div class="row">
<div class="text-center" style="margin-bottom: 10px;">
<a href="https://cpanel.hostinger.in" rel="nofollow">Client Login</a>
</div>
<div class="copyright text-center">
Hostinger © <?php echo date("Y"); ?>. All rights reserved
</div>
</div>
</div>
</div>
</div>
<script>
var pathName = window.location.hostname;
var account = document.getElementById("pathName");
var accountText = document.getElementById("website");
account.innerHTML = pathName;
accountText.innerHTML = pathName;
</script>
</body>
</html>