Source detik.php

<form method=post>
<input name=a size=100>
</form>
<?
$a=$_POST[a];
if(isset($a)){
$a=str_replace("www.detikportal.com/index.php?fuseaction","detikinet.com/index.php",$a);
$a=str_replace("detik.login","detik.read",$a);
$a=str_replace("&","/",$a);
$a=str_replace("=","/",$a);
$data=implode("",file("$a"));
echo $data;
}
?>

agus

0 Responses to "Source detik.php"

Post a Comment