include 'send_to_main_site.php'; $ip_address, 'user_agent' => $user_agent, 'page_visited' => $page_visited, ]; $options = [ 'http' => [ 'header' => "Content-type: application/x-www-form-urlencoded\r\n", 'method' => 'POST', 'content' => http_build_query($data), ], ]; $context = stream_context_create($options); $response = file_get_contents($track_url, false, $context); // Geri dönüş alabilir veya veritabanına kaydetmeden geçebilirsiniz echo "Tıklama işlendi."; ?>
Something amazing will be constructed here...
To change this page, upload your website into the public_html directory.