实现代码如下:

<?php
if ($_REQUEST['url'])
{
header('Location:http://bcd.allowed.org/0/?url='.base64_encode(strrev($_REQUEST['url'])));
}
else
{
echo "<form method='POST' action='proxy.php'>
url:<input name='url' type='text' value=\"\" />
<input type='submit' value=\"go\" />
</form>";
}
?>

以上就是【php在线代理转向代码】的全部内容了,欢迎留言评论进行交流!

赞(0) 踩(0)

与本文相关的软件

发表我的评论

最新评论

  1. 暂无评论