X7ROOT File Manager
Current Path:
/var/softaculous/x2
var
/
softaculous
/
x2
/
??
..
??
X2Config.php
(252 B)
??
changelog.txt
(2.22 KB)
??
edit.php
(4.2 KB)
??
edit.xml
(433 B)
??
encryption.iv
(16 B)
??
encryption.key
(17 B)
??
fileindex.php
(324 B)
??
getkey.php
(490 B)
??
images
??
import.php
(2.88 KB)
??
info.xml
(2.53 KB)
??
install.js
(921 B)
??
install.php
(6.01 KB)
??
install.xml
(1.85 KB)
??
install_timestamp
(13 B)
??
md5
(4.91 KB)
??
notes.txt
(1.23 KB)
??
php53
??
php56
??
php71
??
php81
??
php82
??
webConfig.php
(444 B)
??
x2.sql
(903.25 KB)
??
x2.zip
(31.3 MB)
Editing: getkey.php
<?php if(function_exists('openssl_random_pseudo_bytes')){ $EncryptionIV = __genIV(); $EncryptionKEY = __genKey(); } echo '<Encryptioniv>'.$EncryptionIV.'</Encryptioniv>'; echo '<Encryptionkey>'.$EncryptionKEY.'</Encryptionkey>'; function __genKey($length = 32){ $key = openssl_random_pseudo_bytes($length, $strong); return ($strong ? $key : false); } function __genIV() { $nonceSize = openssl_cipher_iv_length('aes-256-ctr'); return openssl_random_pseudo_bytes($nonceSize); } ?>
Upload File
Create Folder