X7ROOT File Manager
Current Path:
/var/softaculous/shopsite
var
/
softaculous
/
shopsite
/
ðŸ“
..
📄
.htaccess
(82 B)
📄
arch.php
(251 B)
📄
fileindex.php
(15 B)
ðŸ“
images
📄
import.php
(3.23 KB)
📄
info.xml
(3.05 KB)
📄
install.js
(942 B)
📄
install.php
(10.86 KB)
📄
install.xml
(638 B)
📄
md5
(8.5 KB)
📄
notes.txt
(356 B)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
ðŸ“
php82
📄
wwwindex.php
(86 B)
Editing: arch.php
<?php // What is the architecture ? function __arch(){ $arch = trim(shell_exec('uname -m')); $arch = (preg_match('/64/is', $arch) ? 'x86_64' : 'x86'); return $arch; } $arch = __arch(); echo '<arch>'.$arch.'</arch>'; @unlink('arch.php'); ?>
Upload File
Create Folder