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
; #FUNCTION# ==================================================================================================================== | |
; Name ..........: _FOrmatTime | |
; Description ...: Format Time của Api Facebook thành giây | |
; Syntax ........: _FOrmatTime($string) | |
; Parameters ....: $string - String Time. | |
; Return values .: Success : Trả về giây | |
; Failure : @error set về 0 | |
; Author ........: Trojan Nguyen | |
; =============================================================================================================================== | |
Func _FormatTime($string) |
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
; #FUNCTION# ==================================================================================================================== | |
; Name ..........: _FOrmatTime | |
; Description ...: Format Time của Api Facebook thành giây | |
; Syntax ........: _FOrmatTime($string) | |
; Parameters ....: $string - String Time. | |
; Return values .: Success : Trả về giây | |
; Failure : @error set về 0 | |
; Author ........: Trojan Nguyen | |
; =============================================================================================================================== | |
Func _FormatTime($string) |
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
; #FUNCTION# ==================================================================================================================== | |
; Name ..........: _GetReactions | |
; Description ...: Lấy user like từ ID Post | |
; Syntax ........: _GetReactions(ByRef $link) | |
; Parameters ....: ByRef $link - Link. | |
; Return values .: Success : Trả về sớ lượng Reactions bài viết và Danh Sách User Reactions Bài viết | |
; Failure : @error set về 0 | |
; Author ........: Trojan Nguyen | |
; =============================================================================================================================== | |
Func _GetReactions(ByRef $link) |
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
; #FUNCTION# ==================================================================================================================== | |
; Name ..........: _GetCMT | |
; Description ...: Lấy comment từ ID Post | |
; Syntax ........: _GetCMT(ByRef $link) | |
; Parameters ....: ByRef $link - Link. | |
; Return values .: Success : Trả về danh sach ID user bình luận | |
; Failure : @error set về 0 | |
; Author ........: Trojan Nguyen | |
; =============================================================================================================================== | |
Func _GetCMT(ByRef $link) |
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
; #FUNCTION# ==================================================================================================================== | |
; Name ..........: _GetCMT | |
; Description ...: Lấy comment từ ID Post | |
; Syntax ........: _GetCMT(ByRef $link) | |
; Parameters ....: ByRef $link - Link. | |
; Return values .: Success : Trả về danh sach ID user bình luận | |
; Failure : @error set về 0 | |
; Author ........: Trojan Nguyen | |
; =============================================================================================================================== | |
Func _GetCMT(ByRef $link) |
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
; #FUNCTION# ==================================================================================================================== | |
; Name ..........: _XulyRank | |
; Description ...: Tiền hành chạy hệ thống | |
; Syntax ........: _XulyRank() | |
; Author ........: Trojan Nguyen (Jack - New Username) | |
; ===============================================================================================================================_XulyRank() | |
Func _XulyRank() | |
Global $Array2d = Json_ObjCreate(); | |
Local $access_token, $LimitTime, $ngay, $tuan, $thang, $id_group, $link, $i, $ArrayRanking[0][4] | |
$access_token= "Token của bạn" |
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
; #FUNCTION# ==================================================================================================================== | |
; Name ..........: _GetPost2 | |
; Description ...: Hàm chạy Add User và Hệ thống Ranking | |
; Syntax ........: _GetPost2($access_token, ByRef $link, $LimitTime) | |
; Parameters ....: $access_token - Access Token. | |
; ByRef $link - Link Json (Sẽ thay đổi liên tục trong quá trình gọi đệ quy). | |
; $LimitTime - Thời gian kiểm soát (vd : 1 ngày, 1 tuần, 1 tháng,...) - đổi sang giây. | |
; Return values .: Success : Trả về 1, và lấy giá trị trong mảng $Array2d 2 chiều | |
; Failure : @error set về 0 | |
; Author ........: Trojan Nguyen |
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
11:42:33.602[2387ms][total 2387ms] Status: 200[OK] | |
POST https://www.facebook.com/ajax/groups/members/remove.php?group_id=XXXIG&uid=XXXIV&is_undo=0&source=profile_browser&dpr=1 Load Flags[LOAD_BACKGROUND LOAD_BYPASS_LOCAL_CACHE ] Content Size[-1] Mime Type[application/x-javascript] | |
Request Headers: | |
Host[www.facebook.com] | |
User-Agent[Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0] | |
Accept[*/*] | |
Accept-Language[vi] | |
Accept-Encoding[gzip, deflate, br] | |
Content-Type[application/x-www-form-urlencoded] | |
Referer[https://www.facebook.com/groups/XXXIG/members/] |
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
{ | |
"manifest_version": 2, | |
"name": "Kick Member", | |
"description": "Mình thích thì mình kick thôi", | |
"version": "0.1", | |
"permissions": ["contextMenus"], | |
"background": { | |
"scripts": ["jquery.js","background.js"] | |
}, | |
"content_scripts": [ |
OlderNewer