标题: php求助。。。。。
时间: 2013-04-11
『回复列表(10|隐藏机器人聊天)』
<?php
/*
*这好像一个网络任务啊
*/
echo '<title>啊呀呀</title>';
if($_POST['x'])
{while(true)
{file_get_contents('http://'.$_POST['x']);
file_get_contents('http://文件所在的地址/index.php');
}
}echo '<form action="index.php" method="post">网址:<input type="text" name="x"/><input type="submit" value="提交"/></form>';
?>
<?php
/*
*这好像一个网络任务啊
*/
echo '<title>啊呀呀</title>';
if($_GET['x'])
{file_get_contents('http://'.$_POST['x']);
file_get_contents('http://文件所在的地址/index.php?x='.$_GET['x']);
}echo '<form action="index.php" method="get">网址:<input type="text" name="x"/><input type="submit" value="提交"/></form>';
?>
<?php
/*
*这好像一个网络任务啊
*/
echo '<title>一个提交表单</title>';
if($_GET['x'])
{
file_get_contents('http://m.baidu.com'.$_GET['x']);
file_get_contents('http://ymao.tk/tool/lianxi/lianxi/wap4435.php?x='.$_GET['x']);/*文件所在的地址*/
}
echo '<form action="wap4426.php" method="get">网址:<input type="text" name="x"/><input type="submit" value="提交"/></form>';
?>