forked from KirixenYT/Gogoanime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
forget.php
138 lines (114 loc) · 6.17 KB
/
forget.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
<?php require_once('../php/info.php'); ?>
<!DOCTYPE html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="shortcut icon" href="<?=$base_url?>/img/favicon.ico">
<title><?=$website_name?> | Forget</title>
<meta name="robots" content="index, follow" />
<meta name="description" content="Watch anime online in English. You can watch free series and movies online and English subtitle.">
<meta name="keywords" content="gogoanime,watch anime, anime online, free anime, english anime, sites to watch anime">
<meta itemprop="image" content="<?=$base_url?>/img/logo.png" />
<meta property="og:site_name" content="Gogoanime" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="<?=$website_name?> | Forget" />
<meta property="og:description" content="Watch anime online in English. You can watch free series and movies online and English subtitle.">
<meta property="og:url" content="" />
<meta property="og:image" content="<?=$base_url?>/img/logo.png" />
<meta property="og:image:secure_url" content="<?=$base_url?>/img/logo.png" />
<meta property="twitter:card" content="summary" />
<meta property="twitter:title" content="<?=$website_name?> | Forget" />
<meta property="twitter:description" content="Watch anime online in English. You can watch free series and movies online and English subtitle." />
<link rel="canonical" href="<?=$base_url?><?php echo $_SERVER['REQUEST_URI'] ?>" />
<link rel="alternate" hreflang="en-us" href="<?=$base_url?><?php echo $_SERVER['REQUEST_URI'] ?>" />
<link rel="stylesheet" type="text/css" href="<?=$base_url?>/css/style.css" />
<link rel="stylesheet" type="text/css" href="<?=$base_url?>/css/user_auth.css" />
<link rel="stylesheet" type="text/css" href="<?=$base_url?>/css/user.css" />
<?php require_once('../php/advertisments/popup.html'); ?>
<script type="text/javascript" src="<?=$base_url?>/js/libraries/jquery.js"></script>
<script>
var base_url = 'https://' + document.domain + '/';
var base_url_cdn_api = 'https://ajax.gogocdn.net/';
var api_anclytic = 'https://ajax.gogocdn.net/anclytic-ajax.html';
</script>
<script type="text/javascript" src="https://cdn.gogocdn.net/files/gogo/js/main.js?v=6.9"></script>
<style>
.myptag {
color: red;
text-align: center;
}
</style>
</head>
<body>
<div class="clr"></div>
<div id="wrapper_inside">
<div id="wrapper">
<div id="wrapper_bg">
<?php require('../php/include/header.php'); ?>
<section class="content">
<section class="content_left">
<div class="main_body">
<div class="anime_name reg">
<i class="icongec-reg i_pos"></i>
<h2>Forget password</h2>
</div>
<div class="content-login">
<div class="form-login">
<h1>Forget password</h1>
<p class="myptag">* this is just a template.<br>No function has been implemented. Feel free to modify the code!</p>
<a href="<?=$base_url?>" class="btn-google">
<span>
<img src="https://gogoanime3.co/img/google.png" alt="google" /> </span>
Continue with Google
</a>
<form method='post' ><input type='hidden' name='_csrf' value='65e73d7caf3b7' >
<input type='email' name='email' placeholder='Email' required='true' value=''>
<button type='submit' >request mail</button>
</form>
<a class="link-forget" href="/login.html">Sign in</a>
<a class="link-sign" href="/register.html">Create new account</a>
</div>
</div>
</div>
</section>
<section class="content_right">
<div class="clr"></div>
<div class="banner_center">
<div class="anime_name guide">
<i class="icongec-guide i_pos"></i>
<h2>Guidelines</h2>
</div>
<div class="content_items">
As a member you can:<br /><br />
- Bookmark anime: This feature will auto notify you when the anime have new episode.<br />
- Various options: Such as Default HD, disable auto play, etc….<br />
- Updated: You will be updated all the extra feature automatically when it publish.<br /><br />
</div>
</div>
</section>
</section>
<div class="clr"></div>
<footer>
<div class="menu_bottom">
<a href="/about-us.html"><h3>Abouts us</h3></a>
<a href="/contact-us.html"><h3>Contact us</h3></a>
<a href="/privacy.html"><h3>Privacy</h3></a>
</div>
<div class="croll">
<div class="big"><i class="icongec-backtop"></i></div>
<div class="small"><i class="icongec-backtop_mb"></i></div>
</div>
</footer>
</div>
</div>
</div>
<div id="off_light"></div>
<div class="clr"></div>
<div class="mask"></div>
<script type="text/javascript" src="<?=$base_url?>/js/files/combo.js"></script>
<script type="text/javascript" src="<?=$base_url?>/js/files/video.js"></script>
<script type="text/javascript" src="<?=$base_url?>/js/files/jquery.tinyscrollbar.min.js"></script>
<?php include('../php/include/footer.php')?>
</body>
</html>