!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

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/admin/newsletter/newsletter_i/lib/tinymce/plugins/tinybrowser/js/   drwxr-xr-x
Free 9.17 GB of 93.48 GB (9.81%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     tinybrowser.js.php (2.57 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
$mainpage 
= (strpos(basename($_SERVER['HTTP_REFERER']),'tinybrowser.php') === true false);
require_once(
"../config_tinybrowser.php");

if(
$mainpage && !isset($_GET['feid']) && $tinybrowser['integration'] == 'tinymce')
    {
?>
    function selectURL(url)
    {
        document.passform.fileurl.value = url;
        FileBrowserDialogue.mySubmit();
    }
    var FileBrowserDialogue = {
        init : function () {
            // Here goes your code for setting your custom things onLoad.
                rowHighlight();
        },
        mySubmit : function () {
               var URL = document.passform.fileurl.value;
            var win = tinyMCEPopup.getWindowArg("window");
    
            // insert information now
            win.document.getElementById(tinyMCEPopup.getWindowArg("input")).value = URL;
    
            // for image browsers: update image dimensions
              if (typeof(win.ImageDialog) != "undefined" && document.URL.indexOf('type=image') != -1)
                  {
                if (win.ImageDialog.getImageData) win.ImageDialog.getImageData();
                if (win.ImageDialog.showPreviewImage) win.ImageDialog.showPreviewImage(URL);
                  }
    
            // close popup window
            tinyMCEPopup.close();
        }
    }
    tinyMCEPopup.onInit.add(FileBrowserDialogue.init, FileBrowserDialogue);
    <?php 
    
}
elseif(
$mainpage && !isset($_GET['feid']) && $tinybrowser['integration'] == 'fckeditor')
    {
?>
    function selectURL(url){
    // window.opener.SetUrl( url, width, height, alt);
    window.opener.SetUrl( url ) ;
    window.close() ;
    }
    <?php
    
}
elseif(
$mainpage && $_GET['feid'] != '')
    {
?>
    function selectURL(url) {
    opener.document.getElementById("<?=  $_GET['feid']; ?>").value = url;
    // Set img source of element id, if img id exists (format is elementid + "img")
    if(typeof(opener.document.getElementById("<?=  $_GET['feid']; ?>img")) != "undefined" && opener.document.getElementById("<?=  $_GET['feid']; ?>img").src.length != 0)
       {
        opener.document.getElementById("<?=  $_GET['feid']; ?>img").src = url;
        }
    self.close();
    }
    <?php
    
}
?>

rowHighlight = function() {
var x = document.getElementsByTagName('tr');
for (var i=0;i<x.length;i++) 
    {
    x[i].onmouseover = function () {this.className = "over " + this.className;}
    x[i].onmouseout = function () {this.className = this.className.replace("over", ""); this.className = this.className.replace(" ", "");}
    }
var y = document.getElementsByTagName('th');
for (var ii=0;ii<y.length;ii++) 
    {
    y[ii].onmouseover = function () {if(this.className != "nohover") this.className = "over " + this.className;}
    y[ii].onmouseout = function () {this.className = this.className.replace("over", ""); this.className = this.className.replace(" ", "");}
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0074 ]--