Don't open a window or auto-close of window

16 views
Skip to first unread message

pa...@curocmi.com

unread,
Oct 27, 2009, 8:25:29 PM10/27/09
to ZZEE PHPExe
Hi,

I am looking for a way to compile my php code for redistribution. You
solution is one of the best I've seen yet.

My questions are:
I have some php files that only process image files by creating
folders and moving them to appropriate folders.

My app would not need to display anything, thus does not need a
window.

Is there a way to run the php in a "ghost" mode without opening a
window?
Or is there a way for the application to automatically close once it
is finished?

My second question is:
I have purchased IonCube to help with the registration process. Can I
add the ioncude extenstion for the PHP?

I look forward for your answers.

Thanks,

Paul C

Paul (ZZEE)

unread,
Oct 28, 2009, 2:54:29 AM10/28/09
to php...@googlegroups.com
> Is there a way to run the php in a "ghost" mode without opening a
> window?

No

> Or is there a way for the application to automatically close once it
> is finished?

Yes, the best way is via Javascript, using external.close()

> My second question is:
> I have purchased IonCube to help with the registration process. Can I
> add the ioncude extenstion for the PHP?

No. ZPE is not compatible with third party extensions for compilation /
PHP source code parsing or code encoding / decoding. It contains the
integrated modified bcompiler to compile / hide source code.

PaulC

unread,
Oct 28, 2009, 5:16:57 AM10/28/09
to ZZEE PHPExe

> > Or is there a way for the application to automatically close once it
> > is finished?
>
> Yes, the best way is via Javascript, using external.close()

Is there any sample coding that you can point to or provide to see how
this would work?

Thanks.

Paul (ZZEE)

unread,
Oct 28, 2009, 7:48:54 AM10/28/09
to php...@googlegroups.com

It's trivial:

<script type="text/javascript">
external.close();
</script>

I recommend reading the help file here:

http://zzee.com/phpexe/help.html

Reply all
Reply to author
Forward
0 new messages