• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Share code leech ảnh girl xinh tự động

Admin

Well-Known Member
Staff member
Administrator
Chào các bạn, hôm nay tuoitreit.vn xin chia sẻ cho các bạn code leech ảnh tự động
Code sử dụng file_get_contents() , function implode() và regular expression
PHP:
<?php
// Lấy source của trang cần leech
$string = file_get_contents('http://nud egirls4u.com/bololi-vol-001');

// Tách lấy phần nội dung bài viết vào biến $match[1]
preg_match('/<section class="entry-content ">(.*?)<div class="sharedaddy/s', $string, $match);

// Tách tất cả link dạng <a style=".." href="(link)" thành mảng lưu vào biến $list[2]
preg_match_all('/<a style="(.*?)" href="(https?.*?)"/s', $match[1], $list);

// Gộp mảng thành chuỗi cách nhau "<br /><br />" và in ra
echo implode("<br /><br />", $list[2]);
?>
Chúc bạn thành công!
 

Facebook Comments

New posts New threads New resources

Back
Top