Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 804d56f

Browse files
committed
Update README
0 parents  commit 804d56f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+22605
-0
lines changed

.github/FUNDING.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# These are supported funding model platforms
2+
3+
github: [keyauth]
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
otechie: # Replace with a single Otechie username
12+
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
13+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

.github/workflows/phpmd.yml

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# This workflow uses actions that are not certified by GitHub.
2+
# They are provided by a third-party and are governed by
3+
# separate terms of service, privacy policy, and support
4+
# documentation.
5+
# PHPMD is a spin-off project of PHP Depend and
6+
# aims to be a PHP equivalent of the well known Java tool PMD.
7+
# What PHPMD does is: It takes a given PHP source code base
8+
# and look for several potential problems within that source.
9+
# These problems can be things like:
10+
# Possible bugs
11+
# Suboptimal code
12+
# Overcomplicated expressions
13+
# Unused parameters, methods, properties
14+
# More details at https://phpmd.org/
15+
16+
name: PHPMD
17+
18+
on:
19+
push:
20+
branches: [ "main" ]
21+
pull_request:
22+
# The branches below must be a subset of the branches above
23+
branches: [ "main" ]
24+
schedule:
25+
- cron: '33 18 * * 3'
26+
27+
permissions:
28+
contents: read
29+
30+
jobs:
31+
PHPMD:
32+
name: Run PHPMD scanning
33+
runs-on: ubuntu-latest
34+
permissions:
35+
contents: read # for checkout to fetch code
36+
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
37+
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
38+
39+
steps:
40+
- name: Checkout code
41+
uses: actions/checkout@v3
42+
43+
- name: Setup PHP
44+
uses: shivammathur/setup-php@aa1fe473f9c687b6fb896056d771232c0bc41161
45+
with:
46+
coverage: none
47+
tools: phpmd
48+
49+
- name: Run PHPMD
50+
run: phpmd . sarif codesize --reportfile phpmd-results.sarif
51+
continue-on-error: true
52+
53+
- name: Upload analysis results to GitHub
54+
uses: github/codeql-action/upload-sarif@v2
55+
with:
56+
sarif_file: phpmd-results.sarif
57+
wait-for-processing: true

.github/workflows/pr_notification.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Pull Request Notification
2+
3+
on:
4+
pull_request_target:
5+
types:
6+
- opened
7+
8+
jobs:
9+
notify:
10+
uses: KeyAuth/.github/.github/workflows/pr_notification_global.yml@main
11+
secrets:
12+
DISCORD_PR: ${{ secrets.DISCORD_PR }}

.gitignore

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Nelson Cybersecurity LLC
2+
# keyauth.cc
3+
4+
# private
5+
api/admin/
6+
api/discord/
7+
api/upgrade/
8+
api/status/
9+
api/dashboard/
10+
app/pages/admin-panel.php
11+
app/pages/upgrade.php
12+
app/pages/support.php
13+
changeEmail/
14+
changeUsername/
15+
deleteAccount/
16+
forgot/
17+
owner/
18+
paddle/
19+
purge-redis/
20+
reset/
21+
resetUser/
22+
whoami/
23+
vendor/
24+
login/accShare/
25+
login/emailVerify/
26+
sitemap.xml
27+
includes/credentials.php
28+
includes/redis.php
29+
app/pages/application-functions.php
30+
app/pages/application-prompts.php
31+
app/pages/bug-bounty.php
32+
app/pages/forms.php
33+
app/pages/staff-panel.php
34+
35+
# purchase KeyAuth enterprise for these files https://shop.keyauth.cc/product/6361c20e415e9
36+
api/reseller/
37+
api/seller/
38+
panel/
39+
app/pages/manage-accs.php
40+
app/pages/reseller-balance.php
41+
app/pages/reseller-licenses.php
42+
app/pages/reseller-users.php
43+
app/pages/seller-settings.php
44+
app/pages/seller-logs.php
45+
app/pages/webloader.php

