Jump to content
  • 0

New Licensing Addon


danami

Question

20 answers to this question

Recommended Posts

  • 0

I think that ioncube is the only one that isn't easily reversible. So the IP address restriction is handled in the licensing addon and not in the encoder then? Looks good. Is their a demo of the licensing addon available? The default demo says "No License Key Found. Add $licensingaddonkey to the configuration.php file."

Link to comment
Share on other sites

  • 0
I think that I would be hesitant to just encode a single file in a software package. Its very easy to over write server variables etc and bypass your license scheme..

 

Depends on how you've written your software. A common practice is to encode custom functions or certain classes.

 

The WHMCS license addon provides you with a function to check the license key. You can easily package it into a class (declared final so it can't be extended) if you prefer OOP.

 

It works well and has neat features like only checking back to your server every X days, relying on an auto-generated local key in the meantime. It also has a grace period so that if the "call home" can't be made the license check will fail after X days. There's also custom features to make you license check function unique (to stop somebody trying to overwrite your license check function/method with their own). It's also easy enough to customise to add your own little security measures too :)

 

The new license addon is an excellent addition to WHMCS and is ideal if you want to sell hosting for your software as well as the software itself.

 

For encoding, I'd recommend ionCube (basic encoder is all you need). Zend can be easily decoded in a few seconds with a simple deZend app. There are a couple of other encoders but ionCube is the best IMHO.

Link to comment
Share on other sites

  • 0
The new license addon is an excellent addition to WHMCS and is ideal if you want to sell hosting for your software as well as the software itself.

 

Hi Darren,

 

How do I configure the products for selling hosting with software in the same time?

I cannot figure out, couse for hosting need cpanel on server tab, but for software need licensing on server tab... If I set to licensing, I cannot create the hosting account (don't work with default server option)...

 

 

Thanks

Link to comment
Share on other sites

  • 0
Hi Darren,

 

How do I configure the products for selling hosting with software in the same time?

I cannot figure out, couse for hosting need cpanel on server tab, but for software need licensing on server tab... If I set to licensing, I cannot create the hosting account (don't work with default server option)...

 

 

Thanks

You need two separate products. Each product can only have one server module.

 

We have a product for the software (using the licensing module), and a product for the hosting (using cpanel etc).

Link to comment
Share on other sites

  • 0
I am a little confused as to how this will work. How will whatever software I sell to the client check the license module?

 

You need to code the licensing check into your software. This module is for licensing software applications you code and develop, not for reselling other software.

Link to comment
Share on other sites

  • 0

I can't find much information on how to actually perform the check from my software to my server. But as far as I can read, there is a PHP example included in the purchase, right? Do you have any other examples? (My software is written in ASP and encrypted to the end user).

 

I would like to be able to test if it will work before actually purchasing the addon. :)

Link to comment
Share on other sites

  • 0

I don't think it is publicly available, and I think some of us would prefer that it was kept private. The more info available, the easier it becomes to circumvent the licensing techniques. I code in C#/ASP.NET, and from a quick glance at the code, you should be able to implement it.

Link to comment
Share on other sites

  • 0

Awesome buddy.. will be much appreciative .. I am working on a new desktop software application which we want to tie this into.. I just need catch a slight drift of what's going on and should be right to work out the rest :) If I see the ASP.NET code .. I can covert it to work in desktop app..

Link to comment
Share on other sites

  • 0

I don't think there is a demo.

 

However it works as well as any other licensing script out there plus it gets combined with WHMCS many other features for a complete package.

 

We have written and PHPAudit importer which should be done soon.

Link to comment
Share on other sites

  • 0

We have an extensive one which stemmed off of a basic one offered by WHMCS (Matt). PHPAudit can be setup in many different ways its difficult to have a --really good-- stock importer that will work for everyone. However, we got the importer to import pretty much anything and everything and the few things it does not import does not make a big impact and its easily setup by the admin after import.

 

We also created files that would act as a gateway from any old Audit installations to properly verify those licenses against the new imported data in WHMCS.

 

So short answer is Yes, long answer is it would probably take some consulting to tweak the importer code to import your specific Audit DB, unless you are using some other product.

Link to comment
Share on other sites

  • 0

Is an importer for iono being worked on at all?

 

I'm currently using iono and am fed up with not getting proper support (i.e. no responses at all, even in the forum) and don't care for the way it doesn't allow product extras to have license keys.

 

Having discovered WHMCS, I would really love to switch as soon as possible.

Link to comment
Share on other sites

  • 0
You can read more about it @ http://wiki.whmcs.com/Licensing_Addon

 

You would need to encode the file you put the license verification code into to prevent users being able to remove it. You can use any encoder - not just Ioncube - but if you do choose Ioncube, you only need the entry level encoder.

 

Matt

 

THat link doesnt seem to be working

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated