PDA

View Full Version : [MU] Share API KQXS NBB



hoangtu_eck94
26-04-16, 01:14 AM
Tình hình là mấy hôm nay trang xổ số 24h như cục shit luôn. ^^ không vào được luôn.
Mày mò ngồi viết lại đoạn code lấy thông tin từ trang khác để xài up lên cho anh em ai bị như mình xài luôn.
Hướng dẫn.
Copy tất cả nội dung dưới đây đè lên file api_kqxs.php trong thư mục API NBB.

API lấy từ xoso.me


<?php
header("Content-type: text/html; charset=UTF8");
include('checklic.php');
//include('request_count.php');


$file_kqxs = "kqxs.txt";
$URL_MienBac = "<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>";


date_default_timezone_set('Asia/Ho_Chi_Minh');
$timestamp = time();


$date_now = date('d-m-Y', $timestamp);
$date_yesterday = date('d-m-Y', $timestamp - 24*60*60);
$hour_now = date('H', $timestamp);


//$kqxsget_arr = _readlic($file_kqxs);


if($hour_now >= 19) {
if(isset($kqxsget_arr[$date_now])) {
echo "<info>OK</info><kqxs>". json_encode($kqxsget_arr[$date_now]) ."</kqxs>";
} else {
//Lấy kết quả
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>

$tach_kqxs1 = explode('Kết quả xổ số miền Bắc ngày '.$date_now, $get_MienBac);

//echo $tach_kqxs1[1];

if(count($tach_kqxs1) > 1) {
$tach_kqxs2 = explode('<tbody>', $tach_kqxs1[1]);
$tach_kqxs3 = explode('</tbody>', $tach_kqxs2[1]);

$laytatcacacgiai = explode('<strong class="">', $tach_kqxs3[0]);

$x = count($laytatcacacgiai);

for($i = 1; $i < $x; $i++) {
$giai[$i] = explode('</strong>', $laytatcacacgiai[$i]);
}
$giaidacbiet = abs(intval(substr($giai[1][0], -2)));
$giai1 = abs(intval(substr($giai[2][0], -2)));

$giai2[0] = abs(intval(substr($giai[3][0], -2)));
$giai2[1] = abs(intval(substr($giai[4][0], -2)));

$giai3[0] = abs(intval(substr($giai[5][0], -2)));
$giai3[1] = abs(intval(substr($giai[6][0], -2)));
$giai3[2] = abs(intval(substr($giai[7][0], -2)));
$giai3[3] = abs(intval(substr($giai[8][0], -2)));
$giai3[4] = abs(intval(substr($giai[9][0], -2)));
$giai3[5] = abs(intval(substr($giai[10][0], -2)));

$giai4[0] = abs(intval(substr($giai[11][0], -2)));
$giai4[1] = abs(intval(substr($giai[12][0], -2)));
$giai4[2] = abs(intval(substr($giai[13][0], -2)));
$giai4[3] = abs(intval(substr($giai[14][0], -2)));

$giai5[0] = abs(intval(substr($giai[15][0], -2)));
$giai5[1] = abs(intval(substr($giai[16][0], -2)));
$giai5[2] = abs(intval(substr($giai[17][0], -2)));
$giai5[3] = abs(intval(substr($giai[18][0], -2)));
$giai5[4] = abs(intval(substr($giai[19][0], -2)));
$giai5[5] = abs(intval(substr($giai[20][0], -2)));

$giai6[0] = abs(intval(substr($giai[21][0], -2)));
$giai6[1] = abs(intval(substr($giai[22][0], -2)));
$giai6[2] = abs(intval(substr($giai[23][0], -2)));

$giai7[0] = abs(intval(substr($giai[24][0], -2)));
$giai7[1] = abs(intval(substr($giai[25][0], -2)));
$giai7[2] = abs(intval(substr($giai[26][0], -2)));
$giai7[3] = abs(intval(substr($giai[27][0], -2)));

$kqxsget_arr[$date_now] = array(
0 => $giaidacbiet,
1 => $giai1,
2 => $giai2,
3 => $giai3,
4 => $giai4,
5 => $giai5,
6 => $giai6,
7 => $giai7
);

//_writelic($file_kqxs, $kqxsget_arr);

echo "<info>OK</info><kqxs>". json_encode($kqxsget_arr[$date_now]) ."</kqxs>";
}
else {
echo 'none';
}
}
} else {
echo 'nottime';
}


?>


API lấy từ ketqua.net by Edward_Newgate (<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>)


<?php
header("Content-type: text/html; charset=UTF8");
include("checklic.php");
//include("request_count.php");

$file_kqxs = "kqxs.txt";
$URL_MienBac = "<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>";

date_default_timezone_set("Asia/Ho_Chi_Minh");
$timestamp = time();

$date_now = date("d-m-Y", $timestamp);
$date_yesterday = date("d-m-Y", $timestamp - 24 * 60 * 60);
$hour_now = date("H", $timestamp);

//$kqxsget_arr = _readlic($file_kqxs);

