-
Notifications
You must be signed in to change notification settings - Fork 66
/
donate.php
92 lines (89 loc) · 5.43 KB
/
donate.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
<?php include("./_config.php"); ?>
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns#" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Donate - AnimeZia</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="title" content="Donate - AnimeZia">
<meta name="description" content="Anime in HD with No Ads. Watch anime online">
<meta name="keywords"
content="AnimeZia, watch anime online, free anime, anime stream, anime hd, english sub, kissanime, gogoanime, animeultima, 9anime, 123animes, AnimeZia, vidstreaming, gogo-stream, animekisa, zoro.to, gogoanime.run, animefrenzy, animekisa">
<meta name="charset" content="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
<meta name="robots" content="index, follow">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="Content-Language" content="en">
<meta property="og:title" content="Donate - AnimeZia">
<meta property="og:description" content="Anime on AnimeZia in HD with No Ads. Watch anime online">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:site_name" content="AnimeZia">
<meta itemprop="image" content="<?=$cdn?>/images/banner.webp">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.1/css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css" type="text/css">
<link rel="shortcut icon" href="<?=$websiteUrl?>/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="<?=$cdn?>/css/style.css">
<link rel="stylesheet" href="<?=$cdn?>/css/min.css">
<script type="text/javascript">
setTimeout(function () {
var wpse326013 = document.createElement('link');
wpse326013.rel = 'stylesheet';
wpse326013.href = 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css';
wpse326013.type = 'text/css';
var godefer = document.getElementsByTagName('link')[0];
godefer.parentNode.insertBefore(wpse326013, godefer);
var wpse326013_2 = document.createElement('link');
wpse326013_2.rel = 'stylesheet';
wpse326013_2.href = 'https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.1/css/bootstrap.min.css';
wpse326013_2.type = 'text/css';
var godefer2 = document.getElementsByTagName('link')[0];
godefer2.parentNode.insertBefore(wpse326013_2, godefer2);
}, 500);
</script>
<noscript>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css" />
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.1/css/bootstrap.min.css" />
</noscript>
</head>
<body data-page="page_donate">
<div id="sidebar_menu_bg"></div>
<div id="wrapper" data-page="page_home">
<?php include('./_php/header.php'); ?>
<div class="clearfix"></div>
<div id="main-wrapper" class="layout-page layout-page-404">
<div class="container">
<div class="container-404 text-center">
<a href="<?=$donate?>" class="c4-small-img" target="_blank"><img
src="<?=$cdn?>/images/buyme.webp"
height="50"></a>
<div class="c4-small"></div>
<div class="c4-small">Please Support us by donating any amount to make server alive.<br />
<a href="upi://pay?pa=riley.famc@idfcbank&pn=Suprio Chakraborty&cu=INR" class="c4-small-img" target="_blank"><img
src="<?=$cdn?>/images/upi.webp"
height="60"></a>
It costs us (2$ usd) 150Rs INR per month for hosting the forntend and (3$ usd) 200Rs INR for backend. <br />
Consider donating directly at riley.famc@idfcbank
</div>
<div class="c4-button">
<a href="<?=$websiteUrl?>" class="btn btn-radius btn-focus"><i class="fa fa-chevron-circle-left mr-2"></i>Back
to AnimeZia</a>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
<?php include('./_php/footer.php'); ?>
<div id="mask-overlay"></div>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script type="text/javascript" src="<?=$cdn?>/js/video.js"></script>
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.bundle.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/js-cookie@rc/dist/js.cookie.min.js"></script>
<script type="text/javascript" src="<?=$cdn?>/js/app.js"></script>
<script type="text/javascript" src="<?=$cdn?>/js/comman.js"></script>
<script type="text/javascript" src="<?=$cdn?>/js/movie.js"></script>
<link rel="stylesheet" href="<?=$cdn?>/css/jquery-ui.css">
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript" src="<?=$cdn?>/js/function.js"></script>
</div>
</body>
</html>