Chào mừng!

Bằng cách đăng ký với chúng tôi, bạn sẽ có thể thảo luận, chia sẻ và nhắn tin riêng tư với các thành viên khác trong cộng đồng của chúng tôi.

Đăng ký ngay!
  • Chào Khách,
    Bạn cần liên hệ với admin ??? ZALO & TELEGRAM

Hỏi - Đáp Xin code del token die trong data

BiSexy

DienDanIT 2018
Tham gia
31/10/18
Bài viết
387
Lượt Thích
99
Coins
2,300
<?php
set_time_limit(0);
include '../sex.php';
$req = mysqli_query( $conn,"SELECT token FROM token ORDER BY RAND() LIMIT 0,500");
while($res = mysqli_fetch_assoc($req)){
$token = $res['token'];
$me = me($token);
if(!$me['id']){
mysqli_query( $conn,"DELETE FROM token WHERE token='$token'");
}
}
echo 'Done';
function me($token) {
return @json_decode(file_get_contents('https://graph.facebook.com/me?access_token='.$token),true);
}
function auto($url){
$curl = curl_init();
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($curl, CURLOPT_URL, $url);
$ch = curl_exec($curl);
curl_close($curl);
return $ch;
}
 
Top Bottom
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock
No Thanks