2 if (isset($_COOKIE['ADMDM']) && isset($_COOKIE['AMDMD'])) {
3 header('location:artist.php');
11 <meta charset
="Shift_JIS">
12 <title
>Artists
</title
>
13 <meta name
="viewport" content
="width=device-width, initial-scale=1.0">
14 <meta name
="description" content
="">
15 <meta name
="author" content
="">
16 <link rel
="stylesheet" type
="text/css" href
="css/style.css"/>
19 <div
class="containerz">
20 <div
class="navbar-collapse">
21 <ul
class="nav navbar-nav">
25 <div
class="container">
27 <div
class="form-signin" style
= "font-size: 1.2em;text-align:right;">
29 if($_SERVER['SERVER_NAME'] == "be.2ch.net") {
31 <a href
="http://www.2ch.net/" target
="_BLANK">
32 <img src
="<?php echo $livesitePath ?>css/img/2ch_logo.gif">
34 <?php
} elseif ($_SERVER['SERVER_NAME'] == "be.bbspink.com") { ?
>
35 <a href
="http://www.bbspink.com/" target
="_BLANK">
36 <img src
="<?php echo $livesitePath ?>css/img/pink.png">
44 <div
class="container">
46 <form
class="form-signin" method
="post">
47 <h3
class="form-signin-heading">Login
</h3
>
48 <input type
="email" name
="mail" placeholder
="Email" required autofocus
>
49 <input type
="password" name
="pass" placeholder
="Password" required
>
50 <br
><?php
echo $incpa; ?
><br
>
51 <input type
="submit" name
="login" value
="Submit">