Dán code này vào vị trí bất kỳ
Xong xuôi nhập link đến để get
Demo
Chúc các bạn thành công!
PHP:
<meta charset="utf8" />
<form method="post">
<input name="l" />
<input type="submit" />
</form>
<?
/*-------------------------------------------
* code by: princenuce
* wap: teenclub.info
--------------------------------------------*/
function bodau ($str){
$str = trim($str);
$unicode = array(
'a'=>'á|à|ả|ã|ạ|ă|ắ|ặ|ằ|ẳ|ẵ|â|ấ|ầ|ẩ|ẫ|ậ',
'd'=>'đ',
'e'=>'é|è|ẻ|ẽ|ẹ|ê|ế|ề|ể|ễ|ệ',
'i'=>'í|ì|ỉ|ĩ|ị',
'o'=>'ó|ò|ỏ|õ|ọ|ô|ố|ồ|ổ|ỗ|ộ|ơ|ớ|ờ|ở|ỡ|ợ',
'u'=>'ú|ù|ủ|ũ|ụ|ư|ứ|ừ|ử|ữ|ự',
'y'=>'ý|ỳ|ỷ|ỹ|ỵ',
'A'=>'Á|À|Ả|Ã|Ạ|Ă|Ắ|Ặ|Ằ|Ẳ|Ẵ|Â|Ấ|Ầ|Ẩ|Ẫ|Ậ',
'D'=>'Đ',
'E'=>'É|È|Ẻ|Ẽ|Ẹ|Ê|Ế|Ề|Ể|Ễ|Ệ',
'I'=>'Í|Ì|Ỉ|Ĩ|Ị',
'O'=>'Ó|Ò|Ỏ|Õ|Ọ|Ô|Ố|Ồ|Ổ|Ỗ|Ộ|Ơ|Ớ|Ờ|Ở|Ỡ|Ợ',
'U'=>'Ú|Ù|Ủ|Ũ|Ụ|Ư|Ứ|Ừ|Ử|Ữ|Ự',
'Y'=>'Ý|Ỳ|Ỷ|Ỹ|Ỵ',
' '=>'-',
'-'=>'\s+',
'' => '\?|\:|\!|\.'
);
foreach($unicode as $nonUnicode=>$uni){
$str = preg_replace("/($uni)/i", $nonUnicode, $str);
}
return strtolower ($str);
}
function grab($url){
$curl = curl_init();
curl_setopt ($curl, CURLOPT_URL, $url);
curl_setopt ($curl, CURLOPT_USERAGENT, "Mozilla/17.0");;
curl_setopt ($curl, CURLOPT_RETURNTRANSFER, 1);
curl_setopt ($curl, CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt ($curl, CURLOPT_ENCODING, "");
$data= curl_exec ($curl);
curl_close ($curl);
return $data;
}
function grab_img ($data){
preg_match_all ('#<h1 class="titleDetailArticle">(.+?)<img#is',$data,$img);
foreach ($img[1] as $v) {
echo $v . ' />';
}
return $img;
}
function img($url){
$curl = curl_init($url);
curl_setopt ($curl, CURLOPT_RETURNTRANSFER, 1);
curl_setopt ($curl, CURLOPT_BINARYTRANSFER, 1);
$data= curl_exec ($curl);
curl_close ($curl);
return $data;
}
//echo grab ($l);
$l = $_POST['l'];
$data= grab ($l);
preg_match ('#<h1\sclass=\"titleDetailArticle\">(.+?)</h1>#is',$data,$tt);
echo '<h1 style="color: #A3108C; margin: 2px">' . $tt[1] .'</h1>';
preg_match_all ('#<p\sclass=\"t_center\">(.+?)</p>#is',$data,$img);
$d = bodau ($tt[1]);
@mkdir ($d,0777);
foreach ($img[1] as $k=>$v) {
preg_match ('#src=\"(.+?)\"#is',$v,$im);
echo '[img]' .$im[1] . '[/img]' . "\n";
}
Demo
Code:
Tít mắt với đường cong của Julia Nguyễn
[img]http://img3.tamtay.vn/files/photo2/2013/7/16/9/8271479/51e4a991_099e27b4_970576_488961507858514_1152798084_n.jpg[/img] [img]http://img3.tamtay.vn/files/photo2/2013/7/16/9/8271479/51e4a98f_7777f85d_944755_488961511191847_1134949872_n.jpg[/img] [img]http://img3.tamtay.vn/files/photo2/2013/7/16/9/8271479/51e4a988_4d87ab12_65918_488961641191834_157063960_n_resize.jpg[/img] [img]http://img3.tamtay.vn/files/photo2/2013/7/16/9/8271479/51e4a99a_008dd8c0_1005179_488961234525208_522867775_n.jpg[/img] [img]http://img3.tamtay.vn/files/photo2/2013/7/16/9/8271479/51e4a98a_5585a965_150906_488960667858598_642607642_n_resize.jpg[/img] [img]http://img3.tamtay.vn/files/photo2/2013/7/16/9/8271479/51e4a98b_0c8a0d1f_270534_488961377858527_1213658168_n.jpg[/img] [img]http://img3.tamtay.vn/files/photo2/2013/7/16/9/8271479/51e4a98c_67566e27_533571_488961361191862_295075745_n.jpg[/img] [img]http://img3.tamtay.vn/files/photo2/2013/7/16/9/8271479/51e4a98d_18337e59_533571_488961437858521_723691406_n.jpg[/img] [img]http://img3.tamtay.vn/files/photo2/2013/7/16/9/8271479/51e4a994_4f17ad5a_971517_488961451191853_1735638749_n.jpg[/img] [img]http://img3.tamtay.vn/files/photo2/2013/7/16/9/8271479/51e4a995_3b1db803_971529_488961524525179_700129405_n.jpg[/img] [img]http://img3.tamtay.vn/files/photo2/2013/7/16/9/8271479/51e4a997_4bdf6d83_993905_488961241191874_342262834_n.jpg[/img] [img]http://img3.tamtay.vn/files/photo2/2013/7/16/9/8271479/51e4a998_23ed0e3c_995119_488960861191912_899722488_n_resize.jpg[/img] [img]http://img3.tamtay.vn/files/photo2/2013/7/16/9/8271479/51e4a99b_05166dab_1012199_488961231191875_1368379554_n_resize.jpg[/img] [img]http://img3.tamtay.vn/files/photo2/2013/7/16/9/8271479/51e4a99c_2ff2f7ad_1044871_488959004525431_911352747_n_resize.jpg[/img] [img]http://img3.tamtay.vn/files/photo2/2013/7/16/9/8271479/51e4a99e_36dc8801_1044954_488961594525172_1444918131_n.jpg[/img] [img]http://img3.tamtay.vn/files/photo2/2013/7/16/9/8271479/51e4a99f_1f73065c_1069902_488961644525167_1287850690_n_resize.jpg[/img]