Server IP : 103.53.40.154 / Your IP : 18.191.202.48 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /var/softaculous/moodle44/../tiki10/../jqplot/../admidio/../espo/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php $owner = function_exists('posix_getuid') ? posix_getuid() : 0; $group = function_exists('posix_getegid') ? posix_getegid() : 0; echo '\<owner>'.$owner.'</owner>'; echo '\<group>'.$group.'</group>'; // this is to handle secret key generation $SecretKey = __generateSecretKey(); echo '\<secretkey>'.$SecretKey.'</secretkey>'; function __generateSecretKey() { if (!function_exists('random_bytes')) { return uniqid() . substr(md5(rand()), 0, 4); } return bin2hex(random_bytes(16)); } ?>