View file index.php

File size: 596B
<?php 
$text = file("db.dat");
$top = rand (0,count($text)-1);
$out = explode("|",$text[$top]);

header("Content-type:text/vnd.wap.wml");
header("Cache-control: no-store,no-cache,must-revalidate");
print'<?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="index" title="WAP.PIZDEC.RU">
<p align="left"><small><b>Хуйня</b><br/> <br/>';
print "<b>$out[1]</b>";
print'<br/><br/><br/><a href="index.php">Обновить</a><br/><a href="/">В хуй </a></small></p></card></wml>';
?>