Linux s17.hosterpk.com 6.12.0-124.55.3.el10_1.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:54:02 EDT 2026 x86_64
LiteSpeed
Server IP : 192.169.89.90 & Your IP : 216.73.216.41
Domains :
Cant Read [ /etc/named.conf ]
User : hamzalar
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.23
KB
-rw-r--r--
2021-11-25 11:09
asm.nanorc
751
B
-rw-r--r--
2024-07-01 09:15
autoconf.nanorc
635
B
-rw-r--r--
2021-11-25 11:09
awk.nanorc
1.34
KB
-rw-r--r--
2024-07-01 09:15
c.nanorc
1.9
KB
-rw-r--r--
2024-04-12 08:56
changelog.nanorc
790
B
-rw-r--r--
2021-11-25 11:09
cmake.nanorc
859
B
-rw-r--r--
2024-07-01 09:15
css.nanorc
518
B
-rw-r--r--
2024-07-01 09:15
default.nanorc
775
B
-rw-r--r--
2024-05-01 08:25
elisp.nanorc
1.12
KB
-rw-r--r--
2024-07-01 09:15
email.nanorc
340
B
-rw-r--r--
2021-11-25 11:09
fortran.nanorc
1.95
KB
-rw-r--r--
2024-07-01 09:15
go.nanorc
1.41
KB
-rw-r--r--
2021-11-25 11:09
groff.nanorc
783
B
-rw-r--r--
2024-07-01 09:15
guile.nanorc
596
B
-rw-r--r--
2024-07-01 09:15
haskell.nanorc
1009
B
-rw-r--r--
2021-11-25 11:09
html.nanorc
1.26
KB
-rw-r--r--
2024-04-12 08:56
java.nanorc
654
B
-rw-r--r--
2020-06-10 09:21
javascript.nanorc
850
B
-rw-r--r--
2024-04-12 08:56
json.nanorc
805
B
-rw-r--r--
2022-02-18 09:50
lua.nanorc
2.4
KB
-rw-r--r--
2021-11-25 11:09
makefile.nanorc
552
B
-rw-r--r--
2024-05-01 08:25
man.nanorc
833
B
-rw-r--r--
2024-07-01 09:15
markdown.nanorc
947
B
-rw-r--r--
2020-09-19 07:40
nanohelp.nanorc
594
B
-rw-r--r--
2021-06-15 07:58
nanorc.nanorc
4.26
KB
-rw-r--r--
2024-07-01 09:15
nftables.nanorc
927
B
-rw-r--r--
2021-11-25 11:09
objc.nanorc
1.49
KB
-rw-r--r--
2024-07-01 09:15
ocaml.nanorc
831
B
-rw-r--r--
2021-11-25 11:09
patch.nanorc
641
B
-rw-r--r--
2024-07-01 09:15
perl.nanorc
2.07
KB
-rw-r--r--
2022-07-25 14:50
php.nanorc
1.09
KB
-rw-r--r--
2024-07-01 09:15
po.nanorc
1.15
KB
-rw-r--r--
2021-11-25 11:09
povray.nanorc
675
B
-rw-r--r--
2024-07-01 09:15
python.nanorc
1.43
KB
-rw-r--r--
2024-04-12 08:56
ruby.nanorc
1.35
KB
-rw-r--r--
2024-07-01 09:15
rust.nanorc
1.01
KB
-rw-r--r--
2021-11-25 11:09
sh.nanorc
1.52
KB
-rw-r--r--
2024-07-01 09:15
spec.nanorc
2.01
KB
-rw-r--r--
2024-07-01 09:15
sql.nanorc
2.39
KB
-rw-r--r--
2024-07-01 09:15
tcl.nanorc
2.12
KB
-rw-r--r--
2024-07-01 09:15
tex.nanorc
199
B
-rw-r--r--
2020-06-10 09:21
texinfo.nanorc
834
B
-rw-r--r--
2021-11-25 11:09
xml.nanorc
721
B
-rw-r--r--
2024-07-01 09:15
yaml.nanorc
1.34
KB
-rw-r--r--
2021-10-06 08:44
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)[[:blank:]]*\(" # 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[[:xdigit:]]+(\.[[:xdigit:]]*)?([Pp][+-]?[0-9]+)?\>" # Brackets color brightmagenta "\(|\)|\[|\]|\{|\}" # Shebang color brightcyan "^#!.*" # Strings color red ""([^"\]|\\.)*"|'([^'\]|\\.)*'" # Simple comments and multiline comments color green "--.*" color green start="--\[\[" end="\]\]"