Author |
Message |
squirrel
Joined: 14 Feb 2009 Posts: 3 Location: London
|
Posted: Sat Feb 14, 2009 10:28 pm Post subject: using with encoder |
|
|
let me know if this is possible:
1. user buys product, I generate licence with restrictions as required
2. IPF makes custom package with this product licence and product sofware etc
3. user install, and licence works as intended
if it's all automated, my own php code will be able to
run IPF to create the package on the fly? (all on freebsd OS only) |
|
Back to top |
|
 |
liaison ionCube Support
Joined: 16 Dec 2004 Posts: 2788
|
Posted: Sat Feb 14, 2009 11:52 pm Post subject: |
|
|
Hi
That is potentially doable, but unfortunately IPF is only available for Windows and Linux, so if you were creating packages on the fly the server would need to be Linux. _________________ Community Admin |
|
Back to top |
|
 |
squirrel
Joined: 14 Feb 2009 Posts: 3 Location: London
|
Posted: Sun Feb 15, 2009 12:09 am Post subject: |
|
|
no worries - as it's FreeBSD easiest in that case if I create a
package (pkg_create) on the fly, with all the files in that case |
|
Back to top |
|
 |
squirrel
Joined: 14 Feb 2009 Posts: 3 Location: London
|
Posted: Sun Feb 15, 2009 2:19 am Post subject: |
|
|
also, as I'm creating licence then distributing, there's a way to setup
the licence so that after installation, I can have a php script pass
some licence details back to my own server for validation, after which I
presumably pass something back and product works? Couldn't find
much in the forum/USer Guide on this topic.
I wouldn't want to overload my own server with too many requests
to maybe there's a was to only check license details occasionally
in this way ? |
|
Back to top |
|
 |
Vengaemilio
Joined: 06 Aug 2009 Posts: 4
|
Posted: Mon Oct 26, 2009 8:13 am Post subject: |
|
|
i am using Windows, does it mean that i can use pdi?  |
|
Back to top |
|
 |
haji
Joined: 04 Aug 2009 Posts: 9
|
Posted: Thu Jan 21, 2010 11:16 pm Post subject: |
|
|
squirrel, it is certainly possible to have a script on the client's server call back to your server to obtain some sort of authorization. There's lots of different ways of doing it with and without using ioncube license files. To reduce load on your server you would minimize how often clients need to call your server.
Calling your server every second probably isn't ideal. Calling once a week is better. Once a month even better. Once a year, fantastic. etc. |
|
Back to top |
|
 |
|