SARA: Dynamic licensing system with PHP

Overview

SARA: Dynamic licensing system with PHP

Information about the system

This license system allows you to dynamically create a license with Domain, IP address and Time.

The database is provided with sqllite3 It allows you to create and use as many remote licenses as you want by encrypting your files once in all your projects.

Installation

Minimum PHP 5.6 is required for this system to work.

This is not a package. You need to fit your MVC Structure in accordance with the instructions I will give.

First of all, you need to give the following 2 parameters in the main directory.

define('LICANSE_CODE', 'TFpsc2lkem9wMGxUOW5heEV5ZGN2RTZFbVNOOHJyZTJDTWMrbE5iY0tyZz0=');
define('LICANSE_DIR_PATH', __DIR__ . "/license.json");

These constant values ​​keep the path to your customer's license code and license file.

  • LICANSE_CODE Customer-Specific License Code.
  • LICANSE_DIR_PATH Path to Created and Read license file

You can leave these 2 values ​​open to the client. You will not need to encrypt.

You should add the codes in app.php to a file where your project will not work without that file on your system.

Do not forget to configure the specified values ​​according to yourself.

    $get_url = 'https://www.arcface.net/dynamic_license/license.php';

It is the hosting path where your license.php file will reside. Replace this with the server address you are going to license check.

    # license.php
   define('LICANSE_CRYPTO_KEY', '2c6326b1d378cb3555e5ee051302eb7e');
    # app.php
    $license['crypto_key'] = license_cypto_dec($license['crypto_key'],"2c6326b1d378cb3555e5ee051302eb7e");

2c6326b1d378cb3555e5ee051302eb7e don't forget to change this value.

Final Step

Finally, transfer the license.php and license.db file to your hosting.

At the end of the process, do not forget to encrypt the function file you included in the app.php with Ioncube or a derivative encryption system.

You might also like...
Hotel Management System using MySQL, Php, Ajax, Jquery and HTML
Hotel Management System using MySQL, Php, Ajax, Jquery and HTML

Hotel-Management-System-Ajax-PHP-Mysql A hotel management system in which clients can perform operations such as booking a room and event. It is possi

School/College management system in PHP

School-Management-System This is a system with all necessary features a school/college needes in their this digital era such as student,teacher,princi

An online quiz system built on PHP, JS and HTML. It has inbuilt Timer support along with Admin Panel

Skill's Breaker An online quiz system built on PHP, JS and HTML. It has inbuilt Timer support along with Admin Panel #Added features: Added Timer supp

Examination system using PHP and mysql

online-examination-systen-in-php Online Examination System Today Online Examination System has become a fast growing examination method because of its

Online-examination-System in PHP and Mysql using XAMPP server

online-examination-systen-in-php Online Examination System Today Online Examination System has become a fast growing examination method because of its

A MySQL-PHP based hotel reservation system
A MySQL-PHP based hotel reservation system

hotel-reservation-system A MySQL-PHP based hotel reservation system We have created a Hotel Reservation system, which can be used by the Hotel clients

Chat Application In PHP using AJAX with file transferring system.

Chat Application In PHP using AJAX with file transferring system. Download free source code of real time chat application in PHP using AJAX with file transfer systemChat Application In PHP using AJAX with file transferring system. Download free source code of real time chat application in PHP using AJAX with file transfer system

An automated library management system developed in Laravel 4.2 PHP MVC Framework
An automated library management system developed in Laravel 4.2 PHP MVC Framework

An automated system to manage a public library. Admin panel for librarians to control and manage the system easily through an interactive interface.

Created simple login system and chat type website using mysql database along with php and html , css and javascript.

Created simple login system and chat type website using mysql database along with php and html , css and javascript.

Owner
Arcface
Arcface
QuidPHP/Core is a PHP library that provides an extendable platform to create dynamic applications

QuidPHP/Core About QuidPHP/Core is a PHP library that provides an extendable platform to create dynamic applications. It is part of the QuidPHP packag

QuidPHP 4 Jul 2, 2022
Simple Dynamic DNS Web management self-hosting. Run over dnsmasq.

MyDDNS [BETA] Simple Dynamic DNS Web management self-hosting. It use dnsmasq. It was inspired on duckdns.org. Preparation You need root access to a se

Iván Eixarch 4 Jul 6, 2022
Dynamic photo package for blog posts and other features, integrating CKEditor Smart WYSIWYG

Dynamic Photo Dynamic Photo is a package to assist in integration with CKEditor, a powerful WYSIWYG. With the package it is possible to send photos dy

Michael Frank 7 Jul 18, 2022
A fully responsive and dynamic web app to present all products for a start-up called Zarafah

A fully responsive and dynamic web app to present all products for a start-up called Zarafah. Made of HTML, CSS, TailwindCss, Vanilla JavaScript, AlpineJS, Laravelphp, Laravel Breeze, Jotform Api for forms submissions and Mailchimp Api for Newsletter.

Mostafa Said 7 Dec 11, 2022
A dynamic Laravel Livewire component for tab forms

Livewire component that provides you with a tabs that supports multiple tabs form while maintaining state.

Vildan Bina 36 Nov 8, 2022
A simple helpdesk tickets system for Laravel 5.1+ which integrates smoothly with Laravel default users and auth system

A simple helpdesk tickets system for Laravel 5.1+ which integrates smoothly with Laravel default users and auth system, demo is available at: http://ticketit.kordy.info/tickets

Ahmed Kordy 857 Dec 30, 2022
Laravel-Library-Management-system is nice to management library system...

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

Eng Hasan Hajjar 2 Sep 30, 2022
phpSysInfo: a customizable PHP script that displays information about your system nicely

phpSysInfo Copyright (c), 1999-2008, Uriah Welcome (sf.net/users/precision) Copyright (c), 1999-2009, Michael Cramer (sf.net/users/bigmichi1) Copyrigh

phpSysInfo 1.3k Jan 1, 2023
LibreNMS is an auto-discovering PHP/MySQL/SNMP based network monitoring system

LibreNMS is an auto-discovering PHP/MySQL/SNMP based network monitoring which includes support for a wide range of network hardware and operating systems including Cisco, Linux, FreeBSD, Juniper, Brocade, Foundry, HP and many more.

LibreNMS Project 3k Dec 30, 2022
Open Source Voucher Management System is a web application for manage voucher. used PHP with Laravel Framework and use MySQL for Database.

Voucher Management System is a web application for manage voucher. You can create and manage your voucher. Voucher Management System is used PHP with Laravel Framework and use MySQL for Database.

Artha Nugraha Jonar 34 Sep 17, 2022