���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() 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/video/ |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.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="uploader-master/dist/js/jquery.dm-uploader.min.js"></script> <script src="uploader-master/demo/demo-ui.js"></script> <script src="uploader-master/demo/demo-config.js?v=4"></script> <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/select2.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/adminlte.min.js"></script> <script src="/layout/js/custom.js"></script> <script> $(document).ready(function() { $('.js-example-basic-single').select2({ placeholder: "", allowClear: true, dropdownCssClass : 'custom-width', ajax: { url: 'menus.php', dataType: 'json', data: function (params) { var query = { search: params.term, page: params.page || 1 } // Query parameters will be ?search=[term]&page=[page] return query; } } }); $('#select_all').click(function (){ if ($(this).is(':checked')) { $('input[type=checkbox]').prop('checked',true); }else{ $('input[type=checkbox]').prop('checked',false); } }); $('.action_list').click(function () { var action = $(this).attr('rel'); if(action=='move_to'){ var array_id = []; $(".video_id:checked").each(function(){ var video_id = $(this).val(); array_id.push(video_id); }); if (typeof array_id !== 'undefined' && array_id.length > 0) { var url = 'manager_'+action+'.php?type='+action+'&video_id='+array_id.join(','); open_popup(url,'move_to'); } } if(action=='get_link'){ var array_id = []; $(".video_id:checked").each(function(){ var video_id = $(this).val(); array_id.push(video_id); }); if (typeof array_id !== 'undefined' && array_id.length > 0) { var url = 'manager_'+action+'.php?type='+action+'&video_id='+array_id.join(','); open_popup(url,'get_link'); } } if(action=='delete'){ if(confirm('Are you sure delete this videos?')) { var array_id = []; $(".video_id:checked").each(function () { var video_id = $(this).val(); array_id.push(video_id); }); if (typeof array_id !== 'undefined' && array_id.length > 0) { var url = 'manager_' + action + '.php?type=' + action + '&video_id=' + array_id.join(','); open_popup(url, 'delete'); } } } }); $('.module_title_search').keypress(function(e){ var code_search = $('#txt_code_search').val(); if(e.which == 13){//Enter key pressed location.href=code_search+'&fkeyword='+$(this).val(); //$('#searchButton').click();//Trigger search button click event } }); $('.delete-row-btn-menus').click(function(){ var menus_id = $(this).data('menuis'); if(confirm('Are you sure delete this folder?')) { open_popup('delete_menus.php?menus_id='+menus_id,'Delete'); } }); setInterval(function() { $.ajax({ url:"cron_convert.php", dataType:"", success:function(data) { //do something with response data } }); }, 180000); /*$.ajax({ url: "video_convert.php", error: function(){ // will fire when timeout is reached }, success: function(){ //do something }, timeout: 10000 // sets timeout to 10 seconds });*/ }); </script> </body> </html> <?php $DB->free_result(); $DB->close_db(); ?>