| Server IP : 104.21.37.246 / Your IP : 104.23.243.33 [ Web Server : Apache System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64 User : cp648411 ( 1354) PHP Version : 7.2.34 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home2/cp648411/public_html/kainumber.com/convertWebp/ |
Upload File : |
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
</head>
<body>
<div class="">
<?php
$path = (@$_GET['path']!='')?$_GET['path']:'';
?>
<form action="convert.php" method="post" enctype="multipart/form-data">
<div class="row justify-content-center">
<div class="col-6">
<div class="form-control">
<h2>Convert webp</h2>
<label for="">Dir</label>
<input type="text" name="dir" value="../redbag/<?php echo $path.'/webp/'; ?>" class="form-control mb-3">
<input type="file" name="file" class="form-control mb-3">
<input type="hidden" name="path" value="<?php echo $path; ?>">
<button type="submit" class="btn btn-primary mb-3">Save</button>
</div>
</div>
</div>
</form>
</div>
</body>
</html>