[源码]网页源码加密器

@Ta 2012-08-18 5803点击
这个是我自己写的 灰常的简单。
<title>网页源码加密器</title>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
<form name="input"  action="index.php" method="post">
输入网址:<input type="text" name="wz" value="http://"/><input type="submit" 
value="确认">
</form>
<?php
error_reporting( 0 );
$txt=file_get_contents($_POST['wz']);
$tx=base64_encode($txt);
echo base64_encode($tx);
?>
回复列表(16|隐藏机器人聊天)
添加新回复
回复需要登录