Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.105
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
apps /
bind /
3 /
Delete
Unzip
Name
Size
Permission
Date
Action
install.php
2.15
KB
-rw-r--r--
2023-01-31 04:41
remove.php
427
B
-rw-r--r--
2022-10-02 22:41
Save
Rename
<?php /* function __bind_preremove(){ } function __bind_postremove(){ } */ function __bind_remove(){ global $infos, $webuzo, $globals; $distro = $globals['WU_DISTRO']; if($distro == 'ubuntu'){ // Remove Bind yum('bind9*', 'remove'); vexec('rm -rf /etc/init.d/named'); }else{ // Remove Bind yum('bind', 'remove'); yum('bind-devel', 'remove'); yum('bind-utils', 'remove'); } }