if ($hour_now >= 19) {
if (isset($kqxsget_arr[$date_now])) {
echo "<info>OK</info><kqxs>".json_encode($kqxsget_arr[$date_now])."</kqxs>";
} else {
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
$tach_kqxs1 = explode("Trang kết quả xổ số lớn nhất Việt Nam</p>", $get_MienBac);
if (count($tach_kqxs1) > 1) {
$tach_kqxs2 = explode("<tbody>", $tach_kqxs1[1]);
$tach_kqxs3 = explode("</tbody>", $tach_kqxs2[1]);
$k = 0;
$arr = array( 1, 1, 2, 6, 4, 6, 3, 4 );
preg_match_all("/\>(\d{2,5})/", $tach_kqxs3[0], $matches);
$kqxsget_arr[$date_now] = array();
for ($i = 0; $i < 8; $i++) {
for ($j = 0; $j < $arr[$i]; $j++) {
$kqxsget_arr[$date_now][$i][$j] = abs(intval(substr($matches[1][$k++], -2)));
}
}
echo "<info>OK</info><kqxs>".json_encode($kqxsget_arr[$date_now])."</kqxs>";
} else {
echo "none";
}
}
} else {
echo "nottime";
}
?>

nampinn
26-04-16, 01:31 AM
Thanks bác!
Làm phép tính sau để cho ra kết quả: 1 + 1 x 2 = ? (gợi ý câu trả lời: 3)

Jackma2000
26-04-16, 02:47 AM
Tks bạn nhé.
Tiền đây bạn xem có web nào có chức năng thuê item k bán cho mình nhé.

Jackma2000
26-04-16, 03:10 AM
bạn thử xem lại giúp xem thiếu gì k mà mình chép vào rồi mà vẫn k cập nhật kết quả bạn ạ

KhongGianOL
26-04-16, 05:16 AM
Tks bạn nhé.
Tiền đây bạn xem có web nào có chức năng thuê item k bán cho mình nhé.

bán....bán.....bán....bán.....bán.....bán... .

liên hệ zalo: 0938737340

hoangtu_eck94
26-04-16, 10:54 AM
bạn thử xem lại giúp xem thiếu gì k mà mình chép vào rồi mà vẫn k cập nhật kết quả bạn ạ
Chưa đến giờ cập nhật mà bạn..........

Jackma2000
26-04-16, 11:16 AM
ngày hôm qua 25/6 ấy cậu nó k cập nhật hiện lên kết quả luôn

hoangtu_eck94
26-04-16, 11:37 AM
ngày hôm qua 25/6 ấy cậu nó k cập nhật hiện lên kết quả luôn
thì nó sang ngày hôm nay rồi mà bạn. đợi đến 7h hôm nay xem ^^

hoangtu_eck94
26-04-16, 07:37 PM
sửa lại lỗi không cập nhật được kết quả xổ số nhé. hôm qua làm lúc đêm nên chưa test kỹ được ^^

Trong
27-04-16, 09:23 PM
bác code lấy từ ketqua.net đi
để cập nhật nhanh nhất và ko sợ die!

hoangtu_eck94
27-04-16, 10:49 PM
bác code lấy từ ketqua.net đi
để cập nhật nhanh nhất và ko sợ die!
ok bạn rảnh mình sẽ code chứ nay bận quá

Edward_Newgate
28-04-16, 12:46 AM
Thử bên ketqua.net nhé.


<?php
header("Content-type: text/html; charset=UTF8");
include("checklic.php");
//include("request_count.php");

$file_kqxs = "kqxs.txt";
$URL_MienBac = "<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>";

date_default_timezone_set("Asia/Ho_Chi_Minh");
$timestamp = time();

$date_now = date("d-m-Y", $timestamp);
$date_yesterday = date("d-m-Y", $timestamp - 24 * 60 * 60);
$hour_now = date("H", $timestamp);

//$kqxsget_arr = _readlic($file_kqxs);

if ($hour_now >= 19) {
if (isset($kqxsget_arr[$date_now])) {
echo "<info>OK</info><kqxs>".json_encode($kqxsget_arr[$date_now])."</kqxs>";
} else {
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
$tach_kqxs1 = explode("Trang kết quả xổ số lớn nhất Việt Nam</p>", $get_MienBac);
if (count($tach_kqxs1) > 1) {
$tach_kqxs2 = explode("<tbody>", $tach_kqxs1[1]);
$tach_kqxs3 = explode("</tbody>", $tach_kqxs2[1]);
$k = 0;
$arr = array( 1, 1, 2, 6, 4, 6, 3, 4 );
preg_match_all("/\>(\d{2,5})/", $tach_kqxs3[0], $matches);
$kqxsget_arr[$date_now] = array();
for ($i = 0; $i < 8; $i++) {
for ($j = 0; $j < $arr[$i]; $j++) {
$kqxsget_arr[$date_now][$i][$j] = $matches[1][$k++];
}
}
echo "<info>OK</info><kqxs>".json_encode($kqxsget_arr[$date_now])."</kqxs>";
} else {
echo "none";
}
}
} else {
echo "nottime";
}
?>

