Welcome Guest, Not a member yet? Register   Sign In
Codeigniter Protector BETA
#1

Hi, this is my fist time in the forum, sorry for my bad english. I have been using Codeigniter for last 4 years and have make a lot of libraries for my own, so i want to share some service i publish today.

please feel free to make any comments and help me with beta testing http://www.securitynation.com


Codeigniter Protector Features:

-Crypt any of your php files inside codeigniter.
-Protect with time limit the application. (Make trials for your clients)
-Protect copy or use in others domains (Just run inside licensed domain)
-Inject a variable inside every page $GLOBALS['license'] with all info.
-Make some limits for users, like how much users will be in the app. (just inject variable)

Code is not obfuscated, it get really crypted with AES 256. is not hacker proof, but is the best tool i have found.. (And it's mine!)

Usage

1.- Create a key.php file, this is the key for running software in anyplace.
2.- Get your KeyID, this is needed for crypting files, must be saved only for you.
3.- Get the CIDecrypter.php Library into library folder of Codeigniter.
4.- Crypt your PHP files! and have fun!
Reply
#2

Hello,

I found error:


An uncaught Exception was encountered

Type: Error

Message: Call to a member function format() on boolean

Filename: /var/www/vhosts/securitynation.com/httpdocs/application/libraries/CICryptor.php

Line Number: 19

Backtrace:

File: /var/www/vhosts/securitynation.com/httpdocs/application/libraries/CICryptor.php
Line: 9
Function: a

File: /var/www/vhosts/securitynation.com/httpdocs/application/controllers/Protector.php
Line: 79
Function: crypt

File: /var/www/vhosts/securitynation.com/httpdocs/index.php
Line: 315
Function: require_once
Reply




Theme © iAndrew 2016 - Forum software by © MyBB