? GR0V Shell

GR0V shell

Linux www.koreapackagetour.com 2.6.32-042stab145.3 #1 SMP Thu Jun 11 14:05:04 MSK 2020 x86_64

Path : /home/admin/public_html/old/promice/plugins/editors/jce/tiny_mce/plugins/browser/
File Upload :
Current File : /home/admin/public_html/old/promice/plugins/editors/jce/tiny_mce/plugins/browser/editor_plugin.js

/**
 * $Id: editor_plugin.js 64 2009-06-01 10:23:25Z happynoodleboy $
 * @package      JCE
 * @copyright    Copyright (C) 2005 - 2009 Ryan Demmer. All rights reserved.
 * @author		Ryan Demmer
 * @license      GNU/GPL
 * JCE is free software. This version may have been modified pursuant
 * to the GNU General Public License, and as distributed it includes or
 * is derivative of works licensed under the GNU General Public License or
 * other free or open source software licenses.
 */
(function(){
    tinymce.create('tinymce.plugins.Browser', {
        init: function(ed, url){
            this.ed = ed;
        },
        browse: function(name, url, type, win){
            var ed = this.ed;
            ed.windowManager.open({
                file: ed.getParam('site_url') + 'index.php?option=com_jce&task=plugin&plugin=browser&file=browser&type=' + type,
                width: 750,
                height: 420,
                resizable: "yes",
                inline: "yes",
                close_previous: "no"
            }, {
                window: win,
                input: name,
                url: url,
                type: type
            });
            return false;
        },
        
        getInfo: function(){
            return {
                longname: 'Browser',
                author: 'Ryan Demmer',
                authorurl: 'http://www.joomlacontenteditor.net',
                infourl: 'http://www.joomlacontenteditor.net/index.php?option=com_content&view=article&task=findkey&tmpl=component&lang=en&keyref=browser.about',
                version: '1.5.1'
            };
        }
    });
    
    // Register plugin
    tinymce.PluginManager.add('browser', tinymce.plugins.Browser);
})();

T1KUS90T
  root-grov@210.1.60.28:~$