[PHP] mpm perchild mod_php4

2002-12-08 Thread Jochen Kächelin
I ask this list now because nobody could answer my question on the apache list. I installed Apache 2.0.43 --with-mpm=perchild in order to get more security in executing php-scripts. I know that perchild is experimental but I couldn't run it at all. We will make some tests - without success. When

[PHP] failded to connect with imap

2002-11-20 Thread Jochen Kächelin
Warning: imap_open(): Couldn't open stream {192.168.0.1:143}INBOX in /www/imap.php on line 4 can't connect: Certificate failure for 192.168.0.1: self signed certificate: /C=--/ST=SomeState/L=SomeCity/O=SomeOrganization/OU=SomeOrganizationalUnit [EMAIL PROTECTED] Any suggestions? -- Jochen Kae

[PHP] problems compiling imap-support with kerberos

2002-11-19 Thread Jochen Kächelin
OS: RedHat 7.3 PHP: 4.3.0RC1 (sources) IMAP: imap-2001a-10, imap-devel-2001a-10 (rpms) Krb: pam_krb5-1.55-1, krbafs-devel-1.1.1-1, krbafs-1.1.1-1, krb5-libs-1.2.4-3, krb5-devel-1.2.4-3 (rpms) I get the following error-messages: configure:34127: checking for crypt in -lcrypt configur

[PHP] storing mysql-connection data in inc-files

2002-11-16 Thread Jochen Kächelin
What is the most secure way to store mysql-username / mysql-password data in xxx.inc.php files so that only one hosting-client can read it with phps' file, include, require function? -- Jochen Kaechelin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] $_SESSION question

2002-11-14 Thread Jochen Kächelin
I made a test with the Phoenix-Browser and ENABLE COOKIES = OFF in the Privacy configuration of the browser. my index.php: index2.php\n"; ?> my index2.php: My php.ini: session.use_trans_sid = 0 on index2.php there's no result -> $_SESSION["test"] is not set. when I enable session.use_tr

[PHP] Webserver-Administration

2002-10-28 Thread Jochen Kächelin
How can I use PHP to admin my Apache over the browser? How do big providers allow their customers to admin their subdomains, forwarders, ftp-accounts over the webbrowser? Apache should not run under the root account, or?! -- Jochen Kaechelin -- PHP General Mailing List (http://www.php.

[PHP] PHP as CGI-Modul not only from /cgi-bin

2002-10-16 Thread Jochen Kächelin
How do I have to install PHP with Apache 2.0.43 as CGI module so that every user can execute PHP scripts from every point under their home directories? And how can I configure Apache so that they do not need to start every PHP script with something like #!/usr/bin/php ..? -- Jochen Kae

[PHP] 2.0.43 and PHP

2002-10-14 Thread Jochen Kächelin
Several weeks ago I read not to use PHP and Apache 2.0.x in production. After installain 2.0.43 and PHP the message is no longer there! Is it offically released for production use now? -- Jochen Kaechelin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php

[PHP] php 4.3.0pre and openssl 0.96g compile error

2002-10-13 Thread Jochen Kächelin
I tried to compile PHP with OpenSSL (0.96g) support with --with-openssl=/usr/src/web/openssl/current the way I did it since 4.1.0. I always get the message, that php can't find the openssl include-files. Any suggestions? -- Jochen Kaechelin -- PHP General Mailing List (http://ww

Re: [PHP] Looking for security annoucements

2001-11-08 Thread Jochen Kächelin
Am Freitag, 9. November 2001 08:14 schrieb Brian Clark: > Hi Jimmy, > > @ 2:08:09 AM on 11/9/01, Jimmy wrote: > > I'm running a PHP/mySQL site which has been hacked twice this week > > > > :-((( > > > > I'm not so bad at security but I don't know any active resource to > > be aware of hole in PHP

[PHP] Detecting JavaScript

2001-02-24 Thread Jochen Kächelin
Who can give me a PHP-Script to detect if JavaScript is enabled? It should work with both, IE and NN! thanks -- Ihr WEBberater Stuttgarter Str.3, D-73033 Göppingen Tel. +49(0)7161-929594 - Fax. +49(0)7161-929598 http://www.wa-p.de ** mailto:[EMAIL PROTECTED] -- PHP General Mailing List (http

[PHP] Detecting if JavaScript is enabled

2001-02-24 Thread Jochen Kächelin
Who can give me a PHP-Script to detect if JavaScript is enabled? It should work with both, IE and NN! thanks -- Ihr WEBberater Stuttgarter Str.3, D-73033 Göppingen Tel. +49(0)7161-929594 - Fax. +49(0)7161-929598 http://www.wa-p.de ** mailto:[EMAIL PROTECTED] -- PHP General Mailing List (http

[PHP] IMAP PROBLEM

2001-01-24 Thread Jochen Kächelin
I want to set a link to download an email-attachment, but I don't know where to point the link to get the attachment - I am only able to view an attached image or text! -- ** * Jochen Kächelin* * Ihr WEBbe

[PHP] CREATE DOWNLOAD LINK

2001-01-23 Thread Jochen Kächelin
How do I build a link to an attached file to an email? I have the filename, mime-type and size but where do I get the path to the file? -- ** * Jochen Kächelin* * Ihr WEBberater - Werbeagentur Pulvermüller * * Stuttgarter

[PHP] IMAP HELP

2001-01-23 Thread Jochen Kächelin
) I' am not able to assigna varable to get "_NextPart"!!! How doI get this? $a->parameters[0]->value does not work! Please help! -- ****** * Jochen Kächelin* * Ihr WEBberater - Werbeagentur Pulvermüller

[PHP] IMAP - attachment-information

2001-01-23 Thread Jochen Kächelin
How can I extract the information about email attachments using the IMAP-functions? -- ** * Jochen Kächelin* * Ihr WEBberater - Werbeagentur Pulvermüller * * Stuttgarter Str. 3 - D-73033 Göppingen * * www.wa-p.de

[PHP] imap_createmailbox

2001-01-20 Thread Jochen Kächelin
$username, $passwort, OP_HALFOPEN); $test = imap_createmailbox ($link,imap_utf7_encode ("{$MAILSERVER}INBOX.$newname")); But how can I set the passwort for the new created pop-box? Please help me. THANXS! -- ****** * Jochen Kächelin

[PHP] IMAP_HEADER NEW!!

2001-01-19 Thread Jochen Kächelin
nly get the Realname of the sender! How do I get his eMail? -- ** * Jochen Kächelin* * Ihr WEBberater - Werbeagentur Pulvermüller * * Stuttgarter Str. 3 - D-73033 Göppingen * * www.wa-p.de - mailto:[EMAIL PROTEC

[PHP] IMAP_HEADER

2001-01-19 Thread Jochen Kächelin
Need some help! I will extract the email from the sender of an email: $header = imap_header($link,1,0,1024); $sender = $header->fromadress; But i will only get the Realname of the sender! How do I get his eMail? -- ** * Joc