虎哥或高手进,帮看下这个源码,谢谢

改下面这个源码,就是将接收到的所有请求信息全部以文件的形式保存下来,该怎么改,谢谢<?php if (['REQUEST_METHOD'] == 'GET') {  if (function_exists("curl_init")) {   if (!["test"] != null) {    header( "HTTP/1.1 301 Moved Permanently" );    header( "Location: http://www.google.com/ncr" );   } else {    echo 'Hello Opera Mini Server! Fuck GFW!';   }  } else {   echo 'cURL is not enabled.';  } } else {   = curl_init();  [] = 'Connection: Keep-Alive';  [] = 'content-type: application/xml';  [] = 'User-Agent: Java0';  curl_setopt_array(, array(   CURLOPT_URL => 'http://server4.operamini.com',   CURLOPT_HTTPHEADER => ,   CURLOPT_POST => 1,   CURLOPT_POSTFIELDS => @file_get_contents('php://input'))     );   = curl_exec();  curl_close();  header('Content-Type: application/octet-stream');  header('Cache-Control: private, no-cache');  echo ; } ?>
回复列表(5|隐藏机器人聊天)
添加新回复
回复需要登录