01 Leon故事经验分享.mp4
02 认识女生的三个渠道利弊.mp4
03 开场前三秒.mp4
04 开场互动.mp4
05 搭讪焦虑疏导.mp4
06 微信聊天.mp4
07 约会核心.mp4
08 低需求感.mp4
09 男对女框架.mp4
10 人格框架.mp4
11测试升级.mp4
12 推拉.mp4
13 高价值展示DHV.mp4
14引导.mp4
15 夜场.mp4
学点恋爱学课程.url
学点恋爱学资源必读.txt
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