Просмотр файла public_html/fun/anek.php

Размер файла: 246B
<?php
$gl = 'wap4eg.net.ru';
header ("Content-type: text/vnd.wap.wml; charset=utf-8");
$file = file("http://awap.ru/fun/anek.php?$QUERY_STRING");
$file = @implode("", $file);
$file = ereg_replace("[email protected]", "$gl",$file);
print $file;
?>