Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
dialog-1.1 /
samples /
copifuncs /
[ HOME SHELL ]
Name
Size
Permission
Action
admin.funcs
4.94
KB
-rw-r--r--
common.funcs
9.19
KB
-rw-r--r--
copi.funcs
35.71
KB
-rw-r--r--
copi.ifman1
1.18
KB
-rw-r--r--
copi.ifman2
2.91
KB
-rw-r--r--
copi.ifmcfg2
2.46
KB
-rw-r--r--
copi.ifmcfg4
1.29
KB
-rw-r--r--
copi.ifmcfg5
795
B
-rw-r--r--
copi.ifpoll1
292
B
-rw-r--r--
copi.ifpoll2
2.27
KB
-rw-r--r--
copi.ifreq1
598
B
-rw-r--r--
copi.ifreq2
1.94
KB
-rw-r--r--
copi.rcnews
1.99
KB
-rw-r--r--
copi.sendifm1
1.41
KB
-rw-r--r--
copi.sendifm2
207
B
-rw-r--r--
copi.trnrc
440
B
-rw-r--r--
copi.wheel
3.41
KB
-rw-r--r--
ifpatch
2.75
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : copi.rcnews
#! /bin/sh ## $Revision: 1.1 $ ## News boot script. ## =()<. @<_PATH_SHELLVARS>@>()= . /usr/lib/news/innshellvars ## Pick ${INND} or ${INNDSTART} WHAT=${INNDSTART} ## Set to true or false DOINNWATCH=false MAIL="${MAILCMD} -s 'Boot-time Usenet warning on `hostname`' ${NEWSMASTER}" ## RFLAG is set below; set FLAGS as appropriate. RFLAG="" FLAGS="-i0 -c0" ## Clean shutdown? if [ -f ${SERVERPID} ] ; then ( echo 'INND: PID file exists -- unclean shutdown!' >/dev/console ) RFLAG="-r" fi if [ ! -f ${NEWSLIB}/.news.daily ] ; then echo 'No .news.daily file; need to run news.daily?' | eval ${MAIL} else case `find ${NEWSLIB} -name .news.daily -mtime +1 -print 2>/dev/null` in "") ;; *) echo 'Old .news.daily file; need to run news.daily?' | eval ${MAIL} ;; esac fi ## Active file recovery. if [ ! -s ${ACTIVE} ] ; then if [ -s ${NEWACTIVE} ] ; then mv ${NEWACTIVE} ${ACTIVE} else if [ -s ${OLDACTIVE} ] ; then cp ${OLDACTIVE} ${ACTIVE} else ( echo 'INND: No active file!' >/dev/console ) exit 1 fi fi RFLAG="-r" # You might want to rebuild the DBZ database, too: #echo "cd ${NEWSLIB} \ # && makehistory -r \ # && mv history.n.dir history.dir \ # && mv history.n.pag history.pag" | su ${NEWSUSER} fi ## Remove temporary batchfiles and lock files. ( cd ${BATCH} && rm -f bch* ) ( cd ${LOCKS} && rm -f LOCK* ) ( cd ${TEMPSOCKDIR} && rm -f ${TEMPSOCK} ) rm -f ${NEWSCONTROL} ${NNTPCONNECT} ${SERVERPID} ## Start the show. ( echo 'Starting innd.' >/dev/console ) eval ${WHAT} ${RFLAG} ${FLAGS} # Gee, looks like lisp, doesn't it? ${DOINNWATCH} && { echo "( ( sleep 60 ; ${INNWATCH} ) & )" | su ${NEWSUSER} } RMFILE=${MOST_LOGS}/expire.rm if [ -s ${MOST_LOGS}/expire.rm ] ; then ( echo "Removing articles from pre-downtime expire run." >/dev/console ) ( echo 'System shut down during expire. Unlinking articles listed in' echo ${RMFILE} ) | eval ${MAIL} echo "${NEWSBIN}/expirerm ${RMFILE}" | su ${NEWSUSER} & fi
Close