Файл: o5on.ru/wml/inc/head.php
Строк: 16
<?php
list($msec, $sec) = explode(chr(32), microtime());
$headtime = $sec + $msec;
header("Content-type: text/vnd.wap.wml; charset=utf-8");
header("Cache-Control: no-cache, must-relative");
echo "<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="c0" title="".$_SERVER["HTTP_HOST"]."">
<do type="accept" name="home" label="".$_SERVER["HTTP_HOST"].""><go href="/wml/"/></do>
<p><small>n";
$ads = trim(file_get_contents("http://".$_SERVER["HTTP_HOST"]."/reklama.dat"));
if(!empty($ads)) print "Реклама:<br />n".$ads."<br />n";
?>