php-windows Digest 18 Oct 2003 16:02:01 -0000 Issue 1962

Topics (messages 21809 through 21812):

(ANNOUNCE) codeSECURE 1.0 released - - Protecting PHP code
        21809 by: John Black

PHP 5 And Apache2.0.47
        21810 by: tim sawyers

Re: failed to open stream: HTTP
        21811 by: Rahman Haqparast

PDF creation on the fly.
        21812 by: Ferhat

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Greetings everyone,
We have just launched a new product called codeSECURE and would like you to
check it out.

codeSECURE is a PHP obfuscator.

Basically codeSecure is a small collection of scripts to "obfuscate" or
"garble up" php code so that PHP developers can protect their intellectual
property, distribute "locked" php scripts, time expiring scripts etc.

While making it nearly impossible for a human to understand or read your
code/scripts, they will cause no problem for the computer to decipher and
run.

E.g.

$a="Hello world";

will become something like

$23sfaAST3s="v4Mwuz24fz{(2{?w";


For details, check us out at http://www.secureCents.com


If  you have any questions...fire away, I and my partner will try our best
to answer all questions/suggestions/criticisms etc.

Regards,
JB.

--- End Message ---
--- Begin Message ---
I am having trouble installing php5 with apache 2.0.47

The setup of apache whent with out a hitch and tested fine.

But i can not get the php4apache2.dll to loud? it bombs out with syntex
error in hhtp.conf : php4apche2.dill moduel can not be found.

I Have tryed every think i can think of to get it to work inclouding:
I put bot php4apache2.dll and php4ts.dll in the apache\model folder and used
LoadModule php5_module modules/php4apache2.dll.

I left the php4apache2.dll in C:\www\php\sapi folder moved the php4ts.dll to
the sapi folder and used LoadModule php5_module
c:/www/php/sapi/php4apache2.dll.

also tryed the above with  php4ts.dll in systom and systome32

then i whent of the handel and tryed LoadModule php5_module
C\www\php\sapi\php4apache2.dll. and LoadModule php5_module
"C/www/php/sapi/php4apache2.dll"

then i moved both dll's to c:\www\php\ and tryed LoadModule php5_module
C/www/php/php4apache2.dll

my php.ini file is in C:\www\php along with php.exe i have a copy of
php4apace2.dll and php4ts.dll in systome, systome32, C\www\php, and
C:\www\apache\model.

Howe do i make this work?

--- End Message ---
--- Begin Message ---
Check to see if allow_url_fopen = On in your php.ini file

"Disko_kex" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi.
> This has always been working for me, and now it isnt?
>
> <?php
> $handle = fopen ("http://www.lokalguiden.se/test.txt";, "r");
> ?>
>
> I get this warning:
> Warning: fopen(http://www.lokalguiden.se/test.txt): failed to open
> stream: HTTP request failed! ^ in c:\inetpub\wwwroot\lgd\test.php on
> line 2
>
> I just change from apache to IIS. Please help..
>

--- End Message ---
--- Begin Message ---
Hi,

I have a php/ mysl web sites. I have one page of timeseries wchih I plot
with Gnuplot as JPG.

Now, I would to add a "save as PDF" button to this page. What I was dreaming
is when you click on the button the same HTML page will be saved as PDF.

BUT, I tried HTML_ToPDF code and I could not doit. It needs lots of stuff
with Perl support, which I do not have on my Windows XP Apache server.

What shall I do? Any easy way to make HTML2PDF conversation???

TIA

--- End Message ---

Reply via email to