php-windows Digest 17 Mar 2004 14:00:32 -0000 Issue 2169
Topics (messages 23156 through 23163):
Re: Java
23156 by: DvDmanDT
23157 by: Svensson, B.A.T. (HKG)
HELP AMINA
23158 by: zanzamarr
test
23159 by: WilliamLiu
CGI Error Message
23160 by: WilliamLiu
23161 by: WilliamLiu
23162 by: David Elliott
Re: Login security, server and client level.
23163 by: Rolf van de Krol
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 ---
Since it has 0% to do with PHP, I assume you code it wrong..
1. Maybe it has to do with frames or domains
2. Maybe filenames
But it's definitly not PHP's fault..
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"S.Gultom" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
why my java script always error, when i run my php program?
Thanks
Gultom
--- End Message ---
--- Begin Message ---
On Wed, 2004-03-17 at 02:50, S.Gultom wrote:
> why my java script always error, when i run my php program?
I have the same problem, but it's with my boss. Never
able to find him when I need him. What should I do?
--- End Message ---
--- Begin Message ---
La lapidazione di Amina è stata approvata
Poche firme sono giunte al Tribunale Supremo della Nigeria che ha ratificato la
sentenza.
È stata solamente ritardata l¹esecuzione di 2 mesi perché Amina possa
separarsi dal suo bambino. Trascorso questo periodo sarà interrata fino al collo e
lapidata,
A meno Non si avvii una massiccia raccolta di firme, com'è stato per il caso
di Safiya che è stata salvata proprio grazie a questo: una valanga di firme che hanno
dissuaso le autorità nigeriane.
Amnesty International chiede il tuo sostegno attraverso una firma sulla
seguente pagina web: www.amnistiapornigeria.org
Non crediate sia inutile: nella stessa situazione la vita di Safyia è stata
risparmiata. Fate circolare questo messaggio il più possibile.
Grazie.
--- End Message ---
--- Begin Message ---
test
--- End Message ---
--- Begin Message ---
I'm using PHP4 on Windows 2000 Server SP4 (with MSSQL).
Here has one thing is very strange, I use
header("Location:http://xxx.xxx.xxx.xx") to redirect address,
when execute the same page with same operation processes and arguments,
I will got CGI Error message sometimes.
I can't found out what's happened and thanks for any advice!!
Here is the CGI Error message source code:
<head><title>Error in CGI Application</title></head>
<body><h1>CGI Error</h1>The specified CGI application misbehaved by not
returning a complete set of HTTP headers. The headers it did return
are:<p><p><pre></pre>
--- End Message ---
--- Begin Message ---
I'm using PHP4 on Windows 2000 Server SP4 (with MSSQL).
Here has one thing is very strange, I use
header("Location:http://xxx.xxx.xxx.xx") to redirect address,
when execute the same page with same operation processes and arguments,
I will got CGI Error message sometimes.
I can't found out what's happened and thanks for any advice!!
Here is the CGI Error message source code:
<head><title>Error in CGI Application</title></head>
<body><h1>CGI Error</h1>The specified CGI application misbehaved by not
returning a complete set of HTTP headers. The headers it did return
are:<p><p><pre></pre>
--- End Message ---
--- Begin Message ---
Hi WilliamLiu
On 17 March 2004 at 18:48:22 +0800 (which was 10:48 where I live) WilliamLiu
emanated these words of wisdom
> I'm using PHP4 on Windows 2000 Server SP4 (with MSSQL).
> Here has one thing is very strange, I use
> header("Location:http://xxx.xxx.xxx.xx") to redirect address,
> when execute the same page with same operation processes and arguments,
> I will got CGI Error message sometimes.
> I can't found out what's happened and thanks for any advice!!
> Here is the CGI Error message source code:
> <head><title>Error in CGI Application</title></head>
> <body><h1>CGI Error</h1>The specified CGI application misbehaved by not
> returning a complete set of HTTP headers. The headers it did return
> are:<p><p><pre></pre>
Seen it, been there, got the T shirt.
Use ODBC connector and not the mssql dll.
PHP blame M$. M$ blame PHP
--
Thank you for your time, _______________________________________________
David | David Elliott | Software Engineer |
_________________________| [EMAIL PROTECTED] | PGP Key ID 0x650F4534 |
| Give file a blindfold and last cigarette before deletion (Y/N)? |
--- End Message ---
--- Begin Message ---
Hi Svensson,
You said Pe has to use https to secure the communication between client and
server. But he can use a library with javascript function for md5, md4 or
sha1 encryption to encrypt the password before sending it to the server.
You can find this libraries at http://pajhome.org.uk/crypt/.
Rolf
///////////////////////////////////////////////
/ Suicidal twin kills sister by mistake! /
///////////////////////////////////////////////
-----Oorspronkelijk bericht-----
Van: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]
Verzonden: donderdag 11 maart 2004 17:26
Aan: [EMAIL PROTECTED]
Onderwerp: Re: [PHP-WIN] Login security, server and client level.
On Thu, 2004-03-11 at 16:27, pe wrote:
> G'day!
>
> I've got two questions that are related to login functionalities with
> web pages.
> b.. I'm securing certain web pages with user names/passwords stored in
[...]
> So that still leaves the
> unsecured communication between client and server. How to remedy that?
use https...
--- End Message ---