首页 > 开发 > PHP > 正文

php在线代理转向代码

2024-05-04 22:05:09
字体:
来源:转载
供稿:网友
代码如下:
<?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>";
}
?>
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表