Initial commit
[2ch-be.git] / dev-test / reset.php
blobb18692c5c214213ec2b78a193c3d12d7cb5a4051
1 <?php
3 if (isset($_COOKIE['DMDM']) && isset($_COOKIE['MDMD'])) {
4 header('location:status.php');
5 exit;
7 include('encrypt.php');
9 ?>
10 <!DOCTYPE html>
11 <html lang="en">
12 <head>
13 <meta charset="Shift_JIS">
14 <title>ƒpƒXƒ��[ƒh‚ð–Y‚ꂽ</title>
15 <meta name="viewport" content="width=device-width, initial-scale=1.0">
16 <meta name="description" content="">
17 <meta name="author" content="">
18 <link rel="stylesheet" type="text/css" href="../css/style.css"/>
19 </head>
20 <body>
21 <div class="containerz">
22 <div class="navbar-collapse">
23 <ul class="nav navbar-nav">
24 </ul>
25 </div>
26 </div>
28 <div class="container">
29 <center>
30 <div class="form-signin" style = "font-size: 1.2em;text-align:right;">
31 <?php
32 if($_SERVER['SERVER_NAME'] == "be.2ch.net") {
33 if(detect_device2($_SERVER['HTTP_USER_AGENT']) == "PLSDISPLAY") {
35 <a href="http://www.2ch.net/" target="_BLANK">
36 <img src="<?php echo $livesitePath ?>css/img/2ch_logo.gif">
37 </a>
38 <?php } else { ?>
39 <img src="<?php echo $livesitePath ?>css/img/2ch_logo.gif">
40 <?php }
41 } elseif ($_SERVER['SERVER_NAME'] == "be.bbspink.com") { ?>
42 <a href="http://www.bbspink.com/" target="_BLANK">
43 <img src="<?php echo $livesitePath ?>css/img/pink.png">
44 </a>
45 <?php } ?>
46 <br>
47 BE 2.0
48 </div>
49 </center>
50 </div>
52 <div class="container">
53 <center>
54 <form class="form-signin" method="post" action="r.php">
55 <h3 class="form-signin-heading">ƒpƒXƒ��[ƒh‚ð–Y‚ꂽ</h3>
56 <input type="email" name="mail" placeholder="Eƒ��[ƒ‹" required autofocus>
57 <br><br>
58 <button name="login" type="submit">‘—�M</button><br><br><br>
59 <a href="index.php">[ƒ�ƒOƒCƒ“]</a>
60 </form>
61 </center>
62 </div>
63 </body>
64 </html>