hoangtu_eck94
28-04-16, 01:28 AM
Thử bên ketqua.net nhé.


<?php
header("Content-type: text/html; charset=UTF8");
include("checklic.php");
//include("request_count.php");

$file_kqxs = "kqxs.txt";
$URL_MienBac = "<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>";

date_default_timezone_set("Asia/Ho_Chi_Minh");
$timestamp = time();

$date_now = date("d-m-Y", $timestamp);
$date_yesterday = date("d-m-Y", $timestamp - 24 * 60 * 60);
$hour_now = date("H", $timestamp);

//$kqxsget_arr = _readlic($file_kqxs);

if ($hour_now >= 19) {
if (isset($kqxsget_arr[$date_now])) {
echo "<info>OK</info><kqxs>".json_encode($kqxsget_arr[$date_now])."</kqxs>";
} else {
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
$tach_kqxs1 = explode("Trang kết quả xổ số lớn nhất Việt Nam</p>", $get_MienBac);
if (count($tach_kqxs1) > 1) {
$tach_kqxs2 = explode("<tbody>", $tach_kqxs1[1]);
$tach_kqxs3 = explode("</tbody>", $tach_kqxs2[1]);
$k = 0;
$arr = array( 1, 1, 2, 6, 4, 6, 3, 4 );
preg_match_all("/\>(\d{2,5})/", $tach_kqxs3[0], $matches);
$kqxsget_arr[$date_now] = array();
for ($i = 0; $i < 8; $i++) {
for ($j = 0; $j < $arr[$i]; $j++) {
$kqxsget_arr[$date_now][$i][$j] = $matches[1][$k++];
}
}
echo "<info>OK</info><kqxs>".json_encode($kqxsget_arr[$date_now])."</kqxs>";
} else {
echo "none";
}
}
} else {
echo "nottime";
}
?>

được đó bác. Cơ mà phải sửa lại tí. nó lấy 2 số cuối thui ^^. mình lấy Update lên trang đầu nhé

Edward_Newgate
28-04-16, 08:33 AM
được đó bác. Cơ mà phải sửa lại tí. nó lấy 2 số cuối thui ^^. mình lấy Update lên trang đầu nhé
Ừm tại mình ko biết cấu trúc nó thế nào, code như này chắc chuẩn rồi chứ?


<?php
header("Content-type: text/html; charset=UTF8");
include("checklic.php");
//include("request_count.php");

$file_kqxs = "kqxs.txt";
$URL_MienBac = "<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>";

date_default_timezone_set("Asia/Ho_Chi_Minh");
$timestamp = time();

$date_now = date("d-m-Y", $timestamp);
$date_yesterday = date("d-m-Y", $timestamp - 24 * 60 * 60);
$hour_now = date("H", $timestamp);

//$kqxsget_arr = _readlic($file_kqxs);

if ($hour_now >= 19) {
if (isset($kqxsget_arr[$date_now])) {
echo "<info>OK</info><kqxs>".json_encode($kqxsget_arr[$date_now])."</kqxs>";
} else {
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
$tach_kqxs1 = explode("Trang kết quả xổ số lớn nhất Việt Nam</p>", $get_MienBac);
if (count($tach_kqxs1) > 1) {
$tach_kqxs2 = explode("<tbody>", $tach_kqxs1[1]);
$tach_kqxs3 = explode("</tbody>", $tach_kqxs2[1]);
$k = 0;
$arr = array( 1, 1, 2, 6, 4, 6, 3, 4 );
preg_match_all("/\>(\d{2,5})/", $tach_kqxs3[0], $matches);
$kqxsget_arr[$date_now] = array();
for ($i = 0; $i < 8; $i++) {
for ($j = 0; $j < $arr[$i]; $j++) {
if ($arr[$i] == 1) $kqxsget_arr[$date_now][$i] = abs(intval(substr($matches[1][$k++], -2)));
else $kqxsget_arr[$date_now][$i][$j] = abs(intval(substr($matches[1][$k++], -2)));
}
}
echo "<info>OK</info><kqxs>".json_encode($kqxsget_arr[$date_now])."</kqxs>";
} else {
echo "none";
}
}
} else {
echo "nottime";
}
?>

Jackma2000
04-07-16, 06:52 AM
toàn bộ các mu die hết mục giải trí lô đề ngày 3/7

lequangvu
05-07-16, 07:52 AM
toàn bộ các mu die hết mục giải trí lô đề ngày 3/7

Thông tin lấy đâu ra thế bạn? dù sao cũng đợi nó bị xem thế nào rồi xử lý :D

Jackma2000
05-07-16, 07:56 AM
Thông tin lấy đâu ra thế bạn? dù sao cũng đợi nó bị xem thế nào rồi xử lý :D

bạn vào cac mu dùng web nbb ấy ngày 3/7 và 4/7 đều bị lỗi k cập nhật kết quả