Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.35
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
nano /
Delete
Unzip
Name
Size
Permission
Date
Action
asm.nanorc
884
B
-rw-r--r--
2017-01-11 03:10
autoconf.nanorc
557
B
-rw-r--r--
2017-01-11 03:10
awk.nanorc
1.33
KB
-rw-r--r--
2017-01-11 03:10
c.nanorc
1.64
KB
-rw-r--r--
2017-01-11 03:10
changelog.nanorc
711
B
-rw-r--r--
2017-01-11 03:10
cmake.nanorc
837
B
-rw-r--r--
2017-01-11 03:10
css.nanorc
346
B
-rw-r--r--
2017-01-11 03:10
debian.nanorc
790
B
-rw-r--r--
2017-01-11 03:10
default.nanorc
262
B
-rw-r--r--
2017-01-11 03:10
elisp.nanorc
1.06
KB
-rw-r--r--
2017-01-11 03:10
fortran.nanorc
1.92
KB
-rw-r--r--
2017-01-11 03:10
gentoo.nanorc
4.07
KB
-rw-r--r--
2017-01-11 03:10
go.nanorc
1.39
KB
-rw-r--r--
2017-01-11 03:10
groff.nanorc
713
B
-rw-r--r--
2017-01-11 03:10
guile.nanorc
604
B
-rw-r--r--
2017-01-11 03:10
html.nanorc
1.2
KB
-rw-r--r--
2017-01-11 03:10
java.nanorc
655
B
-rw-r--r--
2017-01-11 03:10
javascript.nanorc
668
B
-rw-r--r--
2017-01-11 03:10
json.nanorc
881
B
-rw-r--r--
2017-01-11 03:10
lua.nanorc
2.27
KB
-rw-r--r--
2017-01-11 03:10
makefile.nanorc
299
B
-rw-r--r--
2017-01-11 03:10
man.nanorc
463
B
-rw-r--r--
2017-01-11 03:10
mgp.nanorc
231
B
-rw-r--r--
2017-01-11 03:10
mutt.nanorc
187
B
-rw-r--r--
2017-01-11 03:10
nanorc.nanorc
2.45
KB
-rw-r--r--
2017-01-11 03:10
nftables.nanorc
794
B
-rw-r--r--
2017-01-11 03:10
objc.nanorc
1.74
KB
-rw-r--r--
2017-01-11 03:10
ocaml.nanorc
847
B
-rw-r--r--
2017-01-11 03:10
patch.nanorc
597
B
-rw-r--r--
2017-01-11 03:10
perl.nanorc
1.44
KB
-rw-r--r--
2017-01-11 03:10
php.nanorc
723
B
-rw-r--r--
2017-01-11 03:10
po.nanorc
891
B
-rw-r--r--
2017-01-11 03:10
postgresql.nanorc
3.03
KB
-rw-r--r--
2017-01-11 03:10
pov.nanorc
683
B
-rw-r--r--
2017-01-11 03:10
python.nanorc
793
B
-rw-r--r--
2017-01-11 03:10
ruby.nanorc
1.46
KB
-rw-r--r--
2017-01-11 03:10
rust.nanorc
1.08
KB
-rw-r--r--
2017-01-11 03:10
sh.nanorc
1.16
KB
-rw-r--r--
2017-01-11 03:10
spec.nanorc
1.88
KB
-rw-r--r--
2017-01-11 03:10
tcl.nanorc
2.11
KB
-rw-r--r--
2017-01-11 03:10
tex.nanorc
176
B
-rw-r--r--
2017-01-11 03:10
texinfo.nanorc
466
B
-rw-r--r--
2017-01-11 03:10
xml.nanorc
503
B
-rw-r--r--
2017-01-11 03:10
Save
Rename
## Syntax highlighting for Lua. # ## Author: Matthew Wild <mwild1 (at) gmail.com> ## License: GPL 3 or later ## Version: 2011-05-05 syntax "lua" "\.lua$" comment "--" color brightwhite "\[\[.*\]\]" # Operators color brightyellow ":|\*|/|%|\+|-|\^|>|>=|<|<=|~=|=|\.\.|\<(not|and|or)\>" # Statements color brightblue "\<(do|end|while|repeat|until|if|elseif|then|else|for|in|function|local|return|break)\>" # Keywords color brightyellow "\<(io|math|os|string|table|coroutine|debug)\>\." color brightyellow "\<(_G|_VERSION|assert|collectgarbage|dofile|error|getfenv|getmetatable|ipairs|load|loadfile|module|next|pairs|pcall|print|rawequal|rawget|rawset|require|select|setfenv|setmetatable|tonumber|tostring|type|unpack|xpcall)\s*\(" # Standard library color brightyellow "io\.\<(close|flush|input|lines|open|output|popen|read|tmpfile|type|write|stdin|stdout|stderr)\>" color brightyellow "math\.\<(abs|acos|asin|atan2|atan|ceil|cosh|cos|deg|exp|floor|fmod|frexp|huge|ldexp|log10|log)\>" color brightyellow "math\.\<(max|min|mod|modf|pi|pow|rad|random|randomseed|sinh|tan)\>" color brightyellow "os\.\<(clock|date|difftime|execute|exit|getenv|remove|rename|setlocale|time|tmpname)\>" color brightyellow "package\.\<(cpath|loaded|loadlib|path|preload|seeall)\>" color brightyellow "string\.\<(byte|char|dump|find|format|gmatch|gsub|len|lower|match|rep|reverse|sub|upper)\>" color brightyellow "table\.\<(concat|insert|maxn|remove|sort)\>" color brightyellow "coroutine\.\<(create|resume|running|status|wrap|yield)\>" color brightyellow "debug\.\<(debug|getfenv|gethook|getinfo|getlocal|getmetatable|getregistry|getupvalue)\>" color brightyellow "debug\.\<(setfenv|sethook|setlocal|setmetatable|setupvalue|traceback)\>" # File handle methods color brightyellow "\:\<(close|flush|lines|read|seek|setvbuf|write)\>" # false, nil, true color brightmagenta "\<(false|nil|true)\>" # External files color brightgreen "\<(dofile|require)\>" # Numbers color red "\<([0-9]+)\>" # Symbols color brightmagenta "(\(|\)|\[|\]|\{|\})" # Shebang color brightcyan "^#!.*" # Simple comments color green "\-\-.*$" # Multiline comments color green start="\-\-\[\[" end="\]\]" # Strings color red "\"(\\.|[^\\\"])*\"|'(\\.|[^\\'])*'" ##color red start="\[\[" end="\]\]" # Hex literals color red "0x[0-9a-fA-F]*"