Author |
Message |
elthib
Joined: 29 Mar 2006 Posts: 1
|
Posted: Wed Mar 29, 2006 6:14 pm Post subject: Read php file encoded with Ioncube ? |
|
|
Hi all,
I have a problem :
I have a php file on my pc, encoded with IonCube,
How can i decode it for read the real php ??
Thx |
|
Back to top |
|
 |
liaison ionCube Support
Joined: 16 Dec 2004 Posts: 2788
|
Posted: Wed Mar 29, 2006 10:37 pm Post subject: |
|
|
We don't have any tools for recreating source code from files, and why would you want to do this anyway? Encoded files do not contain any source code, and the idea is to make secure files, not an open door  _________________ Community Admin |
|
Back to top |
|
 |
groovesonic
Joined: 27 Apr 2006 Posts: 1
|
Posted: Thu Apr 27, 2006 4:22 am Post subject: How can I get the liscense info?? |
|
|
Hello ionCube team,
Is there some API that I can use to get information about liscense information such as number of trial days left. I want to track the trial liscense key status and give this information on the "About" page of my products.
Can you please give me some advice on this issue? |
|
Back to top |
|
 |
liaison ionCube Support
Joined: 16 Dec 2004 Posts: 2788
|
Posted: Thu Apr 27, 2006 9:33 am Post subject: |
|
|
See chapter 5 of the User Guide PDF for full details of the API, and the function you need is ioncube_file_info(). This returns an array with an element FILE_EXPIRY if the calling file is going to expire in the future. _________________ Community Admin |
|
Back to top |
|
 |
|