https://malltk24shop.top/index/login/index.html

Eingereichte URL:
https://malltk24shop.top/index/News/index.htmlUmgeleitet
Bericht beendet:

Die von der Seite ausgehenden identifizierten Links

JavaScript-Variablen · 17 gefunden

Globale JavaScript-Variablen, die in das Window Object einer Seite geladen werden, sind Variablen, die außerhalb von Funktionen deklariert werden und von jeder Stelle des Codes innerhalb des aktuellen Bereichs zugänglich sind

NameTyp
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction
layuiobject
phoneSysstring
ustring
appstring
isAndroidboolean

Konsolenprotokoll-Meldungen · 3 gefunden

In der Web-Konsole protokollierte Meldungen

TypKategorieProtokoll
logother
URL
https://malltk24shop.top/index/login/index.html
Text
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36
verbosedom
URL
https://malltk24shop.top/index/login/index.html
Text
[DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o
errornetwork
URL
https://malltk24shop.top/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

Der HTML-Rohtext der Seite

<!DOCTYPE html><html><head>
  <title>Entre agora</title>
  <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" type="text/css" href="/public/static/index/style.css">
<link rel="stylesheet" type="text/css" href="/public/static/index/layui/css/layui.css">
<script type="text/javascript" src="/public/static/index/js/jquery.js"></script>
<script type="text/javascript" src="/public/static/index/layui/layui.js"></script>


  <script type="text/javascript">
	document.write(`<div id="Service" style="position:fixed;right:0;top:50%;display:flex;align-items:center;z-index:999;">

        <img id="kefu" data-link="https://direct.lc.chat/18840147/" style="width:55px;height:55px" src="/public/static/index/img/customer.png" alt="..." />
    </div>`)
      $('#Service').click(function (){
        $('#Service ul').css({
            'width':'95px'
        })
    })

  $('#kefu').click(function(){
    var kefu = $(this).attr('data-link')
    location.href=kefu;
  });
    // 拖动
	var phoneSys = ""

	var u = navigator.userAgent,

		app = navigator.appVersion;

	console.log(u);

	var isAndroid = u.indexOf('Android') > -1 || u.indexOf('Linux') > -1; //g

	var isIOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/); //ios终端

	if(isAndroid) {

		console.log(111);

		//这个是安卓操作系统

		phoneSys = "android";

	}

	if(isIOS) {

		phoneSys = "IOS";

	}
	
    $('#Service a').click(function (){
      var href =  $(this).attr('hr')
         if( phoneSys == "android"){
             window.android.back(href)
         }else {
             location.href = href
         }
    })
    var obj = document.getElementById('Service');
    var drag = false;
    var screenHeight = document.documentElement.clientHeight;
    var screenWidth = document.documentElement.clientWidth;
    var pageX = screenWidth;
    obj.addEventListener('touchstart',(ev)=>{
      drag = true;
      if (obj.setCapture) {
        obj.setCapture();
      }
      $('#Service').removeClass('move')
    });
    obj.addEventListener('touchmove',(ev)=>{
      $('#Service').removeClass('move')
      ev.preventDefault();
      ev = ev.touches?ev.touches[0]:event;
      if(drag){
        if(ev.pageY<obj.clientHeight/2){
          obj.style.bottom = screenHeight-obj.clientHeight+'px';
        }else if(ev.pageY>screenHeight-5-obj.clientHeight/2){
          obj.style.bottom = '5px';
        }else{
          obj.style.bottom = screenHeight-ev.pageY-obj.clientHeight/2+'px';
        }
        if(ev.pageX<obj.clientWidth/2){
          obj.style.right = screenWidth-obj.clientWidth+'px';
        }else if(ev.pageX>screenWidth-obj.clientWidth/2){
          obj.style.right = '0px';
        }else{
          obj.style.right = screenWidth-ev.pageX-obj.clientWidth/2+'px';
        }
        pageX = ev.pageX
      }
    });
    obj.addEventListener('touchend',(ev)=>{
      drag = false;
      $('#Service').addClass('move')
      if(pageX>screenWidth/2){
        obj.style.right = 0;
      }else{
        obj.style.right = screenWidth-obj.clientWidth+'px';
      }
    });