LICENSE

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
Elastic License 2.0
2+
3+
URL: https://www.elastic.co/licensing/elastic-license
4+
5+
## Acceptance
6+
7+
By using the software, you agree to all of the terms and conditions below.
8+
9+
## Copyright License
10+
11+
The licensor grants you a non-exclusive, royalty-free, worldwide,
12+
non-sublicensable, non-transferable license to use, copy, distribute, make
13+
available, and prepare derivative works of the software, in each case subject to
14+
the limitations and conditions below.
15+
16+
## Limitations
17+
18+
You may not provide the software to third parties as a hosted or managed
19+
service, where the service provides users with access to any substantial set of
20+
the features or functionality of the software.
21+
22+
You may not move, change, disable, or circumvent the license key functionality
23+
in the software, and you may not remove or obscure any functionality in the
24+
software that is protected by the license key.
25+
26+
You may not alter, remove, or obscure any licensing, copyright, or other notices
27+
of the licensor in the software. Any use of the licensor’s trademarks is subject
28+
to applicable law.
29+
30+
## Patents
31+
32+
The licensor grants you a license, under any patent claims the licensor can
33+
license, or becomes able to license, to make, have made, use, sell, offer for
34+
sale, import and have imported the software, in each case subject to the
35+
limitations and conditions in this license. This license does not cover any
36+
patent claims that you cause to be infringed by modifications or additions to
37+
the software. If you or your company make any written claim that the software
38+
infringes or contributes to infringement of any patent, your patent license for
39+
the software granted under these terms ends immediately. If your company makes
40+
such a claim, your patent license ends immediately for work on behalf of your
41+
company.
42+
43+
## Notices
44+
45+
You must ensure that anyone who gets a copy of any part of the software from you
46+
also gets a copy of these terms.
47+
48+
If you modify the software, you must include in any modified copies of the
49+
software prominent notices stating that you have modified the software.
50+
51+
## No Other Rights
52+
53+
These terms do not imply any licenses other than those expressly granted in
54+
these terms.
55+
56+
## Termination
57+
58+
If you use the software in violation of these terms, such use is not licensed,
59+
and your licenses will automatically terminate. If the licensor provides you
60+
with a notice of your violation, and you cease all violation of this license no
61+
later than 30 days after you receive that notice, your licenses will be
62+
reinstated retroactively. However, if you violate these terms after such
63+
reinstatement, any additional violation of these terms will cause your licenses
64+
to terminate automatically and permanently.
65+
66+
## No Liability
67+
68+
*As far as the law allows, the software comes as is, without any warranty or
69+
condition, and the licensor will not be liable to you for any damages arising
70+
out of these terms or the use or nature of the software, under any kind of
71+
legal claim.*
72+
73+
## Definitions
74+
75+
The **licensor** is the entity offering these terms, and the **software** is the
76+
software the licensor makes available under these terms, including any portion
77+
of it.
78+
79+
**you** refers to the individual or entity agreeing to these terms.
80+
81+
**your company** is any legal entity, sole proprietorship, or other kind of
82+
organization that you work for, plus all organizations that have control over,
83+
are under the control of, or are under common control with that
84+
organization. **control** means ownership of substantially all the assets of an
85+
entity, or the power to direct its management and policies by vote, contract, or
86+
otherwise. Control can be direct or indirect.
87+
88+
**your licenses** are all the licenses granted to you for the software under
89+
these terms.
90+
91+
**use** means anything you do with the software requiring one of your licenses.
92+
93+
**trademark** means trademarks, service marks, and similar rights.

README.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# KeyAuth Source Code -> Please star :star2:
2+
3+
> [!WARNING]
4+
> AS OF JANUARY 29th, 2024 - THIS REPOSITORY IS NO LONGER BEING UPDATED!
5+
6+
[KeyAuth](https://keyauth.win) is an open source authentication system with [cloud-hosted subscriptions](https://keyauth.win/app/?page=upgrade) available as well.
7+
<br>
8+
*You're not allowed to sell KeyAuth. source made avaliable only for you to use*
9+
10+
To submit a suggestion or a bug, please go to https://keyauth.cc/app/?page=forms and submit a form!
11+
12+
[![CodeFactor](https://www.codefactor.io/repository/github/keyauth/keyauth-source-code/badge)](https://www.codefactor.io/repository/github/keyauth/keyauth-source-code)
13+
[![Telegram Chat](https://img.shields.io/endpoint?color=neon&style=flat-square&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fkeyauth)](https://t.me/KeyAuth)
14+
[![Twitter](https://img.shields.io/twitter/follow/KeyAuth?cacheSeconds=3600)](https://twitter.com/KeyAuth)
15+
16+
[![Screenshot](https://cdn.keyauth.cc/v3/imgs/Screenshot%20from%202025-07-04%2012-07-30.png)](https://keyauth.cc)
17+
18+
## Bugs ##
19+
20+
If the default example that isn't added to your software isn't functioning how it should, please go to https://keyauth.cc/app/?page=forms and submit a bug report in the `Report a Bug` modal.
21+
22+
However, we do **NOT** provide support for adding KeyAuth to your project. If you can't figure this out you should use Google or YouTube to learn more about the programming language you want to sell a program in.
23+
24+
## Copyright License
25+
26+
KeyAuth is licensed under **Elastic License 2.0**
27+
28+
* You may not provide the software to third parties as a hosted or managed
29+
service, where the service provides users with access to any substantial set of
30+
the features or functionality of the software.
31+
32+
* You may not move, change, disable, or circumvent the license key functionality
33+
in the software, and you may not remove or obscure any functionality in the
34+
software that is protected by the license key.
35+
36+
* You may not alter, remove, or obscure any licensing, copyright, or other notices
37+
of the licensor in the software. Any use of the licensor’s trademarks is subject
38+
to applicable law.
39+
40+
Thank you for your compliance, we work hard on the development of KeyAuth and do not appreciate our copyright being infringed.
41+
42+
## Requirements ##
43+
44+
- Web server (Apache or Nginx)
45+
- MySQL or MariaDB
46+
- Redis
47+
- PHP
48+
49+
No setup support given to non-enterprise users. However for $79.99 you can purchase access to the source code of paid features (developer and seller plan features), setup support 1-on-1 with the owner of KeyAuth, and a tutorial video on how to host KeyAuth for 100% free forever (good preformance & secure also)
50+
51+
Purchase enterprise today --> https://keyauth.win/app/?page=upgrade
52+
53+
## Updates ##
54+
55+
https://keyauth.canny.io/changelog
56+
57+
Looking for a Discord bot made by the KeyAuth & RestoreCord founder that you can use to backup your Discord members, server settings, and messages? Go to https://vaultcord.com

0 commit comments

Comments
 (0)