Software: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.4.16. PHP/5.4.16 uname -a: Linux roko-bkp 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64 uid=48(apache) gid=48(apache) groups=48(apache),1003(webmaster) Safe-mode: OFF (not secure) /var/www/html/site/ipanel/js/tiny_mce/plugins/ibrowser/ drwxr-xr-x |
Viewing file: Select action/file-type: /** * $Id: editor_plugin_src.js 520 2008-01-07 16:30:32Z spocke $ * * @author Moxiecode * @copyright Copyright 2004-2008, Moxiecode Systems AB, All rights reserved. */ ib = null; (function() { tinymce.create('tinymce.plugins.IBrowserPlugin', { init : function(ed, url) { // load common script //tinymce.ScriptLoader.load(url + '/interface/common.js'); tinymce.ScriptLoader.add(url + '/interface/common.js'); tinymce.ScriptLoader.loadQueue(); // Register commands ed.addCommand('mceIBrowser', function() { var e = ed.selection.getNode(); // Internal image object like a flash placeholder if (ed.dom.getAttrib(ed.selection.getNode(), 'class').indexOf('mceItem') != -1) {return} ib.isMSIE = tinymce.isIE; ib.isGecko = tinymce.isGecko; ib.isWebKit= tinymce.isWebKit; ib.oEditor = ed; ib.editor = ed; ib.selectedElement = e; ib.baseURL = url + '/ibrowser.php'; iBrowser_open(); }); // Register buttons ed.addButton('ibrowser', { title : 'iBrowser', cmd : 'mceIBrowser', image: url + '/interface/images/tinyMCE/ibrowser.gif' }); // Add a node change handler, selects the button in the UI when a image is selected ed.onNodeChange.add(function(ed, cm, n) { cm.setActive('ibrowser', n.nodeName == 'IMG'); }); }, getInfo : function() { return { longname : 'iBrowser', author : 'net4visions.com', authorurl : 'http://net4visions.com', infourl : 'http://net4visions.com/ibrowser.html', version : '1.4.5' }; } }); // Register plugin tinymce.PluginManager.add('ibrowser', tinymce.plugins.IBrowserPlugin); })(); |
:: Command execute :: | |
--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0037 ]-- |