fork download
  1. <?php
  2. $url = 'https://d...content-available-to-author-only...t.io/func/scrieHROF2Hy';
  3.  
  4. $ch = curl_init($url);
  5. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  6. $response = curl_exec($ch);
  7.  
  8. if ($response === false) {
  9. echo "Failed to fetch data from $url: " . curl_error($ch);
  10. } else {
  11. echo $response;
  12. }
  13.  
  14. curl_close($ch);
  15. ?>
  16.  
Success #stdin #stdout 0.04s 26360KB
stdin
Standard input is empty
stdout
Failed to fetch data from https://d...content-available-to-author-only...t.io/func/scrieHROF2Hy: Could not resolve host: dev.sokt.io