Skip to content

CraguS-1902/license-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation


Logo

License System

An awesome License System with User Interface


View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. License
  5. Contact

About The Project

A Simple License System with MySQL and expire. Own Website for User Interface.

Featurs Login, Register, License System, Expire System included

(back to top)

Built With

(back to top)

Prerequisites

  • pip
    pip install mysqlclient
  • php

Installation Website

  1. Enter your Informations in web/db/database.php
  2. Import MySQL databse

(back to top)

Usage

import  license

#Connect to the MySQL database
license.connect("localhost", "user", "password", "database")

#Login into a Account
license.loginUser("username", "password")

#Register a new User
license.registerUser("license", "username", "password")

#Print the ID of User
print(license.getID())

#Print the expire day count
print(license.getExpiry())

#Print the HWID of User
print(license.getHwid())

#Print the rank of User
print(license.getRank())

#Print the IP of User
print(license.getIP())

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

Discord - CraguS#4867

Project Link: https://github.com/cragus-1902/license-system

(back to top)

About

Best License System with User Interface and MYSQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published