| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/admin/html/assets/javascript/legacy/gm/ |
Upload File : |
function ShowLog(){var e="",t="",o=0,a=0;this.start_stop=function(n){var l=$('input[name="autoload"]').prop("checked"),s=Number($('input[name="auto_interval"]').val());if(o=s,a=o,l&&s<1)return alert(n),!1;if(l){$("#timer").html(a),$("#counter").fadeIn("slow");var r=this;e=setInterval(r.do_request,1e3*s),t=setInterval(r.start_counter,1e3)}else clearInterval(e),clearInterval(t),$("#timer").val(0),$("#counter").fadeOut("slow")},this.do_request=function(){var e=encodeURIComponent($('select[name="file"]').val()),t=encodeURIComponent($('select[name="page"]').val());jQuery.ajax({data:"file="+e+"&page="+t,url:"request_port.php?module=Log&action=show",type:"POST",async:!0,success:function(e){$("#log_content").html(e)}}).html},this.start_counter=function(){a-=1,a<1&&(a=o),$("#timer").html(a)},this.clear_log=function(){var e=encodeURIComponent($('select[name="file"]').val());jQuery.ajax({data:"file="+e,url:"request_port.php?module=Log&action=clear",type:"POST",async:!1,success:function(e){$("#log_message").html(" - "+e),$("#log_message").fadeIn("slow").delay(2e3).fadeOut("slow")}}).html},this.delete_log=function(){var e=encodeURIComponent($('select[name="file"]').val());jQuery.ajax({data:"file="+e,url:"request_port.php?module=Log&action=delete",type:"POST",async:!0,success:function(e){$("#log_message").html(" - "+e),$("#log_message").fadeIn("slow").delay(2e3).fadeOut("slow")}}).html},this.download_log=function(){var e=encodeURIComponent($('select[name="file"]').val()),t="request_port.php?module=Log&action=download&file="+e;window.open(t)}}