├─核心思维—主导师“诺”
│ 可得性.MOV
│ 将把妹当做一场交易.MOV
│ 展示.MOV
│ 投资.MOV
│ 推拉.MOV
│ 框架与奖品性.MOV
│ 约会进挪前比学.MOV
│ 邀约.MOV
│
├─聊天话术—雅痞导师
│ 关系进阶原理.MOV
│ 双线聊天.MOV
│ 如何成为一个优秀的聊天的高手(上).MOV
│ 如何成为一个优秀的聊天的高手(下).MOV
│ 废物测试.MOV
│ 延续话题,关键词拆分法.MOV
│ 聊天流程(上).MOV
│ 聊天流程(下).MOV
│ 需求感.MOV
│
└─资源收集—冠希导师
1.mp4
2.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