Linux jobworks 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:53:05 UTC 2026 x86_64
Apache/2.4.58 (Ubuntu)
Server IP : 10.0.1.5 & Your IP : 216.73.216.177
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
php /
Delete
Unzip
Name
Size
Permission
Date
Action
20230831
[ DIR ]
drwxr-xr-x
2026-07-22 06:58
8.3
[ DIR ]
drwxr-xr-x
2026-07-22 06:58
php-fpm-socket-helper
514
B
-rwxr-xr-x
2024-01-19 01:25
php-helper
4.73
KB
-rw-r--r--
2024-01-19 01:25
php-maintscript-helper
9.02
KB
-rw-r--r--
2024-01-19 01:25
sessionclean
2.91
KB
-rwxr-xr-x
2024-01-19 01:25
Save
Rename
#!/bin/sh DEFAULT_SOCKET="${2}" POOL_FILE="${3}" PRIORITY="${4}" [ -r "${POOL_FILE}" ] || exit 0 SOCKET=$(sed -n 's/^listen[[:space:]]*=[[:space:]]*\([^[:space:]]*\)/\1/p' "${POOL_FILE}") [ -S "${SOCKET}" ] || exit 0 case "$1" in start|install) /usr/bin/update-alternatives --quiet --install "${DEFAULT_SOCKET}" php-fpm.sock "${SOCKET}" "${PRIORITY}" 2>/dev/null ;; stop|remove) /usr/bin/update-alternatives --quiet --remove php-fpm.sock "${SOCKET}" 2>/dev/null ;; *) exit 1 ;; esac exit 0