Jump to content

Document for the Licensing Manager module?


vetrib2w

Recommended Posts

Hi ,

-> We are using the WHMCS and its Addon -"Licensing Manager" module.

Now, I would you like provide licensed product to my clients .

I am unable to figure out how to setup this?

-> What are the content need to add alone with my product.

-> Is it possible to misuse the license?

-> Since it request provider server to verify the license,is it leads to traffic issue/ maximum connection.

-> What happen if my (license provider) server is down.

->Why do I need to store the local Key.

 

Are there anybody using this licensing module.?

How well it is working for you and how you have configured ?

 

I love WHMCS support system, so I am integrating everything along with this .

 

[NOTE]: Right now i am using separate licensing software to do this job,i am facing few drawback in it .

 

Please advise me.

 

Thanks and Regards ,

Vetrib2w

Link to comment
Share on other sites

-> What are the content need to add alone with my product.

You have to add the check license code. if you bought the addon you can check the example.

 

-> Is it possible to misuse the license?

not really if you encoded the check license code or file. and every site will be check using IP/Domain/Path

 

-> Since it request provider server to verify the license,is it leads to traffic issue/ maximum connection.

The application will check the license server once every a set of days (you can set the days on your check license code)

 

-> What happen if my (license provider) server is down.

The application will work for some period. you can set that one check license code also.

 

->Why do I need to store the local Key.

You can choose. you can save it in a file or into a DB. the check license code will need that license key to check if it is valid. so you need to bring it from the file or from the DB.

Link to comment
Share on other sites

-> What are the content need to add alone with my product.

*You have to add the check license code. if you bought the addon you can check the example.

# Yes, I bought the license and i have access to this code.

 

-> Is it possible to misuse the license?

*not really if you encoded the check license code or file. and every site will be check using IP/Domain/Path

# What will happen if i bought a license to one domain (X) and that i will use this module and before the license code(even code is encrypted ) and changed the server name,ip and path by hardcoded(adding the x domain licensed file in the Y domain with a few extra codes like -$_SERVER['SERVER_NAME']='www.x.com';) .

So, license check will be performed in the name of X but actually file is present in the Y domain.

Just try this-it is easy to hack .

I have tried this and it works.

 

 

-> Since it request provider server to verify the license,is it leads to traffic issue/ maximum connection.

The application will check the license server once every a set of days (you can set the days on your check license code)

Okay ,i got it.

 

-> What happen if my (license provider) server is down.

The application will work for some period. you can set that one check license code also.

 

Okay.

 

->Why do I need to store the local Key.

You can choose. you can save it in a file or into a DB. the check license code will need that license key to check if it is valid. so you need to bring it from the file or from the DB.

#Okay,still do we need to change this often or local value is added one time .

ie shall I provide the local key value during the licensing in the check file itself instead of storing it separately.

Do this value change often? or Do we need to change this?

Link to comment
Share on other sites

Hi,

 

We use the licensing addon and re-wrote the licensing code to add some things we needed so are very familiar with it.

 

As far as the local key goes, this is stored in the clients server or database. It is useful so their server is not constantly contacting your server to check if the license is valid. It is more efficient and also prevents your program on their server stopping if your server goes down for some reason.

 

Generally this should be refreshed every so often. We do it every month.

 

The example license code that comes with the addon has all of the above built in as an example. Where you store the local key is basically up to you programming wise.

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
Reply to this topic...

×   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