!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/share/doc/libzip-ocaml-dev/html/api/   drwxr-xr-x
Free 13.25 GB of 57.97 GB (22.86%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     Zlib.html (5.53 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
Zlib

Module Zlib

module Zlib: sig .. end

exception Error of string * string
val compress : ?level:int ->
?header:bool -> (bytes -> int) -> (bytes -> int -> unit) -> unit
val compress_direct : ?level:int ->
?header:bool ->
(bytes -> int -> unit) -> (bytes -> int -> int -> unit) * (unit -> unit)
val uncompress : ?header:bool -> (bytes -> int) -> (bytes -> int -> unit) -> unit
val plain_uncompress : string -> int -> string -> int -> bool
type stream 
type flush_command = 
| Z_NO_FLUSH
| Z_SYNC_FLUSH
| Z_FULL_FLUSH
| Z_FINISH
val deflate_init : int -> bool -> stream
val deflate : stream ->
bytes ->
int -> int -> bytes -> int -> int -> flush_command -> bool * int * int
val deflate_string : stream ->
string ->
int -> int -> bytes -> int -> int -> flush_command -> bool * int * int
val deflate_end : stream -> unit
val inflate_init : bool -> stream
val inflate : stream ->
bytes ->
int -> int -> bytes -> int -> int -> flush_command -> bool * int * int
val inflate_string : stream ->
string ->
int -> int -> bytes -> int -> int -> flush_command -> bool * int * int
val inflate_end : stream -> unit
val update_crc : int32 -> bytes -> int -> int -> int32
val update_crc_string : int32 -> string -> int -> int -> int32

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0544 ]--