X7ROOT File Manager
Current Path:
/var/softaculous/orange
var
/
softaculous
/
orange
/
ðŸ“
..
📄
Conf.php
(2.04 KB)
📄
NOTES.txt
(1.73 KB)
📄
_upgrade.php
(4.23 KB)
📄
_upgrade.xml
(254 B)
📄
changelog.txt
(2.91 KB)
📄
clone.php
(15.25 KB)
📄
edit.php
(4.74 KB)
📄
edit.xml
(433 B)
📄
extend.php
(8.84 KB)
📄
fileindex.php
(139 B)
📄
getdata.php
(1.15 KB)
ðŸ“
images
📄
import.php
(3.37 KB)
📄
info.xml
(1.61 KB)
📄
install.js
(924 B)
📄
install.php
(19.6 KB)
📄
install.xml
(1.48 KB)
📄
md5
(2.28 KB)
📄
orange.sql
(1.01 MB)
📄
orange.zip
(20.59 MB)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
ðŸ“
php82
📄
update_pass.php
(518 B)
Editing: getdata.php
<?php // We do not need this file any more @unlink('getdata.php'); $link = mysqli_connect('[[softdbhost]]','[[softdbuser]]', '[[softdbpass]]', '[[softdb]]'); $mysqli_host_info = mysqli_get_host_info($link); $mysqli_client_info = mysqli_get_client_info($link); $mysql_server_version = mysqli_get_server_info($link); $php_version = PHP_VERSION; $server_name = $_SERVER['SERVER_SOFTWARE']; $detailed_value = explode(' ', php_uname()); $os_name = $detailed_value[0]; $release_name = $detailed_value[2]; $version_info = $detailed_value[3].' '.$detailed_value[4].' '.$detailed_value[5].' '.$detailed_value[6].' '.$detailed_value[7].' '.$detailed_value[8].' '.$detailed_value[9].' '.$detailed_value[10]; echo '<mysqli_host_info>'.$mysqli_host_info.'</mysqli_host_info>'; echo '<mysqli_client_info>'.$mysqli_client_info.'</mysqli_client_info>'; echo '<mysql_server_version>'.$mysql_server_version.'</mysql_server_version>'; echo '<php_version>'.$php_version.'</php_version>'; echo '<server_name>'.$server_name.'</server_name>'; echo '<os_name>'.$os_name.'</os_name>'; echo '<release_name>'.$release_name.'</release_name>'; echo '<version_info>'.$version_info.'</version_info>'; ?>
Upload File
Create Folder