
世外高人的回复 - -
今天在网上闲逛发现不少回复太经典了,截图上来看下- -

<?php
#假如监听127.0.0.1 ,访问共网IP不受影响,假如监听公网IP,127。0。0。1等IP不受影响。
#这个可以用于欺骗用户密码,因为原来的服务不可用了。或者留成针对内网用户的后门。
#!/usr/bin/php -q
header("Content-Type:text/html; charset=utf-8");
if ($argc != 3 || in_array($argc[1] , array('--help','-h','?')))
{
echo "Use:#./$argv[0] www.iklfy.com 192.168.0.1 21\r\n";
echo "c0dz By 快乐飞扬博客";
exit;
}
error_reporting(E_ALL);
set_time_limit(0);
ob_implicit_flush();
?>
<?
header("Content-Type:text/html; charset=utf-8");
//$pagesize = 5; //每页显示5条记录
$hostname = "localhost"; //数据库地址
$username = ""; //用户名
$password = ""; //密码
$db_name = ""; //数据库名;
?>
带箭头的两条直线,哪条更长?其实它们一样长。