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 if test -x /usr/bin/fetch; then fetch="/usr/bin/fetch -o " elif test -x /usr/bin/wget; then fetch="/usr/bin/wget -O " elif test -x /usr/bin/curl; then fetch="/usr/bin/curl -o " else echo "ERROR: no fetch program found." exit 1 fi if test -f /etc/selinux/config; then seset=` cat /etc/selinux/config | grep -ve '#.*' | grep -e 'SELINUX *=' | awk -F= '{print $2}' | awk '{gsub(/^ +| +$/,"")}1'` if [ "x$seset" != "xdisabled" ]; then echo "ERROR: selinux enabled." echo "Edit /etc/selinux/config to disable SELINUX, reboot and re-run installation." exit 1 fi fi cd /usr/local/ispmgr $fetch skins/userdata/mindterm.jar http://$1/mindterm.jar if [ $? -eq 0 ]; then echo "extaction mindterm /mancgi/mindterm" >> etc/dist/ispmgr.conf fi $fetch etc/ispmgr.lic -q "http://lic.ispsystem.com/ispmgr.lic?ip=$2" ./sbin/ispinstall $2 iconv -l | cut -f1 -d\ | tr -d / > etc/filemgr.enc |
:: Command execute :: | |
--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by PinoyWH1Z | C99Shell Github | Generation time: 0.0167 ]-- |