View file waplend/w/XXXX/resz3.php

File size: 160B
<?

header("Content-type: image/jpg");

$im = file("http://simka.info/picture/resz3.php?$QUERY_STRING");


$im = @implode("", $im);

print "$im";

?>