!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/lib/python3/dist-packages/trac/htdocs/js/   drwxr-xr-x
Free 711.17 GB of 879.6 GB (80.85%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     timeline_multirepos.js (1.48 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
jQuery(function($){
  var $cset_filter = $("input[name=changeset]");
  var $repo_list = $("input[name^=repo-]");
  var show_message = _("Show all repositories");
  var hide_message = _("Hide all repositories");

  function toggleExpander() {
    $repo_list.parent().toggle();
    if ($($repo_list[0]).is(":visible")) {
      $repolist_expander.addClass("expanded").prop("title", hide_message);
    }
    else {
      $repolist_expander.removeClass("expanded").prop("title", show_message);
    }
    return false; //prohibit checkbox toggling
  }

  // Set tri-state changeset checkbox.
  function updateChangesetFilter() {
    var total_checked = $repo_list.filter(":checked").length;
    var none_selected = total_checked === 0;
    var all_selected = total_checked === $repo_list.length;
    $cset_filter.prop({
      "checked": all_selected,
      "indeterminate": !(none_selected || all_selected)
    });
  }

  // Show/hide all repositories.
  var $repolist_expander = $("<span />", {
    "class": "expander",
    "title": show_message
  }).click(toggleExpander);

  // Check/uncheck all repositories.
  $cset_filter.click(function() {
    $repo_list.prop("checked", this.checked);
  }).keydown(function(e) {
    // L and R arrow keys toggle expander
    if (e.which == 37 || e.which == 39) {
        toggleExpander();
    }
  }).after($repolist_expander);

  $repo_list.click(function() {
    updateChangesetFilter();
  });

  // Initial display.
  $repo_list.parent().hide();
  updateChangesetFilter();
});

:: 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.01 ]--