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 /
net /
[ HOME SHELL ]
Name
Size
Permission
Action
ange-ftp.elc
116.81
KB
-rw-r--r--
browse-url.el.xdg
57.99
KB
-rw-r--r--
browse-url.elc
46.94
KB
-rw-r--r--
dbus.elc
28.38
KB
-rw-r--r--
dig.elc
5.08
KB
-rw-r--r--
dns.elc
11.33
KB
-rw-r--r--
eudc-bob.elc
9.11
KB
-rw-r--r--
eudc-export.elc
5.9
KB
-rw-r--r--
eudc-hotlist.elc
5.71
KB
-rw-r--r--
eudc-vars.elc
14.61
KB
-rw-r--r--
eudc.elc
32.17
KB
-rw-r--r--
eudcb-bbdb.elc
5.41
KB
-rw-r--r--
eudcb-ldap.elc
5.18
KB
-rw-r--r--
eudcb-mab.elc
2.88
KB
-rw-r--r--
eudcb-ph.elc
6.44
KB
-rw-r--r--
goto-addr.elc
9.28
KB
-rw-r--r--
hmac-def.elc
2.07
KB
-rw-r--r--
hmac-md5.elc
2.15
KB
-rw-r--r--
imap.elc
104.58
KB
-rw-r--r--
ldap.elc
14.29
KB
-rw-r--r--
mairix.elc
24.37
KB
-rw-r--r--
net-utils.elc
25.21
KB
-rw-r--r--
netrc.elc
4.79
KB
-rw-r--r--
newst-backend.elc
66.66
KB
-rw-r--r--
newst-plainview.elc
51.17
KB
-rw-r--r--
newst-reader.elc
28.81
KB
-rw-r--r--
newst-ticker.elc
7.82
KB
-rw-r--r--
newst-treeview.elc
67.9
KB
-rw-r--r--
newsticker.elc
1.01
KB
-rw-r--r--
ntlm.elc
12.39
KB
-rw-r--r--
quickurl.elc
16.54
KB
-rw-r--r--
rcirc.elc
89.27
KB
-rw-r--r--
rcompile.elc
3.51
KB
-rw-r--r--
rlogin.elc
10.63
KB
-rw-r--r--
sasl-cram.elc
1.25
KB
-rw-r--r--
sasl-digest.elc
3.75
KB
-rw-r--r--
sasl-ntlm.elc
1.82
KB
-rw-r--r--
sasl.elc
7.39
KB
-rw-r--r--
snmp-mode.elc
15.08
KB
-rw-r--r--
socks.elc
16.21
KB
-rw-r--r--
telnet.elc
9.03
KB
-rw-r--r--
tls.elc
8.04
KB
-rw-r--r--
tramp-cache.elc
8.96
KB
-rw-r--r--
tramp-cmds.elc
9.4
KB
-rw-r--r--
tramp-compat.elc
6
KB
-rw-r--r--
tramp-fish.elc
54.2
KB
-rw-r--r--
tramp-ftp.elc
5.33
KB
-rw-r--r--
tramp-gw.elc
13.27
KB
-rw-r--r--
tramp-smb.elc
50.78
KB
-rw-r--r--
tramp-uu.elc
1.88
KB
-rw-r--r--
tramp.elc
278.99
KB
-rw-r--r--
trampver.elc
1.06
KB
-rw-r--r--
webjump.elc
13.86
KB
-rw-r--r--
xesam.elc
24.5
KB
-rw-r--r--
zeroconf.elc
17.98
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : tramp-cache.elc
;ELC ;;; Compiled by mockbuild@c6b8.bsys.dev.centos.org on Thu Feb 19 13:04:34 2015 ;;; from file /builddir/build/BUILD/emacs-23.1/lisp/net/tramp-cache.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 "`tramp-cache.el' was compiled for Emacs 19.29 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; #@41 Hash table for remote files properties. (defvar tramp-cache-data (make-hash-table :test 'equal) (#$ . 617)) #@60 File which keeps connection history for Tramp connections. (custom-declare-variable 'tramp-persistency-file-name '(cond ((and (boundp 'user-emacs-directory) (stringp (symbol-value 'user-emacs-directory)) (file-directory-p (symbol-value 'user-emacs-directory))) (expand-file-name "tramp" (symbol-value 'user-emacs-directory))) ((and (not (featurep 'xemacs)) (file-directory-p "~/.emacs.d/")) "~/.emacs.d/tramp") ((and (boundp 'user-init-directory) (stringp (symbol-value 'user-init-directory)) (file-directory-p (symbol-value 'user-init-directory))) (expand-file-name "tramp" (symbol-value 'user-init-directory))) ((and (featurep 'xemacs) (file-directory-p "~/.xemacs/")) "~/.xemacs/tramp") (t "~/.tramp")) '(#$ . 731) :group 'tramp :type 'file) #@50 Whether persistent cache data have been changed. (defvar tramp-cache-data-changed nil (#$ . 1482)) #@85 Get the PROPERTY of FILE from the cache context of VEC. Returns DEFAULT if not set. (defalias 'tramp-get-file-property #[(vec file property default) "\306!\211\307\310\311 C\"I\210\312\n\"\206 \313\314\315\316\"\n#\317!\203+ \312\f #\202, \320\321\322 \f&\210*\207" [vec file tramp-cache-data hash property default copy-sequence 3 tramp-run-real-handler directory-file-name gethash puthash make-hash-table :test equal hash-table-p tramp-message 8 "%s %s %s" value] 8 (#$ . 1587)]) #@80 Set the PROPERTY of FILE to VALUE, in the cache context of VEC. Returns VALUE. (defalias 'tramp-set-file-property #[(vec file property value) "\306!\211\307\310\311 C\"I\210\312\n\"\206 \313\314\315\316\"\n#\313\f #\210\317\320\321 \f &\210 )\207" [vec file tramp-cache-data hash property value copy-sequence 3 tramp-run-real-handler directory-file-name gethash puthash make-hash-table :test equal tramp-message 8 "%s %s %s"] 8 (#$ . 2091)]) #@60 Remove all properties of FILE in the cache context of VEC. (defalias 'tramp-flush-file-property #[(vec file) "\303!\211\304\305\306 C\"I\210\307\310\311 $\210\312\n\"\207" [vec file tramp-cache-data copy-sequence 3 tramp-run-real-handler directory-file-name tramp-message 8 "%s" remhash] 6 (#$ . 2548)]) #@120 Remove all properties of DIRECTORY in the cache context of VEC. Remove also properties of all files in subdirectories. (defalias 'tramp-flush-directory-property #[(vec directory) "\303\304C\"\305 \306\307$\210\310\311\n\")\207" [directory vec tramp-cache-data tramp-run-real-handler directory-file-name tramp-message 8 "%s" maphash #[(key value) "\303!;\205 \304 \303!\"\205 \305\n\"\207" [key directory tramp-cache-data tramp-file-name-localname string-match remhash] 4]] 5 (#$ . 2863)]) #@59 Flush all Tramp cache properties from `buffer-file-name'. (defalias 'tramp-flush-file-function #[nil "\304 ;\203 \304 \202\f \305 !\205 \306 !\307\n!\310\n\"*)\207" [default-directory bfn v localname buffer-file-name tramp-tramp-file-p tramp-dissect-file-name tramp-file-name-localname tramp-flush-file-property] 3 (#$ . 3366)]) (byte-code "\300\301\302\"\210\300\303\302\"\210\300\304\302\"\210\300\305\306\"\207" [add-hook before-revert-hook tramp-flush-file-function eshell-pre-command-hook kill-buffer-hook tramp-cache-unload-hook (lambda nil (remove-hook 'before-revert-hook 'tramp-flush-file-function) (remove-hook 'eshell-pre-command-hook 'tramp-flush-file-function) (remove-hook 'kill-buffer-hook 'tramp-flush-file-function))] 3) #@172 Get the named PROPERTY for the connection. KEY identifies the connection, it is either a process or a vector. If the value is not set for the connection, returns DEFAULT. (defalias 'tramp-get-connection-property #[(key property default) "\306!\203 \307!\211\310\311I\210\312 \"\313\n!\203\"