| 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() {var autopbn = $('autopbn');var nextpageurl = autopbn.getAttribute('rel').valueOf();var curpage = parseInt(autopbn.getAttribute('curpage').valueOf());var totalpage = parseInt(autopbn.getAttribute('totalpage').valueOf());var picstyle = parseInt(autopbn.getAttribute('picstyle').valueOf());var forumdefstyle = parseInt(autopbn.getAttribute('forumdefstyle').valueOf());picstyle = picstyle && !forumdefstyle;var autopagenum = 0;var maxpage = (curpage + autopagenum) > totalpage ? totalpage : (curpage + autopagenum);var loadstatus = 0;autopbn.onclick = function() {var oldloadstatus = loadstatus;loadstatus = 2;autopbn.innerHTML = $L('loading');getnextpagecontent();loadstatus = oldloadstatus;};if(autopagenum > 0) {window.onscroll = function () {var curtop = Math.max(document.documentElement.scrollTop, document.body.scrollTop);if(curtop + document.documentElement.clientHeight + 500 >= document.documentElement.scrollHeight && !loadstatus) {loadstatus = 1;autopbn.innerHTML = $L('loading');setTimeout(getnextpagecontent, 1000);}};}function getnextpagecontent() {if(curpage + 1 > totalpage) {window.onscroll = null;autopbn.style.display = 'none';return;}if(loadstatus != 2 && curpage + 1 > maxpage) {autopbn.innerHTML = $L('next_page') + ' »';if(curpage + 1 > maxpage) {window.onscroll = null;}return;}curpage++;var url = nextpageurl + '&t=' + parseInt((+new Date()/1000)/(Math.random()*1000));var x = new Ajax('HTML');x.get(url, function (s) {s = s.replace(/\n|\r/g, ' ');if(s.indexOf("id=\"autopbn\"") == -1) {$("autopbn").style.display = "none";window.onscroll = null;}if(!picstyle) {var tableobj = $('threadlisttableid');var nexts = s.match(/\<tbody id="normalthread_(\d+)"\>(.+?)\<\/tbody>/g);for(i in nexts) {if(i == 'index' || i == 'lastIndex') {continue;}var insertid = nexts[i].match(/<tbody id="normalthread_(\d+)"\>/);if(!$('normalthread_' + insertid[1])) {var newbody = document.createElement('tbody');tableobj.appendChild(newbody);var div = document.createElement('div');div.innerHTML = '<table>' + nexts[i] + '</table>';tableobj.replaceChild(div.childNodes[0].childNodes[0], tableobj.lastChild);}}} else {var nexts = s.match(/\<li style="width:\d+px;" id="picstylethread_(\d+)"\>(.+?)\<\/li\>/g);for(i in nexts) {var insertid = nexts[i].match(/id="picstylethread_(\d+)"\>/);if(!$('picstylethread_' + insertid[1])) {$('threadlist_picstyle').innerHTML += nexts[i];}}}var pageinfo = s.match(/\<span id="fd_page_bottom"\>(.+?)\<\/span\>/);nextpageurl = nextpageurl.replace(/&page=\d+/, '&page=' + (curpage + 1));$('fd_page_bottom').innerHTML = pageinfo[1];var pageinfo = s.match(/\<span id="fd_page_top"\>(.+?)\<\/span\>/);$('fd_page_top').innerHTML = pageinfo[1]; autopbn.style.display = 'none';if (curpage + 1 <= totalpage) {autopbn.innerHTML = $L('next_page') + ' »';setTimeout(function () {autopbn.style.display = 'block';}, 100);}loadstatus = 0;});}})();