Linux cpanel2.daytoncreative.net 2.6.32-754.29.2.el6.x86_64 #1 SMP Tue May 12 17:39:04 UTC 2020 x86_64
Apache/2.4.43 (cPanel) OpenSSL/1.1.1g mod_bwlimited/1.4
Server IP : 70.62.220.67 & Your IP : 216.73.216.193
Domains :
Cant Read [ /etc/named.conf ]
User : michaelgreg
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
log /
perl-5.20.2 /
djgpp /
Delete
Unzip
Name
Size
Permission
Date
Action
config.over
1.81
KB
-r--r--r--
2014-12-27 11:48
configure.bat
957
B
-r--r--r--
2014-12-27 11:48
djgpp.c
10.25
KB
-r--r--r--
2014-12-27 11:48
djgpp.h
870
B
-r--r--r--
2014-12-27 11:48
djgppsed.sh
2.44
KB
-r--r--r--
2014-12-27 11:48
fixpmain
1.05
KB
-r--r--r--
2014-12-27 11:48
Save
Rename
@echo off set CONFIG= set PATH_SEPARATOR=; set PATH_EXPAND=y sh -c 'if test $PATH_SEPARATOR = ";"; then exit 1; fi' if ERRORLEVEL 1 goto path_sep_ok echo Error: echo Make sure the environment variable PATH_SEPARATOR=; while building perl! echo Please check your DJGPP.ENV! goto end :path_sep_ok sh -c 'if test $PATH_EXPAND = "Y" -o $PATH_EXPAND = "y"; then exit 1; fi' if ERRORLEVEL 1 goto path_exp_ok echo Error: echo Make sure the environment variable PATH_EXPAND=Y while building perl! echo Please check your DJGPP.ENV! goto end :path_exp_ok sh -c '$SHELL -c "exit 128"' if ERRORLEVEL 128 goto shell_ok echo Error: echo The SHELL environment variable must be set to the full path of your sh.exe! goto end :shell_ok sh -c 'if test ! -d /tmp; then mkdir /tmp; fi' cp djgpp.[hc] config.over .. cd .. echo Running sed... sh djgpp/djgppsed.sh echo Running Configure... sh Configure %1 %2 %3 %4 %5 %6 %7 %8 %9 :end