| Server IP : 156.238.232.47 / Your IP : 216.73.216.150 Web Server : nginx/1.25.3 System : Linux C202504152095410 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : www ( 1000) PHP Version : 8.3.25 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /www/data/wwwroot/2026_06_02_05/data/cache/ |
Upload File : |
function modaction(action, pid, extra, mod) {if(!action) {return;}var mod = mod ? mod : 'forum.php?mod=topicadmin';var extra = !extra ? '' : '&' + extra;if(!pid && in_array(action, ['delpost', 'banpost'])) {var checked = 0;var pid = '';for(var i = 0; i < $('modactions').elements.length; i++) {if($('modactions').elements[i].name.match('topiclist')) {checked = 1;break;}}} else {var checked = 1;}if(!checked) {alert($L('select_post'));} else {$('modactions').action = mod + '&action='+ action +'&fid=' + fid + '&tid=' + tid + '&handlekey=mods&infloat=yes&nopost=yes' + (!pid ? '' : '&topiclist[]=' + pid) + extra + '&r' + Math.random();showWindow('mods', 'modactions', 'post');hideMenu();}}function modthreads(optgroup, operation) {var operation = !operation ? '' : operation;$('modactions').action = 'forum.php?mod=topicadmin&action=moderate&fid=' + fid + '&moderate[]=' + tid + '&handlekey=mods&infloat=yes&nopost=yes' + (optgroup != 3 && optgroup != 2 ? '&from=' + tid : '');$('modactions').optgroup.value = optgroup;$('modactions').operation.value = operation;hideWindow('mods');showWindow('mods', 'modactions', 'post', 0);}function pidchecked(obj) {if(obj.checked) {try {var inp = document.createElement('<input name="topiclist[]" />');} catch(e) {try {var inp = document.createElement('input');inp.name = 'topiclist[]';} catch(e) {return;}}inp.id = 'topiclist_' + obj.value;inp.value = obj.value;inp.type = 'hidden';$('modactions').appendChild(inp);} else {$('modactions').removeChild($('topiclist_' + obj.value));}}var modclickcount = 0;function modclick(obj, pid) {if(obj.checked) {modclickcount++;} else {modclickcount--;}$('mdct').innerHTML = modclickcount;if(modclickcount > 0) {var offset = fetchOffset(obj);$('mdly').style.top = offset['top'] - 65 + 'px';$('mdly').style.left = offset['left'] - 215 + 'px';$('mdly').style.display = '';} else {$('mdly').style.display = 'none';}}function resetmodcount() {modclickcount = 0;$('mdly').style.display = 'none';}function tmodclick(obj) {if(obj.checked) {modclickcount++;} else {modclickcount--;}$('mdct').innerHTML = modclickcount;if(modclickcount > 0) {var top_offset = obj.offsetTop;while((obj = obj.offsetParent).id != 'threadlist') {top_offset += obj.offsetTop;}$('mdly').style.top = top_offset - 7 + 'px';$('mdly').style.display = '';} else {$('mdly').style.display = 'none';}}function tmodthreads(optgroup, operation) {var checked = 0;var operation = !operation ? '' : operation;for(var i = 0; i < $('moderate').elements.length; i++) {if($('moderate').elements[i].name.match('moderate') && $('moderate').elements[i].checked) {checked = 1;break;}}if(!checked) {alert($L('select_post'));} else {$('moderate').optgroup.value = optgroup;$('moderate').operation.value = operation;hideWindow('mods');showWindow('mods', 'moderate', 'post', 0);}}function getthreadclass() {var fid = $('fid');if(fid) {ajaxget('forum.php?mod=ajax&action=getthreadclass&fid=' + fid.value, 'threadclass', null, null, null, showthreadclass);}}function showthreadclass() {try{$('append_parent').removeChild($('typeid_ctrl_menu'));}catch(e) {}simulateSelect('typeid');}loadcss('forum_moderator');