X7ROOT File Manager
Current Path:
/var/softaculous/presta14
var
/
softaculous
/
presta14
/
ðŸ“
..
📄
clone.php
(7.19 KB)
📄
edit.php
(4.72 KB)
📄
edit.xml
(447 B)
📄
fileindex.php
(870 B)
ðŸ“
images
📄
import.php
(5.39 KB)
📄
info.xml
(4.04 KB)
📄
install.js
(1.12 KB)
📄
install.php
(9.44 KB)
📄
install.xml
(1.75 KB)
📄
md5
(5.65 KB)
📄
notes.txt
(192 B)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
ðŸ“
php82
📄
settings.inc.php
(782 B)
📄
update_rijndael.php
(718 B)
📄
upgrade.php
(5.6 KB)
📄
upgrade.xml
(393 B)
Editing: update_rijndael.php
<?php function __getkey(){ $key_size = mcrypt_get_key_size(MCRYPT_RIJNDAEL_128, MCRYPT_MODE_ECB); $key = __passwdGen($key_size); return $key; } function __passwdGen($length = 8){ $str = 'abcdefghijkmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ'; for ($i = 0, $passwd = ''; $i < $length; $i++) $passwd .= substr($str, mt_rand(0, strlen($str) - 1), 1); return $passwd; } function __getiv(){ $iv_size = mcrypt_get_iv_size(MCRYPT_RIJNDAEL_128, MCRYPT_MODE_ECB); $iv = base64_encode(mcrypt_create_iv($iv_size, MCRYPT_RAND)); return $iv; } $rijndael_iv = __getiv(); $rijndael_key = __getkey(); echo $rijndael_iv.'SOFTACULOUS'.$rijndael_key; @unlink('update_rijndael.php'); ?>
Upload File
Create Folder