This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
header("Refresh:120"); | |
date_default_timezone_set('asia/ho_chi_minh'); | |
$id = ''; // ID post Status mới nhất | |
$facebook_access_token=''; // Token full quyền | |
// -- Bắt đầu -- Đoạn dưới đây dùng để đếm LẤY REACTION MỚI NHẤT | |
$url = 'https://graph.facebook.com/v2.8/?ids='.$id.'&fields=reactions.limit(1)&access_token='.$facebook_access_token; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: Open this bat-file to toggle Garena+ Plugin Host Service | |
:: Written by Zzbaivong - baivong.github.io | |
:: 24/08/2016 | |
:: Note! Updating the directory path depending on your game folder location | |
@ECHO OFF | |
TASKLIST /FI "IMAGENAME eq ggdllhost.exe" 2>NUL | find /I /N "ggdllhost.exe">NUL |