当前位置:主页 > 软件编程 > PHP代码 >

php在线代理转向代码

时间:2021-06-23 09:19:29 | 栏目:PHP代码 | 点击:

复制代码 代码如下:

<?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>";
}
?>

您可能感兴趣的文章:

相关文章