├─塑造健康的恋爱形象
│ 第01节.大学生心态建设和人生规划.mp4
│ 第02节.大学生形象打造指南.mp4
│ 第03节.大学社交圈打造.mp4
│ 第04节.校园里收集女性资源.mp4
│ 第05节.如何跟女生聊天.mp4
│
├─守护你的校园爱情
│ 第01节.守护校园爱情.mp4
│ 第02节.异地校园恋爱.mp4
│ 第03节.毕业季的恋情维护.mp4
│
├─校园恋爱入门基础
│ 第01节.校园恋爱特征.mp4
│ 第02节.校园恋爱前期准备.mp4
│ 第03节.女生对男生的定位.mp4
│ 第04节.学生妹定位分析.mp4
│ 第05节.如何判断女生喜欢你.mp4
│
└─校园里完美的约会
第01节.打造浪漫完美的约会.mp4
第02节.低成本约会.mp4
第03节.如何让她变成你的女朋友.mp4
第04节.校园里适合约会的地方.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