Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.188
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
python27 /
include /
python2.7 /
Imaging /
Delete
Unzip
Name
Size
Permission
Date
Action
Bit.h
541
B
-rw-r--r--
2020-05-26 08:02
Gif.h
2.49
KB
-rw-r--r--
2020-05-26 08:02
ImDib.h
1.15
KB
-rw-r--r--
2020-05-26 08:02
ImPlatform.h
1.53
KB
-rw-r--r--
2020-05-26 08:02
Imaging.h
19.49
KB
-rw-r--r--
2020-05-26 08:02
Jpeg.h
2.22
KB
-rw-r--r--
2020-05-26 08:02
Jpeg2K.h
2.35
KB
-rw-r--r--
2020-05-26 08:02
Lzw.h
834
B
-rw-r--r--
2020-05-26 08:02
QuantHash.h
2.15
KB
-rw-r--r--
2020-05-26 08:02
QuantHeap.h
603
B
-rw-r--r--
2020-05-26 08:02
QuantOctree.h
238
B
-rw-r--r--
2020-05-26 08:02
QuantPngQuant.h
212
B
-rw-r--r--
2020-05-26 08:02
QuantTypes.h
509
B
-rw-r--r--
2020-05-26 08:02
Raw.h
224
B
-rw-r--r--
2020-05-26 08:02
TiffDecode.h
1.32
KB
-rw-r--r--
2020-05-26 08:02
Zip.h
1.36
KB
-rw-r--r--
2020-05-26 08:02
Save
Rename
/* Bit.h */ typedef struct { /* CONFIGURATION */ /* Number of bits per pixel */ int bits; /* Line padding (0 or 8) */ int pad; /* Fill order */ /* 0=msb/msb, 1=msbfill/lsbshift, 2=lsbfill/msbshift, 3=lsb/lsb */ int fill; /* Signed integers (0=unsigned, 1=signed) */ int sign; /* Lookup table (not implemented) */ unsigned long lutsize; FLOAT32* lut; /* INTERNAL */ unsigned long mask; unsigned long signmask; unsigned long bitbuffer; int bitcount; } BITSTATE;