!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache. PHP/7.3.33 

uname -a: Linux web25.us.cloudlogin.co 5.10.237-xeon-hst #1 SMP Mon May 5 15:10:04 UTC 2025 x86_64 

uid=233359(alpastrology) gid=888(tty) groups=888(tty),33(tape) 

Safe-mode: OFF (not secure)

/usr/lib/node_modules/npm/node_modules/qw/   drwxr-xr-x
Free 6182.22 GB of 6263.42 GB (98.7%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     qw.js (1.02 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
'use strict'
module.exports = qw

function appendLast (arr, str) {
  var last = arr.length - 1
  if (last < 0) {
    arr.push(str)
  } else {
    var lastValue = String(arr[last])
    return arr[last] = lastValue + String(str)
  }
}

function qw () {
  const args = Object.assign([], arguments[0])
  const values = [].slice.call(arguments, 1)
  const words = []
  let lastWordWasValue = false
  while (args.length) {
    const arg = args.shift()
    const concatValue = arg.length === 0 || arg.slice(-1) !== ' '
    if (arg.trim() !== '') {
      const theseWords = arg.replace(/^\s+|\s+$/g, '').replace(/\s+/g, ' ').split(/ /)
      if (lastWordWasValue && arg[0] !== ' ') {
        appendLast(words, theseWords.shift())
      }
      words.push.apply(words, theseWords)
    }

    if (values.length) {
      const val = values.shift()
      if (concatValue) {
        appendLast(words, val)
      } else {
        words.push(val)
      }
      lastWordWasValue = true
    } else {
      lastWordWasValue = false
    }
  }
  return words
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0104 ]--