This repository has been archived by the owner on Sep 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,22 @@ | ||
# EasyLicense-Legacy | ||
|
||
This repository contains fully working C# - Web license system. Code is a bit messy but working good, it's old project only critical security patches. | ||
|
||
## Features: | ||
- every license key is binded to hwid on first use and is valid only one this pc | ||
- logs ip and hwid of every license check request, you can see who is tring to bruteforce | ||
- build in key generator (for now only 64 lenght, alphanumeric) | ||
- view last ip in admin panel | ||
- reset, set hwid, deactivate key etc. | ||
- ban key - autodelete program from banned user computer and shutdown his pc | ||
|
||
<img src="https://imgur.com/2eRQz3z.png"> | ||
|
||
<img src="https://imgur.com/GGtF4Tk.png"> | ||
|
||
## How to install | ||
1. Create MYSQL database and import file panel.sql | ||
2. Edit files admin/config/db.php and login/db.php with database credentials | ||
3. Make sure db admin panel is working, generate some keys | ||
4. Add C# files to your project and input url and productname (program exemple in C#/EasyLicenseExample) | ||
Thats all, if you did everything properly it should work. |