Skip to content

Instantly share code, notes, and snippets.

@thachpaul
thachpaul / aaaaaaaaaaa
Created December 10, 2018 10:28
Tools-Facebook
<?php
date_default_timezone_set('Asia/Ho_Chi_Minh'); // lấy thời gian của việt nam
set_time_limit(0);
error_reporting(0);
$day = date("d"); // lấy ngày hôm nay
$month = date("m"); // lấy tháng hôm nay
$token = array("token 1","token 2");// cho token vào đây
$block = array("id 1","id 2"); // điền ID người mà bạn không muốn chúc tại đây
for($i=0;$i<count($token);$i++){
echo "-------------token số [$i]---------------<br>";