HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/www.twcao.com/zt/index.php 屏蔽
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-138750842-18"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-138750842-18');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5S3439Z');</script>
<!-- End Google Tag Manager -->

<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5S3439Z"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->


<?php
include  'conn.php';
 $sqlxs = "SELECT * FROM xiao where zhuantai=0  order by   cishu  asc    limit  1  ";
$resultsz = $conn->query($sqlxs);
 
if ($resultsz->num_rows > 0) {
    // 输出数据
    while($rowsz = $resultsz->fetch_assoc()) {
        $cishu=$rowsz['cishu']+1;
        $zongshu=$rowsz['zongshu']+1;
        $linehao=$rowsz['linehao'];
        $linelj=$rowsz['linelj'];
        $weixin=$rowsz['weixin'];
        // $dianji=$rowsz['dianji']+1;
        //加
  $sqlxg ="UPDATE   `xiao` SET  `cishu` = '" . $cishu. "' ,`zongshu` = '" . $zongshu . "'     WHERE  `linehao` = '" . $linehao . "'";
   if ($conn->query($sqlxg) === TRUE) {
  }
        //加
      
 
echo '	   <script type="text/javascript" src="https://www.twcao.com/zt/jquery-1.11.1.min.js"></script> <script>
var weixin =["'.$weixin.'"]; //创建line号
 var arr_wx =["'.$linehao.'"]; //创建line号
	 		var kfhlja =["'.$linelj.'"]; //创建line号的链接
	    var wx_index = Math.floor((Math.random() * arr_wx.length)); 
	    var wx_weixin = Math.floor((Math.random() * arr_wx.length)); 
	    var stxlwx = arr_wx[wx_index];
	    var weiwei = weixin[wx_weixin];
	 		var kfhljas = kfhlja[wx_index];
	 		 
	 function showline() {
	  
  window.open(kfhljas); 
    $.post("https://www.twcao.com/zt/cv.php",
    {
      action:"cvcv",
      linehao:"'.$linehao.'",
      dianji:"'.$dianji.'",
    },
    function(data,status){
 
    });
 
	  }
	 		 </script> '; 
        
    }
    
}
 
 
// $f_info=implode("",file("https://www.twcao.com/062/index.html"));   
echo '<base href="https://www.twcao.com/062/" /> ';
// $f_info=implode("",file("http://www.xxlht.com/tg/tw/bzh/085/index.html"));  
 $f_info=implode("",file("https://www.twcao.com/062/index.html"));  
echo $f_info; 







?>