!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.3.27 

uname -a: Linux pdx1-shared-a4-04 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64 

uid=6659440(dh_z2jmpm) gid=2086089(pg10499364) groups=2086089(pg10499364)  

Safe-mode: OFF (not secure)

/usr/share/nodejs/turbolinks/src/turbolinks/   drwxr-xr-x
Free 711.68 GB of 879.6 GB (80.91%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     error_renderer.js (1.94 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
// Generated by CoffeeScript 1.12.8
(function() {
  var extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
    hasProp = {}.hasOwnProperty;

  require('./renderer');

  Turbolinks.ErrorRenderer = (function(superClass) {
    extend(ErrorRenderer, superClass);

    function ErrorRenderer(html) {
      var htmlElement;
      htmlElement = document.createElement("html");
      htmlElement.innerHTML = html;
      this.newHead = htmlElement.querySelector("head");
      this.newBody = htmlElement.querySelector("body");
    }

    ErrorRenderer.prototype.render = function(callback) {
      return this.renderView((function(_this) {
        return function() {
          _this.replaceHeadAndBody();
          _this.activateBodyScriptElements();
          return callback();
        };
      })(this));
    };

    ErrorRenderer.prototype.replaceHeadAndBody = function() {
      var body, head;
      head = document.head, body = document.body;
      head.parentNode.replaceChild(this.newHead, head);
      return body.parentNode.replaceChild(this.newBody, body);
    };

    ErrorRenderer.prototype.activateBodyScriptElements = function() {
      var element, i, len, ref, replaceableElement, results;
      ref = this.getScriptElements();
      results = [];
      for (i = 0, len = ref.length; i < len; i++) {
        replaceableElement = ref[i];
        element = this.createScriptElement(replaceableElement);
        results.push(replaceableElement.parentNode.replaceChild(element, replaceableElement));
      }
      return results;
    };

    ErrorRenderer.prototype.getScriptElements = function() {
      return document.documentElement.querySelectorAll("script");
    };

    return ErrorRenderer;

  })(Turbolinks.Renderer);

}).call(this);

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0104 ]--