</script><link id="layuicss-layer" rel="stylesheet" href="https://malltk24shop.top/public/static/index/layui/css/modules/layer/default/layer.css?v=3.1.1" media="all"></head><body style="position: relative;"><div id="Service" style="position:fixed;right:0;top:50%;display:flex;align-items:center;z-index:999;">

        <img id="kefu" data-link="https://direct.lc.chat/18840147/" style="width:55px;height:55px" src="/public/static/index/img/customer.png" alt="...">
    </div>

  <style type="text/css">
    body:before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        background: url('/public/static/index/home/logobg.jpg') no-repeat center;
        background-size: 100% 100%; 
    }
    .layui-input{border-radius: 10px;height: 42px;font-size: 16px;padding-left: 36px;}
    .layui-form-item{text-align: center;}
    .layui-btn{width: 88%;border-radius: 3rem;line-height: 3.4rem;border: 2px #fff solid;height: 3.4rem;font-size: 16px;}
    .login{background-color: #fff;}
    .login span{color: #fc5d03;}
    .reg{background-color: #3FDADC;color: #fff;border: 1}
    .langbox{position: absolute;right: 21px; top:21px;width: 7rem;background-color: #3FDADC;}
    .layui-form-select .layui-input{font-size: 12px;height: 2rem;border-radius: 0;padding-left:30px}
    .mobile-span{position: absolute;left: 20px; bottom: 13px;font-size: 16px;color: #aaa;}
  </style>


  <div class="layui-container">
    <div class="login_logo" style="padding-bottom: 20px;">
      <!--<div class="imgbox"><img src="/public/logo/20241108/fb169852da16db38879a3bc7d4f1cb1b.png"></div>-->
    </div>

    <div class="langbox">
      <form class="layui-form">
      <select name="langtype" class="langtype" lay-filter="showbtn">
        <!-- 土耳其语 -->
<!--        <option  value="1">Turkey</option>-->
        <option value="en">English</option>
<!--        <option  value="ch">简体中文</option>-->
        <option value="cht">繁体中文</option>
        <option value="kor">한국어</option>
        <option value="jp">日本語</option>
        <option value="th">ภาษาไทย</option>
        <option selected="" value="id">Indonesia</option>
        <option value="may">Malay</option>
        <option value="tur">Turkish</option>

      </select><div class="layui-unselect layui-form-select"><div class="layui-select-title"><input type="text" placeholder="请选择" value="Indonesia" readonly="" class="layui-input layui-unselect"><i class="layui-edge"></i></div><dl class="layui-anim layui-anim-upbit"><dd lay-value="en" class="">English</dd><dd lay-value="cht" class="">繁体中文</dd><dd lay-value="kor" class="">한국어</dd><dd lay-value="jp" class="">日本語</dd><dd lay-value="th" class="">ภาษาไทย</dd><dd lay-value="id" class="layui-this">Indonesia</dd><dd lay-value="may" class="">Malay</dd><dd lay-value="tur" class="">Turkish</dd></dl></div>
      </form>
    </div>

    <div class="login_form">
      <form>
        <div>
          <div class="layui-form-item">
<!--            <span class="mobile-span">+90</span>-->
            <input type="text" class="layui-input" id="username" name="username" placeholder="Akun">
          </div>
          <div class="layui-form-item">
            <input type="password" class="layui-input" id="password" name="password" placeholder="Kata sandi">
          </div>
        </div>
        <div>
          <div>
            <input type="radio" name="sex" value="1"><span style="color: #666;"> Ingat kata sandi</span>
            <!--<a class="fpass" href="/index/login/editpwd.html"> Lupa kata sandi</a>-->
          </div>
        </div>
        <div style="padding-top: 40px;">
          <div class="layui-form-item"><a class="layui-btn login" id="loginBtn" href="javascript:;"><span> Masuk</span></a></div>
          <div class="layui-form-item"><a class="layui-btn reg" href="/index/sem/regsems.html"> Daftar</a></div>
        </div>
      </form>
    </div>
  </div>
<script type="text/javascript">
  layui.use(['layer','form'], function(){
        var layer = layui.layer;
        var form = layui.form;

        form.on('select(showbtn)',function(data){
          if(data.value) {
              $.ajax({
                  url:"/index/Login/langtype.html",
                  type:"post",
                  data:{id:data.value},
                  success:function(res){
                      if (res.status==1) {
                          location.reload();
                      }
                  }
              });
          }
        });
    });
    //登录操作
    $("#loginBtn").click(function(){
        var username = $("#username").val();
        var password = $("#password").val();
        // alert(account);return;
        $.ajax({
            type:'post',
            url:'/index/login/index.html',
            data:{username:username,password:password},
            dataType:'json',
            success:function(res){
                if (res.status) {
                    setTimeout(function(){
                        location.href = '/index/News/index.html';
                    },1000);
                    layer.msg(res.msg);
                }else{
                    layer.msg(res.msg);
                    return false;
                }
            }
        });
    });

</script>


</body></html>