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

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/wincloud_gateway/node_modules/@buffetjs/styles/build/esm/components/Button/   drwxr-xr-x
Free 12.96 GB of 57.97 GB (22.35%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     index.js (2.51 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
var _templateObject;

function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }

/**
 *
 * Button
 *
 */
import styled from 'styled-components';
import PropTypes from 'prop-types';
import colors from '../../assets/styles/colors';
import sizes from '../../assets/styles/sizes';
import mixins from '../../assets/styles/mixins';
var Button = styled.button(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n  /* General style */\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  height: ", ";\n  padding: 0 ", ";\n  font-weight: ", ";\n  font-size: 1.3rem;\n  border-radius: ", ";\n  cursor: pointer;\n  outline: 0;\n  background-color: ", ";\n  &:hover, &:active {\n    ", ";\n  }\n  &:focus {\n    outline: 0;\n  }\n\n  \n  ", "\n\n  /* Specific style */\n  ", "\n\n  ", "\n\n  ", "\n  \n    /* FontAwesome icons */\n\n    > span svg {\n      font-size: 10px;\n    }\n\n    /* Custom icons */\n    \n    > svg {\n      height: 10px;\n      width: auto;\n      margin-right: 10px;\n    }\n\n\n    \n"])), sizes.button.height.large, sizes.button.padding.leftRight, sizes.fontWeight.bold, sizes.borderRadius, colors.white, mixins(colors.lightGreyAlpha).bshadow, function (_ref) {
  var disabled = _ref.disabled;
  return disabled && "\n    &:hover {\n      box-shadow: none;\n      cursor: initial;\n    }\n    ";
}, function (_ref2) {
  var color = _ref2.color;
  return color !== 'none' && "\n      background-color: ".concat(colors.button[color].backgroundColor, ";\n      border: 1px solid ").concat(colors.button[color].borderColor, ";\n      color: ").concat(colors.button[color].color, ";\n    ");
}, function (_ref3) {
  var disabled = _ref3.disabled;
  return disabled && "\n      background-color: ".concat(colors.button.disabled.backgroundColor, ";\n      border: 1px solid ").concat(colors.button.disabled.borderColor, ";\n      color: ").concat(colors.button.disabled.color, ";\n      &:hover {\n        box-shadow: none;\n        cursor: initial;\n      }\n    ");
}, function (_ref4) {
  var color = _ref4.color;
  return color === 'success' && "\n      min-width: ".concat(sizes.button.minWidth, ";\n    ");
});
Button.defaultProps = {
  color: 'primary',
  disabled: false,
  type: 'button'
};
Button.propTypes = {
  color: PropTypes.oneOf(['primary', 'secondary', 'cancel', 'success', 'delete', 'none']),
  disabled: PropTypes.bool,
  type: PropTypes.string
};
export default Button;

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