[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? -- ** * Jochen

[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 Kchelin* * Ihr WEBberater -

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 and/or MySQL,

[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 Gppingen Tel. +49(0)7161-929594 - Fax. +49(0)7161-929598 http://www.wa-p.de ** mailto:[EMAIL PROTECTED] -- PHP General Mailing List

[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 Gppingen Tel. +49(0)7161-929594 - Fax. +49(0)7161-929598 http://www.wa-p.de ** mailto:[EMAIL PROTECTED] -- PHP General Mailing List

[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] 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

[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: ? session_start(); $_SESSION[test] = test; echo a href='index2.php'index2.php/a\n; ? my index2.php: ? session_start(); echo $_SESSION[test]; ? My

[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:

[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

[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