| 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 run_toggle(target, styles, source) {var rmstyle = styles.shift();if (!source) {source = target;}if (rmstyle) {if (typeof rmstyle == 'string') {target.classList.remove(rmstyle);} else {for (var i in rmstyle) {target.classList.remove(rmstyle[i]);}}}if (styles[0]) {if (typeof styles[0] == 'string') {target.classList.add(styles[0]);} else {for (var i in styles[0]) {target.classList.add(styles[0][i]);}}if (styles.length > 1) {function nextstep() {source.removeEventListener('transitionend', nextstep);run_toggle(target, styles, source);}source.addEventListener('transitionend', nextstep);}}}function init_darkmode() {var dmcookie = getcookie('darkmode');var dmdark = 0, dmauto = 1;document.querySelector('.darkmode').addEventListener('click', toggledarkmode);if (dmcookie && dmcookie.indexOf('a') == -1) {dmauto = 0;if (dmcookie.indexOf('d') != -1) {dmdark = 1;}switchdmvalue(dmdark, dmauto);} else {var colormedia = window.matchMedia('(prefers-color-scheme: dark)');switchdmvalue(colormedia.matches, dmauto);colormedia.addEventListener('change', function () {var dmlcookie = getcookie('darkmode');if (dmlcookie && dmlcookie.indexOf('a') != -1) {switchdmvalue(this.matches, 1);}});}}function toggledarkmode() {var dmcookie = getcookie('darkmode');var dmdark = 0, dmauto = 1;var colormedia = window.matchMedia('(prefers-color-scheme: dark)');if (dmcookie && dmcookie.indexOf('a') == -1) {dmauto = 0;if (dmcookie.indexOf('d') != -1) {dmdark = 1;}} else {dmdark = colormedia.matches ? 1 : 0;}if (dmauto) {dmauto = dmauto ? 0 : 1;dmdark = dmdark ? 0 : 1;} else if (colormedia.matches == dmdark) {dmauto = 1;} else {dmdark = dmdark ? 0 : 1;}switchdmvalue(dmdark, dmauto);}function switchdmvalue(ifdark, ifauto) {var dmcookie = '';var dmmeta = '';if (ifdark) {document.body.classList.add('st-d');document.body.classList.remove('st-l');dmcookie = 'd';dmmeta = 'dark';} else {document.body.classList.add('st-l');document.body.classList.remove('st-d');dmcookie = 'l';dmmeta = 'light';}if (ifauto) {document.body.classList.add('st-a');dmcookie += 'a';dmmeta = 'light dark';} else {document.body.classList.remove('st-a');}if (getcookie('darkmode') != dmcookie) {setcookie('darkmode', dmcookie);}if (document.querySelector('meta[name="color-scheme"]').content != dmmeta) {document.querySelector('meta[name="color-scheme"]').content = dmmeta;}}var _qrcodeReturnCode = '';var qrcodeCheckSwitch = null;var qrcodeLoaded = false;var qrcodeCCount = 0;function qrcodelogin(op) {if (op) {var sign = Math.floor(Math.random() * (999999 - 100000 + 1)) + 100000;if (!qrcodeLoaded) {$('qrcodeimg').innerHTML = '<img src="https://api.witframe.com/discuzlogin/qrcode?sign=' + sign + '" />';qrcodeLoaded = true;}$('qrcodebox').style.display = '';$('loginform').style.display = 'none';qrcodecheck(sign);} else {$('qrcodebox').style.display = 'none';$('loginform').style.display = '';clearTimeout(qrcodeCheckSwitch);}}function qrcodecheck(sign) {qrcodeCheckSwitch = setTimeout(function () {if ($('qrcodecheck')) {$('qrcodecheck').parentNode.removeChild($('qrcodecheck'));}var scriptNode = document.createElement("script");scriptNode.type = "text/javascript";scriptNode.id = 'qrcodecheck';scriptNode.src = 'https://api.witframe.com/discuzlogin/check?sign=' + sign;document.getElementsByTagName('head')[0].appendChild(scriptNode);if (_qrcodeReturnCode) {$('qrcodeReturnCode').value = _qrcodeReturnCode;$('loginform').submit();return;}qrcodeCCount++;if (qrcodeCCount > 30) {$('qrcodeimg').style.filter = 'opacity(0.2) blur(4px)';$('qrcodeimg').addEventListener('click', function (e) {var sign = Math.floor(Math.random() * (999999 - 100000 + 1)) + 100000;qrcodeLoaded = false;qrcodelogin(1);$('qrcodeimg').style.filter = '';});} else {qrcodecheck(sign);}}, 2500);}