Linux ih01.iridiumhosting.com 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64
LiteSpeed
Server IP : 67.227.241.211 & Your IP : 216.73.216.226
Domains :
Cant Read [ /etc/named.conf ]
User : dustinhy
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
MXB /
sbin /
Delete
Unzip
Name
Size
Permission
Date
Action
common_utils-fp.sh
6.97
KB
-rwxr-xr-x
2026-04-15 09:20
configure-fp.sh
23.59
KB
-rwxr-xr-x
2026-04-15 09:20
ct_utils-fp.sh
838
B
-rwxr-xr-x
2026-04-15 09:20
proxy_settings_utils-fp.sh
2.34
KB
-rwxr-xr-x
2026-04-15 09:20
ui_utils-fp.sh
669
B
-rwxr-xr-x
2026-04-15 09:20
uif_v1-fp.sh
16.8
KB
-rwxr-xr-x
2026-04-15 09:20
uninstall-fp.sh
3.59
KB
-rwxr-xr-x
2026-04-15 09:20
update_v1-fp.sh
1.43
KB
-rwxr-xr-x
2026-04-15 09:20
Save
Rename
### Printing helpers print_dash_line() { printf '%.s-' {1..100} echo "" } print_delimiter() { echo "" echo "" } print_message_with_dash() { echo "" echo "- $@" echo "" } print_block_message() { print_dash_line echo "" echo -e $@ echo "" print_dash_line } print_error() { echo "error: $@" >&2 } ### Functions for printing messages print_header_message() { print_dash_line echo "$@" print_dash_line echo "" } # Arguments: # $1: Message alert_user() { echo "error: '$1'" >&2 } # Arguments: # $1: Message client_tool_alert_user() { alert_user "$1 - See ClientTool logs for more details." }