fca-kemcute 30.8.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fca-kemcute might be problematic. Click here for more details.
- package/.breakpoints +58 -0
- package/.gitattributes +2 -0
- package/.github/FUNDING.yml +4 -0
- package/.github/ISSUE_TEMPLATE/bug.report.md +38 -0
- package/.github/ISSUE_TEMPLATE/config.yml +8 -0
- package/.github/ISSUE_TEMPLATE/feature_request.md +20 -0
- package/.github/dependabot.yml +11 -0
- package/.replit +1 -0
- package/.upm/store.json +1 -0
- package/CHANGELOG.md +2 -0
- package/Controllers/Remote.js +3 -0
- package/DOCS.md +1738 -0
- package/Extra/ExtraAddons.js +78 -0
- package/Extra/ExtraFindUID.js +60 -0
- package/Extra/ExtraGetThread.js +118 -0
- package/Extra/ExtraTranslate.js +62 -0
- package/Extra/ExtraUptimeRobot.js +59 -0
- package/Extra/Html.Classic/script.js +231 -0
- package/Extra/Html.Classic/style.css +8 -0
- package/Extra/PM2/ecosystem.config.js +23 -0
- package/Extra/Scr/History.js +115 -0
- package/Extra/Scr/Last-Run.js +65 -0
- package/Extra/Scr/Premium.js +90 -0
- package/Extra/Scr/SecurityCheck.js +2 -0
- package/Extra/Security/Index.js +174 -0
- package/Extra/Security/Step_1.js +8 -0
- package/Extra/Security/Step_2.js +23 -0
- package/Extra/Security/Step_3.js +23 -0
- package/Func/AcceptAgreement.js +32 -0
- package/Func/ClearCache.js +63 -0
- package/Func/ReportV1.js +54 -0
- package/LICENSE.md +23 -0
- package/Language/index.json +176 -0
- package/OldSecurity.js +100 -0
- package/README.md +128 -0
- package/Settings/Database.js +20 -0
- package/Settings/Location.js +59 -0
- package/Settings/Location.json +24 -0
- package/Settings/Settings.js +59 -0
- package/StateCrypt.js +98 -0
- package/broadcast.js +38 -0
- package/index.js +1326 -0
- package/logger.js +65 -0
- package/package.json +92 -0
- package/scr/Dev_ChangeUptimeStatus.js +27 -0
- package/scr/Dev_CheckLogin.js +14 -0
- package/scr/Premium.js +30 -0
- package/scr/addExternalModule.js +16 -0
- package/scr/addUserToGroup.js +78 -0
- package/scr/changeAdminStatus.js +78 -0
- package/scr/changeArchivedStatus.js +41 -0
- package/scr/changeAvt.js +85 -0
- package/scr/changeBio.js +65 -0
- package/scr/changeBlockedStatus.js +36 -0
- package/scr/changeGroupImage.js +106 -0
- package/scr/changeNickName.js +45 -0
- package/scr/changeThreadColor.js +62 -0
- package/scr/changeThreadEmoji.js +42 -0
- package/scr/createNewGroup.js +70 -0
- package/scr/createPoll.js +60 -0
- package/scr/deleteMessage.js +45 -0
- package/scr/deleteThread.js +43 -0
- package/scr/forwardAttachment.js +48 -0
- package/scr/getAccessToken.js +32 -0
- package/text/data/shareAttach.js +146 -0
- package/text/example-config.json +18 -0
- package/text/test-page.js +140 -0
- package/text/testv2.js +3 -0
- package/utils.js +1648 -0
package/.breakpoints
ADDED
@@ -0,0 +1,58 @@
|
|
1
|
+
{
|
2
|
+
"files": {
|
3
|
+
"FastConfigFca.json": [
|
4
|
+
{
|
5
|
+
"id": "92202efb-4c9e-45b2-8148-4007c5ef1b70",
|
6
|
+
"line": 9,
|
7
|
+
"version": 1,
|
8
|
+
"index": 163
|
9
|
+
}
|
10
|
+
],
|
11
|
+
"appstate.json": [
|
12
|
+
{
|
13
|
+
"id": "5fc27f30-73b8-42d1-b5c8-8e3cbfc8a72f",
|
14
|
+
"line": 1,
|
15
|
+
"version": 12,
|
16
|
+
"index": 0
|
17
|
+
}
|
18
|
+
],
|
19
|
+
"index.js": [
|
20
|
+
{
|
21
|
+
"id": "bbaea7c6-e8dd-47e9-ab51-35e45350a02b",
|
22
|
+
"line": 20,
|
23
|
+
"version": 1,
|
24
|
+
"index": 813
|
25
|
+
}
|
26
|
+
],
|
27
|
+
"modules/commands/admin.js": [
|
28
|
+
{
|
29
|
+
"id": "b8bd814f-c6a3-4e37-869d-26f7e1429a00",
|
30
|
+
"line": 5,
|
31
|
+
"version": 1,
|
32
|
+
"index": 79
|
33
|
+
}
|
34
|
+
],
|
35
|
+
"modules/commands/congthuc.js": [
|
36
|
+
{
|
37
|
+
"id": "bde1cb82-71dd-41e2-8439-ea36257f2a1b",
|
38
|
+
"line": 3,
|
39
|
+
"version": 1,
|
40
|
+
"index": 1133
|
41
|
+
}
|
42
|
+
],
|
43
|
+
"modules/commands/ảnh.js": [
|
44
|
+
{
|
45
|
+
"id": "8f3b548a-5034-4537-b79f-03f26409c619",
|
46
|
+
"line": 76,
|
47
|
+
"version": 7,
|
48
|
+
"index": 3215
|
49
|
+
},
|
50
|
+
{
|
51
|
+
"id": "e388e7dc-4260-40d4-94fd-1c1401ab47e0",
|
52
|
+
"line": 87,
|
53
|
+
"version": 41,
|
54
|
+
"index": 3631
|
55
|
+
}
|
56
|
+
]
|
57
|
+
}
|
58
|
+
}
|
package/.gitattributes
ADDED
@@ -0,0 +1,38 @@
|
|
1
|
+
---
|
2
|
+
name: Bug report
|
3
|
+
about: Create a report to help us improve
|
4
|
+
title: ''
|
5
|
+
labels: ''
|
6
|
+
assignees: ''
|
7
|
+
|
8
|
+
---
|
9
|
+
|
10
|
+
**Describe the bug**
|
11
|
+
A clear and concise description of what the bug is.
|
12
|
+
|
13
|
+
**To Reproduce**
|
14
|
+
Steps to reproduce the behavior:
|
15
|
+
1. Go to '...'
|
16
|
+
2. Click on '....'
|
17
|
+
3. Scroll down to '....'
|
18
|
+
4. See error
|
19
|
+
|
20
|
+
**Expected behavior**
|
21
|
+
A clear and concise description of what you expected to happen.
|
22
|
+
|
23
|
+
**Screenshots**
|
24
|
+
If applicable, add screenshots to help explain your problem.
|
25
|
+
|
26
|
+
**Desktop (please complete the following information):**
|
27
|
+
- OS: [e.g. iOS]
|
28
|
+
- Browser [e.g. chrome, safari]
|
29
|
+
- Version [e.g. 22]
|
30
|
+
|
31
|
+
**Smartphone (please complete the following information):**
|
32
|
+
- Device: [e.g. iPhone6]
|
33
|
+
- OS: [e.g. iOS8.1]
|
34
|
+
- Browser [e.g. stock browser, safari]
|
35
|
+
- Version [e.g. 22]
|
36
|
+
|
37
|
+
**Additional context**
|
38
|
+
Add any other context about the problem here.
|
@@ -0,0 +1,8 @@
|
|
1
|
+
blank_issues_enabled: false
|
2
|
+
contact_links:
|
3
|
+
- name: KanzuWakazaki Suppor
|
4
|
+
url: https://github.com/HarryWakazaki
|
5
|
+
about: Please ask and answer questions here.
|
6
|
+
- name: Fca-Horizon-Remake Bug
|
7
|
+
url: https://github.com/HarryWakazaki/Fca-Horizon-Remake/issues
|
8
|
+
about: Please report security vulnerabilities here.
|
@@ -0,0 +1,20 @@
|
|
1
|
+
---
|
2
|
+
name: Feature request
|
3
|
+
about: Suggest an idea for this project
|
4
|
+
title: ''
|
5
|
+
labels: ''
|
6
|
+
assignees: ''
|
7
|
+
|
8
|
+
---
|
9
|
+
|
10
|
+
**Is your feature request related to a problem? Please describe.**
|
11
|
+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
12
|
+
|
13
|
+
**Describe the solution you'd like**
|
14
|
+
A clear and concise description of what you want to happen.
|
15
|
+
|
16
|
+
**Describe alternatives you've considered**
|
17
|
+
A clear and concise description of any alternative solutions or features you've considered.
|
18
|
+
|
19
|
+
**Additional context**
|
20
|
+
Add any other context or screenshots about the feature request here.
|
@@ -0,0 +1,11 @@
|
|
1
|
+
# To get started with Dependabot version updates, you'll need to specify which
|
2
|
+
# package ecosystems to update and where the package manifests are located.
|
3
|
+
# Please see the documentation for all configuration options:
|
4
|
+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
5
|
+
|
6
|
+
version: 2
|
7
|
+
updates:
|
8
|
+
- package-ecosystem: "npm" # See documentation for possible values
|
9
|
+
directory: "/" # Location of package manifests
|
10
|
+
schedule:
|
11
|
+
interval: "daily"
|
package/.replit
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
run = "npm start"
|
package/.upm/store.json
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":2,"languages":{"nodejs-npm":{"specfileHash":"264702fc59ea89fa816071380481437d","lockfileHash":"a64d7f420113b24523512f09074f95c2","guessedImports":["crypto-js","uuid-apikey","figlet","form-data","synthetic-kemnasa-database","axios","bluebird","cheerio","kemnasa-sp","request","pretty-ms","synthetic-horizon-database","npmlog","chalk","is-hexcolor","express","fs-extra","got","aes-js","totp-generator"],"guessedImportsHash":"c2bace24c456d2b38766ee3fb4914b72"}}}
|
package/CHANGELOG.md
ADDED