This repository was archived by the owner on May 19, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathindex.php
More file actions
306 lines (290 loc) · 17.1 KB
/
index.php
File metadata and controls
306 lines (290 loc) · 17.1 KB
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
300
301
302
303
304
305
306
<?php
require('./_config.php');
?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>
<?= $websiteTitle ?> - Official
<?= $websiteTitle ?> Watch High Quality Anime Online Without Ads
</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="robots" content="index,follow" />
<meta http-equiv="content-language" content="en" />
<meta name="description"
content="<?= $websiteTitle ?> - Official <?= $websiteTitle ?> #1 Watch High Quality Anime Online Without Ads. You can watch anime online free in HD without Ads. Best place for free find and one-click anime." />
<meta name="keywords"
content="anime to watch, watch anime,anime online, free anime online, online anime, anime streaming, stream anime online, english anime, english dubbed anime" />
<meta property="og:type" content="website" />
<meta property="og:url" content="<?= $websiteUrl ?>" />
<meta property="og:title"
content="<?= $websiteTitle ?> - Official <?= $websiteTitle ?> Watch High Quality Anime Online Without Ads" />
<meta property="og:image" content="<?= $banner ?>" />
<meta property="og:description"
content="<?= $websiteTitle ?> - Official <?= $websiteTitle ?> #1 Watch High Quality Anime Online Without Ads. You can watch anime online free in HD without Ads. Best place for free find and one-click anime." />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1" />
<meta name="apple-mobile-web-app-status-bar" content="#202125">
<meta name="theme-color" content="#202125">
<link rel="apple-touch-icon" href="<?=$websiteUrl?>/favicon.png?v=<?=$version?>" />
<link rel="shortcut icon" href="<?=$websiteUrl?>/favicon.png?v=<?=$version?>" type="image/x-icon"/>
<link rel="apple-touch-icon" sizes="180x180" href="<?=$websiteUrl?>/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="<?=$websiteUrl?>/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="<?=$websiteUrl?>/favicon-16x16.png">
<link rel="mask-icon" href="<?=$websiteUrl?>/safari-pinned-tab.svg" color="#5bbad5">
<link rel="icon" sizes="192x192" href="<?=$websiteUrl?>/files/images/touch-icon-192x192.png?v=<?=$version?>">
<link rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css?v=<?= $version ?>">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css?v=<?= $version ?>">
<link rel="stylesheet" href="<?= $websiteUrl ?>/files/css/home.css?v=<?= $version ?>">
<link rel="manifest" href="./manifest.json">
</head>
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('./sw.js');
};
</script>
<body>
<div id="wrapper">
<!--Begin: Header-->
<div id="xheader">
<div class="container">
<div id="xheader_browser">
<div class="header-btn"><i class="fas fa-bars mr-2"></i>Menu</div>
</div>
<div id="xheader_menu">
<ul class="nav header_menu-list">
<li class="nav-item"><a href="<?= $websiteUrl ?>/home" title="Home">Home</a></li>
<li class="nav-item"><a href="<?= $websiteUrl ?>/type/movies" title="Movies">Movies</a></li>
<li class="nav-item"><a href="<?= $websiteUrl ?>/type/tv-series" title="TV Series">TV Series</a>
</li>
<li class="nav-item"><a href="<?= $websiteUrl ?>/popular" title="Most Popular">Most Popular</a>
</li>
<li class="nav-item"><a href="<?= $websiteUrl ?>/new-season" title="New Season">New Season</a>
</li>
</ul>
<div class="clearfix"></div>
</div>
<div class="clearfix"></div>
</div>
</div>
<!--End: Header-->
<!--Begin: Main-->
<div id="xmain-wrapper">
<div id="mw-top">
<div class="container">
<div class="mwt-content">
<div class="mwt-icon"><img src="<?= $websiteUrl ?>/files/images/zorowaifu.png">
</div>
<div class="mwh-logo">
<a href="<?= $websiteUrl ?>/home" class="mwh-logo-div">
<img src="<?= $websiteLogo ?>" alt="<?= $websiteTitle ?>">
</a>
<div class="clearfix"></div>
</div>
<div id="xsearch" class="home-search">
<div class="search-content">
<form action="<?= $websiteUrl ?>/search" autocomplete="off" id="search-form">
<div class="search-submit">
<div class="search-icon btn-search"><i class="fa fa-search"></i></div>
</div>
<input type="text" class="form-control search-input" name="keyword"
placeholder="Search anime..." required>
</form>
</div>
<div class="xhashtag">
<span class="title">Top search:</span>
<a href="<?= $websiteUrl ?>/search?keyword=Dandadan" class="item">Dandadan</a>
<a href="<?= $websiteUrl ?>/search?keyword=One+Piece" class="item">One Piece</a>
<a href="<?= $websiteUrl ?>/search?keyword=Solo+leveling" class="item">Solo Leveling</a>
<a href="<?= $websiteUrl ?>/search?keyword=Jujutsu%20Kaisen%202nd%20Season"
class="item">Jujutsu Kaisen 2nd Season
Movie</a>
<a href="<?= $websiteUrl ?>/search?keyword=Blue+Lock" class="item">Blue Lock
</a>
<a href="<?= $websiteUrl ?>/search?keyword=The%20Eminence%20in%20Shadow" class="item">The
Eminence in
Shadow</a>
<a href="<?= $websiteUrl ?>/search?keyword=Frieren%3A%20Beyond%20Journey%27s%20End" class="item">Frieren: Beyond Journey's End</a>
<a href="<?= $websiteUrl ?>/search?keyword=Dragon%20Ball%20Daima"
class="item">Dragon Ball Daima</a>
<a href="<?= $websiteUrl ?>/search?keyword=My%20Hero%20Academia%20Season%207" class="item">My Hero Academia Season 7</a>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<div class="mw-body">
<div class="container">
<div id="action-button">
<a href="<?= $websiteUrl ?>/home" class="btn btn-lg btn-radius btn-primary">View Full Site <i
class="fas fa-arrow-circle-right ml-2"></i></a>
</div>
<script type="text/javascript"
src="//s7.addthis.com/js/300/addthis_widget.js?v=<?= $version ?>#pubid=ra-63430163bc99824a">
</script>
<div class="share-buttons share-buttons-detail">
<div class="share-buttons-block">
<div class="share-icon"></div>
<div class="sbb-title">
<span>Share
<?= $websiteTitle ?>
</span>
<p class="mb-0">to your friends</p>
</div>
<div class="sbb-social">
<div class="addthis_inline_share_toolbox"></div>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="mwb-2col">
<div class="mwb-left">
<h1 class="mw-heading">
<?= $websiteTitle ?> - The best site to watch anime online for Free
</h1>
<p>Do you know that according to Google, the monthly search volume for anime related topics
is
up to over 1 Billion times? Anime is famous worldwide and it is no wonder we've seen a
sharp
rise in the number of free anime streaming sites.</p>
<p>Just like free online movie streaming sites, anime watching sites are not created
equally,
some are better than the rest, so we've decided to build
<?= $websiteTitle ?> to be one of
the best
free
anime streaming site for all anime fans on the world.
</p>
<h2>1/ What is
<?= $websiteTitle ?>?
</h2>
<p>
<?= $websiteTitle ?> is a free site to watch anime and you can even download subbed or
dubbed anime in
ultra HD quality without any registration or payment. By having No Ads in all kinds, we
are
trying to make it the safest site for free anime.
</p>
<h2>2/ Is
<?= $websiteTitle ?> safe?
</h2>
<p>Yes we are, we do have only one Ads to cover the server cost and we keep scanning the ads
24/7 to make sure all are clean, If you find any ads that is suspicious, please forward
us
the info and we will remove it.</p>
<h2>3/ So what make
<?= $websiteTitle ?> the best site to watch anime free online?
</h2>
<p>Before building
<?= $websiteTitle ?>, we've checked many other free anime sites, and learnt
from them.
We
only keep the good things and remove all the bad things from all the competitors, to put
it
in our
<?= $websiteTitle ?> website. Let's see how we're so confident about being the best
site for
anime
streaming:
</p>
<ul>
<li><strong>Safety:</strong> We try our best to not having harmful ads on
<?= $websiteTitle ?>.
</li>
<li><strong>Content library:</strong> Our main focus is anime. You can find here
popular,
classic, as well as current titles from all genres such as action, drama, kids,
fantasy,
horror, mystery, police, romance, school, comedy, music, game and many more. All
these
titles come with English subtitles or are dubbed in many languages.
</li>
<li><strong>Quality/Resolution:</strong> All titles are in excellent resolution, the
best
quality possible.
<?= $websiteTitle ?> also has a quality setting function to make
sure our users
can
enjoy streaming no matter how fast your Internet speed is. You can stream the anime
at
360p if your Internet is being ridiculous, Or if it is good, you can go with 720p or
even 1080p anime.
</li>
<li><strong>Streaming experience:</strong> Compared to other anime streaming sites, the
loading speed at
<?= $websiteTitle ?> is faster. Downloading is just as easy as
streaming, you
won't
have any problem saving the videos to watch offline later.
</li>
<li><strong>Updates:</strong> We updates new titles as well as fulfill the requests on a
daily basis so be warned, you will never run out of what to watch on
<?= $websiteTitle ?>.
</li>
<li><strong>User interface:</strong> Our UI and UX makes it easy for anyone, no matter
how
old you are, how long have you been on the Internet. Literally, you can figure out
how
to navigate our site after a quick look. If you want to watch a specific title,
search
for it via the search box. If you want to look for suggestions, you can use the
site's
categories or simply scroll down for new releases.
</li>
<li><strong>Device compatibility:</strong>
<?= $websiteTitle ?> works alright on both your
mobile and
desktop. However, we'd recommend you use your desktop for a smoother streaming
experience.
</li>
<li><strong>Customer care:</strong> We are in active mode 24/7. You can always contact
us
for any help, query, or business-related inquiry. On our previous projects, we were
known for our great customer service as we were quick to fix broken links or upload
requested content.
</li>
</ul>
<p>So if you're looking for a trustworthy and safe site for your Anime streaming, let's give
<?= $websiteTitle ?> a try. And if you like us, please help us to spread the words and do
not forget
to
bookmark our site.
</p>
<p>Thank you!</p>
<p> </p>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<!--End: Main-->
<!--Begin: Footer-->
<div id="xfooter-about">
<div class="container">
<p class="copyright">©
<?php echo date("Y"); ?> <a href="<?= $websiteUrl ?>"><?= $websiteTitle ?></a>. All rights reserved.
</p>
</div>
</div>
<!--End: Footer-->
</div>
<script type="text/javascript"
src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js?v=<?= $version ?>"></script>
<script type="text/javascript"
src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js?v=<?= $version ?>"></script>
<script>
$(document).ready(function () {
$("#xheader_browser").click(function (e) {
$("#xheader_menu, #xheader_browser").toggleClass("active");
});
$('.btn-search').click(function () {
if ($('.search-input').val().trim() !== "") {
$('#search-form').submit();
}
});
});
</script>
</body>
</html>