Просмотр файла anekdot/anekdot.php

Размер файла: 490B
<?php
$file = file("http://wap.beeline.ru/rus/rest/anekdot.wml?cid=$cid&id=$id");
$file = @implode("", $file);
$ex = "---";
header ("Content-type: text/vnd.wap.wml");
$file = @explode($ex, $file);
$file[0] = ereg_replace("anekdot.wml","anekdot.php",$file[0]);
print "$file[0]</p><p align = 'center'>
-----<br/>

<a href=\"index.php\">&#1040;&#1085;&#1077;&#1082;&#1076;&#1086;&#1090;&#1099;</a><br/>
<a href=\"http://giga.kmx.ru\">&#169; Giga-scripts</a>
</p></card></wml>";
?>