• 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.

dragon80

New Member
Như tiêu đề, mình muốn xin code để làm 1 trang Sổ kết quả, cập nhật và lưu trữ kết quả miền bắc hàng ngày,từ trước đến nay.
ACE ai biết viết giúp mình, hoặc chỉ mình nơi lấy. Lưu ý là nó tự cập nhật, có thể lấy dữ liệu từ 1 site nào đó khác nhưng chỉ lấy phần kết quả, ko lấy những cái ko liên quan hoặc quảng cáo.

Thanks.

Giống như:
http://www.dautruong100.vn/so-ket-qua.html

hay

http://ketqua888.com/main.php?page=soketqua&tinh=MB
 
Tạo file xoso.php dán code
PHP:
<?php
function laynoidung ( $noidung , $start , $stop ) {
$bd = strpos ( $noidung , $start );
$kt = strpos ( substr ( $noidung , $bd ), $stop ) + $bd ;
$content = substr ( $noidung , $bd , $kt - $bd );
            return $content ;
            }
$urlkqsx = 'http://wap.vn/wap/xoso/ketqua.jsp?code=XSTD' ;
$sourcekqsx = @ file_get_contents ( $urlkqsx );
$batdaukqsx = '<b>Xổ số miền bắc</b>' ;
$ketthuckqsx = '<a href="ketqua.jsp?code=XSTD">Làm mới</a><br/>' ;
$tinkqsx = laynoidung ( $sourcekqsx , $batdaukqsx , $ketthuckqsx );
echo $tinkqsx ;
?>
 

Facebook Comments

New posts New threads New resources

Back
Top