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.159
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 /
sms-core-ui-code /
app /
ui /
[ HOME SHELL ]
Name
Size
Permission
Action
autosuggest
[ DIR ]
drwxrwxr-x
error
[ DIR ]
drwxrwxr-x
form
[ DIR ]
drwxrwxr-x
image_uploader
[ DIR ]
drwxrwxr-x
navbar
[ DIR ]
drwxrwxr-x
pagination
[ DIR ]
drwxrwxr-x
Alert.tsx
2.75
KB
-rw-rw-r--
DynamicInput.tsx
5.14
KB
-rw-rw-r--
Image.tsx
479
B
-rw-rw-r--
Message.tsx
470
B
-rw-rw-r--
NoData.tsx
303
B
-rw-rw-r--
Warning.tsx
1.74
KB
-rw-rw-r--
index.tsx
2.05
KB
-rw-rw-r--
style.css
2.69
KB
-rw-rw-r--
ui.css
2.69
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.tsx
export { default as Alert } from './Alert'; export { default as Img } from './Image'; export { default as Pagination } from './pagination'; export { default as NoData } from './NoData'; export { default as Message } from './Message'; export { default as DynamicInput } from './DynamicInput'; export { default as ShowClientSideErrors } from './error/showClientSideErrors'; export { default as ShowErrors } from './error/showErrors'; export { default as Warning } from './Warning'; export { default as AutoSuggest } from './autosuggest'; export { default as ImageUploader } from './image_uploader'; export * from './form'; export const monthArray = [ { id: 1, code: 'january', name: 'January', value: '01', }, { id: 2, code: 'february', name: 'February', value: '02', }, { id: 3, code: 'march', name: 'March', value: '03', }, { id: 4, code: 'april', name: 'April', value: '04', }, { id: 5, code: 'may', name: 'May', value: '05', }, { id: 6, code: 'june', name: 'June', value: '06', }, { id: 7, code: 'july', name: 'July', value: '07', }, { id: 8, code: 'august', name: 'August', value: '08', }, { id: 9, code: 'september', name: 'September', value: '09', }, { id: 10, code: 'october', name: 'October', value: '10', }, { id: 11, code: 'november', name: 'November', value: '11', }, { id: 12, code: 'December', name: 'December', value: '12', }, ]; export const billingTypeArray = [ { code: 'nursing_service', name: 'Nursing Service', slug: 'nursing-service', }, { code: 'care_giver_service', name: 'Care Giver Service', slug: 'care-giver-service', }, { code: 'special_service', name: 'Special Service', slug: 'special-service', }, { code: 'appointment_visit', name: 'Appointment Visit', slug: 'appointment', }, { code: 'lab_service', name: 'Lab Service', slug: 'lab-service', }, ];
Close