X7ROOT File Manager
Current Path:
/var/softaculous/stripe
var
/
softaculous
/
stripe
/
📁
..
📄
.env
(545 B)
📄
_.htaccess
(1.2 KB)
📄
__config.php
(622 B)
📄
_edit.php
(4.96 KB)
📄
_edit.xml
(447 B)
📄
_upgrade.php
(3.09 KB)
📄
_upgrade.xml
(383 B)
📄
clone.php
(9.43 KB)
📄
error-404.html
(3.68 KB)
📄
error-500.html
(3.58 KB)
📄
extend.php
(7.04 KB)
📄
fileindex.php
(160 B)
📁
images
📄
import.php
(3.86 KB)
📄
info.xml
(3.39 KB)
📄
install.js
(921 B)
📄
install.php
(10.28 KB)
📄
install.xml
(3.16 KB)
📄
md5
(2.08 KB)
📄
notes.txt
(1.99 KB)
📁
php53
📁
php56
📁
php71
📁
php81
📁
php82
📄
stripe.sql
(47.46 KB)
📄
stripe.zip
(17.23 MB)
📄
update_pass.php
(2.23 KB)
Editing: _.htaccess
# # Whitelist appropriate assets files. # This file is automatically generated via File.allowed_extensions configuration # See AssetAdapter::renderTemplate() for reference. # # We disable PHP via several methods # Replace the handler with the default plaintext handler AddHandler default-handler php phtml php3 php4 php5 inc <IfModule mod_php5.c> # Turn the PHP engine off php_flag engine off </IfModule> <IfModule mod_rewrite.c> <IfModule mod_env.c> SetEnv HTTP_MOD_REWRITE On </IfModule> RewriteEngine On # Allow error pages RewriteCond %{REQUEST_FILENAME} -f RewriteRule error[^\\/]*\.html$ - [L] # Allow specific file extensions RewriteCond %{REQUEST_URI} !^[^.]*[^\/]*\.(?i:css|js|ace|arc|arj|asf|au|avi|bmp|brf|bz2|cab|cda|csv|dmg|doc|docx|dotx|flv|gif|gz|hqx|ico|jpeg|jpg|kml|m4a|m4v|mid|midi|mkv|mov|mp3|mp4|mpa|mpeg|mpg|ogg|ogv|pages|pcx|pdf|png|pps|ppt|pptx|potx|ra|ram|rm|rtf|sit|sitx|tar|tgz|tif|tiff|txt|wav|webm|webp|wma|wmv|xls|xlsx|xltx|zip|zipx|graphql)$ RewriteRule .* - [F] # Non existant files passed to requesthandler RewriteCond %{REQUEST_URI} ^(.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule .* ../index.php [QSA] </IfModule>
Upload File
Create Folder