⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.155
Server IP:
57.129.66.90
Server:
Linux vps-7f548908 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
var
/
lib
/
dpkg
/
info
/
Edit File: lsphp82-mysql.prerm
#!/bin/sh #set -ex #EXTRA# if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then if [ -e /usr/local/lsws/lsphp82/bin/php-maintscript-helper ] ; then . /usr/local/lsws/lsphp82/bin/php-maintscript-helper elif [ -e /usr/lib/php/php-maintscript-helper ] ; then . /usr/lib/php/php-maintscript-helper fi for dsoname in mysqli pdo_mysql; do if [ -e /usr/local/lsws/lsphp82/bin/phpdismod ] ; then /usr/local/lsws/lsphp82/bin/phpdismod ALL ALL ${dsoname} elif [ -e /usr/sbin/phpdismod ] ; then phpdismod ALL ALL ${dsoname} fi done fi exit 0
Simpan