hotlink.php
来自「wap 程序 手器电脑通用」· PHP 代码 · 共 31 行
PHP
31 行
<?php
/**
*
* @package wappyCULT: wap community script
* @version 1.00 2006/09/12 21:53:27 wappy
* @copyright (c) 2004-2006 wappyCULT
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
/**
*/
header("Content-type: text/vnd.wap.wml; charset=ISO-8859-1");
echo "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?>";
echo "<!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.1//EN\"
\"http://www.wapforum.org/DTD/wml_1.1.xml\">\n";
echo "<wml>";
echo "<card title=\"wappyCULT\">";
echo "<p>\n";
echo "<small>\n";
echo "ATTENTION!! You or a site your using has attempted to link to a file that does NOT belong to you or them!! This is illegal and you could have your site shut. Buy your own fucking bandwidth!!! Your host has been informed!!!<br/>";
echo "<b><a href=\"http://cult.trap17.com\">cult.trap17.com</a></b><br/>";
echo "---<br/>©2004-2006 wappyCULT";
echo "</small>\n";
echo "</p>";
echo "</card>";
echo "</wml>";
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?