PATH:
var
/
softaculous
/
shopsite
<?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'); ?>
[+]
php56
[+]
php81
[+]
php53
[+]
..
[-] import.php
[edit]
[-] notes.txt
[edit]
[-] md5
[edit]
[-] install.js
[edit]
[-] wwwindex.php
[edit]
[+]
php71
[-] arch.php
[edit]
[-] install.php
[edit]
[-] fileindex.php
[edit]
[-] .htaccess
[edit]
[-] info.xml
[edit]
[-] install.xml
[edit]
[+]
images
[+]
php82