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

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/usr/share/nodejs/ansistyles/   drwxr-xr-x
Free 28.64 GB of 117.98 GB (24.27%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     ansistyles.js (978 B)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
'use strict';

/*
 * Info: http://www.termsys.demon.co.uk/vtansi.htm#colors 
 * Following caveats
 * bright    - brightens the color (bold-blue is same as brigthtBlue)
 * dim       - nothing on Mac or Linux
 * italic    - nothing on Mac or Linux
 * underline - underlines string
 * blink     - nothing on Mac or linux
 * inverse   - background becomes foreground and vice versa
 *
 * In summary, the only styles that work are:
 *  - bright, underline and inverse
 *  - the others are only included for completeness
 */

var styleNums = {
    reset     :  [0, 22]
  , bright    :  [1, 22]
  , dim       :  [2, 22]
  , italic    :  [3, 23]
  , underline :  [4, 24]
  , blink     :  [5, 25]
  , inverse   :  [7, 27]
  }
  , styles = {}
  ;

Object.keys(styleNums).forEach(function (k) {
  styles[k] = function (s) { 
    var open = styleNums[k][0]
      , close = styleNums[k][1];
    return '\u001b[' + open + 'm' + s + '\u001b[' + close + 'm';
  };
});

module.exports = styles;

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