Skip to content
This repository has been archived by the owner on Sep 20, 2020. It is now read-only.

Commit

Permalink
Merge pull request #4 from guzlewski/temp
Browse files Browse the repository at this point in the history
Release Commit
  • Loading branch information
guzlewski authored Jul 29, 2019
2 parents 439f382 + ee56c95 commit 1e6e740
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
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.

0 comments on commit 1e6e740

Please sign in to comment.