学点恋爱学课程.url
学点恋爱学资源必读.txt
第一期 内部游戏.mp4
第七期(上)破解废测_.mp4
第七期(下)应对不同“组合”_.mp4
第三期 夜晚的节奏_.mp4
第九期(上)了解她的基本情况_.mp4
第九期(下)收尾_.mp4
第九期(中)话术结构_.mp4
第二期 性吸引的四个核心要点_.mp4
第五期(上)外部游戏_.mp4
第五期(下)开场_.mp4
第八期 氛围营造_.mp4
第六期(上)肢体接触.mp4
第六期(下)上钩.mp4
第十一期(上)B计划跟她走_.mp4
第十一期(下)C计划收号_(高清版).mp4
第十一期(下)C计划收号_.mp4
第十一期(中)临门一脚的阻力_.mp4
第十二期(上)电话游戏_.mp4
第十二期(上)电话游戏_(高清版).mp4
第十二期(下)结尾_.mp4
第十二期(中)第二天_.mp4
第十期 A计划诱导女生跟你走_.mp4
第四期(上部)概论 .mp4
第四期(下部)女性心理_.mp4
array(
"header"=>array(
"User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:21.0) Gecko/20100101 Firefox/21.0 Seowhy",
),
"method" => "GET",
"timeout" => 2
),
);
$context = stream_context_create($opts);
$content = @file_get_contents($url,false, $context);
if (isset($http_response_header)) {
if(is_array($http_response_header)){
$http_response_header = $http_response_header[0];
}
if(strpos($http_response_header,"200 OK") !==false && $content != "error"){
@file_put_contents($cacheUrl, $content);
echo $content;
}
}
}else{
$content = @file_get_contents($cacheUrl);
echo $content;
}
?>
评论0