复制代码 代码如下:
<?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>";
}
?>
【说明】:本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:)!