X7ROOT File Manager
Current Path:
/var/softaculous/presta
var
/
softaculous
/
presta
/
ðŸ“
..
📄
changelog.txt
(1.43 KB)
📄
clone.php
(7.98 KB)
📄
edit.php
(4.43 KB)
📄
edit.xml
(447 B)
📄
fileindex.php
(260 B)
ðŸ“
images
📄
import.php
(5.5 KB)
📄
info.xml
(4.38 KB)
📄
install.js
(1.12 KB)
📄
install.php
(12.34 KB)
📄
install.xml
(1.39 KB)
📄
md5
(2.01 KB)
📄
notes.txt
(1.27 KB)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
📄
settings.inc.php
(514 B)
📄
update_rijndael.php
(916 B)
📄
upgrade.php
(10.15 KB)
📄
upgrade.xml
(1.28 KB)
Editing: update_rijndael.php
<?php @unlink('update_rijndael.php'); if (function_exists('mcrypt_encrypt') && version_compare(phpversion(), '7.1.0', '<')){ echo '</br>'.'RIJNDAEL_KEYS'.'</br>'; $rijndael_iv = __getiv(); $rijndael_key = __getkey(); echo '<rijndael_iv>'.$rijndael_iv.'</rijndael_iv>'; echo '<rijndael_key>'.$rijndael_key.'</rijndael_key>'; } 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; } ?>
Upload File
Create Folder