$url = 'https://www.ssldun.cn/clientarea.php?action=productdetails&id=2&modop=custom&a=DownloadCert';$con = 'WHMCSy551iLvnhYt7=382h2f4u8eo25oiovc9p2ffsu3';$rand = rand(10000,99999) ;//乱数 $filename= time().$rand.'.zip';//圧縮パッケージの名前を取得するリクエストを送信します。削除する必要があります//圧縮パッケージの内容を取得するために Cookie を含むリクエストを送信します圧縮パッケージ。$opts = array('http' => array('header'=> 'Cookie:'.@$con.''));$context = stream_context_create($opts);$contents = file_get_contents( $url, false, $context);var_dump( $contents);
つまり、このコードがサーバーにデプロイされると、ファイルを取得できません
結果は何ですか?エラー メッセージはありますか?