Software: Apache/2.2.22 (Debian). PHP/5.6.36 uname -a: Linux h05.hvosting.ua 4.9.110-amd64 #3 SMP Sun Nov 4 16:27:09 UTC 2018 x86_64 uid=1389(h33678) gid=1099(h33678) groups=1099(h33678),502(mgrsecure) Safe-mode: OFF (not secure) /usr/local/ispmgr/sbin/ drwxr-xr-x |
Viewing file: Select action/file-type: #!/bin/sh killall ispmgr sleep 2 killall -9 ispmgr chmod -f 600 /usr/local/ispmgr/etc/ispmgr.conf chmod -f 600 /etc/shadow chmod -f 600 /etc/master.passwd rm -f lib/pkgisp-www.so grep -v '^www:' etc/pkg-ispmgr.conf > etc/pkg-ispmgr.conf.tmp rm etc/pkg-ispmgr.conf mv etc/pkg-ispmgr.conf.tmp etc/pkg-ispmgr.conf chmod -fR 755 etc/www.skel if [ -f skins/userdata/mindterm.jar ]; then grep "extaction mindterm" etc/ispmgr.conf > /dev/null if [ $? -ne 0 ]; then echo "extaction mindterm /mancgi/mindterm" >> etc/ispmgr.conf fi fi if [ ! -s etc/filemgr.enc ]; then iconv -l | cut -f1 -d\ | tr -d / > etc/filemgr.enc fi if [ `uname` = "FreeBSD" ]; then grep security.bsd.hardlink_check_uid /etc/sysctl.conf if [ $? -ne 0 ]; then echo "security.bsd.hardlink_check_uid=1" >> /etc/sysctl.conf fi grep security.bsd.hardlink_check_gid /etc/sysctl.conf if [ $? -ne 0 ]; then echo "security.bsd.hardlink_check_gid=1" >> /etc/sysctl.conf fi sysctl security.bsd.hardlink_check_uid=1 sysctl security.bsd.hardlink_check_gid=1 fi rm -f lib/pkgisp-ihttpd.so /usr/local/ispmgr/sbin/mgrctl -m ispmgr promote.vote if [ `uname` = "FreeBSD" ]; then find /usr/local/ispmgr/etc -type f -iname '*.html' | xargs sed -I '' -r 's|href="http://ispsystem.com"|href="http://ispsystem.com/external/ispmanager.html"|' else find /usr/local/ispmgr/etc -type f -iname '*.html' | xargs sed -i -r 's|href="http://ispsystem.com"|href="http://ispsystem.com/external/ispmanager.html"|' fi |
:: Command execute :: | |
--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by PinoyWH1Z | C99Shell Github | Generation time: 0.0119 ]-- |