Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.70.80.74
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
elinks-data /
examples /
lua /
[ HOME SHELL ]
Name
Size
Permission
Action
babelfish.lua
1.46
KB
-rw-r--r--
bm-to-elinks-bookmarks.lua
704
B
-rw-r--r--
bm.lua
8.54
KB
-rw-r--r--
config.lua
2.44
KB
-rw-r--r--
elinks-remote
719
B
-rwxr-xr-x
highlight.lua
637
B
-rw-r--r--
hooks.lua
18.32
KB
-rw-r--r--
hooks.lua.in
18.32
KB
-rw-r--r--
md5check.lua
1.47
KB
-rw-r--r--
remote.lua
1.15
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : config.lua
-- Configuration for hooks.lua file, put in ~/.elinks/ as config.lua. -- ** IMPORTANT ** -- Individual functions may be disabled for security by assigning them -- to `nil'. -- openfile = nil -- may open files in write mode -- readfrom = nil -- reading from pipe can execute commands -- writeto = nil -- appendto = nil -- pipe_read = nil -- remove = nil -- rename = nil -- execute = nil -- exit = nil -- Home directory: home_dir = home_dir or (getenv and getenv ("HOME")) or "/home/MYSELF" hooks_file = elinks_home.."/hooks.lua" -- Pausing: When external programs are run, sometimes we need to pause -- to see the output. This is the string we append to the command -- line to do that. You may customise it if you wish. pause = '; echo -ne "\\n\\e[1;32mPress ENTER to continue...\\e[0m"; read' -- Make ALT="" into ALT=" ": Makes web pages with superfluous -- images look better. However, even if you disable the "Display links -- to images" option, single space links to such images will appear. -- To enable, set the following to 1. If necessary, you can change -- this while in Links using the Lua Console, then reload the page. -- See also the keybinding section at the end of the file. mangle_blank_alt = nil -- For any other lua script to be loaded (note that you don't need to load -- hooks.lua here, as it's loaded even when we'll get to here actually), -- uncomment and clone following line: -- dofile (elinks_home.."/script.lua") -- The following commands, when uncommented, will load certain scripts that are -- distributed with ELinks. If you enable any of them, you will need either -- to copy the scripts to your home directory or to update the paths -- in the commands relevant commands below. -- Bookmarks: Uncomment the following line to enable the Lua bookmarks -- manager -- dofile (elinks_home.."/bm.lua") -- Highlighting: Uncomment the following line if you want to see highlighted -- source code. You need to have code2html installed and set text/html -- as the MIME-type for .c, .h, .pl, .py, .sh, .awk, .patch extensions -- in the Options Manager or in elinks.conf -- dofile (elinks_home.."/highlight.lua") -- Babelfish: This allows one to enter the the URL 'bb <from> <to> -- <url>|<text>' to translate the given url or text string between -- the given languages. -- dofile (elinks_home.."/babelfish.lua") -- dofile (elinks_home.."/md5checks.lua") -- dofile (elinks_home.."/remote.lua")
Close