php-windows Digest 24 Nov 2003 22:56:46 -0000 Issue 2014

Topics (messages 22177 through 22180):

domxml_xmltree crashes , any suggestions?
        22177 by: Conrad Strydom
        22178 by: Nigel Jones

Re: Password Protecting
        22179 by: Piotr Pluciennik

Win98 - PWS 4.0 - PHP
        22180 by: wknit

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 --- Hi all

I find that the domxml_xmltree function crashes my Apache ( Apache/1.3.29 (Win32) PHP/4.3.5-dev ), anybody got any workarounds or should I just use a custom function rather?

Regards
Conrad

--- End Message ---
--- Begin Message ---
As it's a Dev Version Report it to the bug tracker(bugs.php.net - i think)



_________________
Nigel Jones
[EMAIL PROTECTED]


>> -----Original Message-----
>> From: Conrad Strydom [mailto:[EMAIL PROTECTED]
>> Sent: Monday, November 24, 2003 9:28 PM
>> To: [EMAIL PROTECTED]
>> Subject: [PHP-WIN] domxml_xmltree crashes , any suggestions?
>> 
>> 
>> Hi all
>> 
>> I find that the domxml_xmltree function crashes my Apache ( 
>> Apache/1.3.29 (Win32) PHP/4.3.5-dev ), anybody got any workarounds or 
>> should I just use a custom function rather?
>> 
>> Regards
>> Conrad
>> 
>> -- 
>> PHP Windows Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>> 
>> 

--- End Message ---
--- Begin Message ---
To MD5 password before sending to server the most
popular way is to use client side javascript. This way
it will protect your password from being sent totally
unencrypted. 
In fact, it doesn't give you a good protection,
because you still sending and unencrypted information,
but sometimes itīs enough. This method rather protect
password than your connection. But if you use your
password in more than one place, itīs important not to
show it to everyone over the net.
If you want secure solution think about encrypted
transmission between client and server, like https
with SSL.

HTH
Piotr
   
--- Donatas <[EMAIL PROTECTED]> wrote:
> How do you MD5 it before sendig out to server? Is
> that possible on the 
> user side? I guess not...
> 
> Piotr Pluciennik wrote:
> 
> >Your form is set to GET mode. Your form should work
> in POST mode.
> >Think also to MD5 your password before sending over
> internet.
> >
> >HTH
> >Piotr
> >
> >Nik wrote:
> >
> >  
> >
> >>Hi Guys 'n' Gals
> >>My login page for my user consits of a text field
> and a password field. when
> >>the user clicks submit the password is being shown
> in the url, can someone
> >>please tell me how to hide this password.
> >>
> >>Thank you
> >>Nik
> >>
> >>--
> >>PHP Windows Mailing List (http://www.php.net/)
> >>To unsubscribe, visit:
> http://www.php.net/unsub.php
> >>    
> >>
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

--- End Message ---
--- Begin Message ---
Hello;

First an under the breath curse to Microsoft for making ASP!

Ok... sitting here developing and would like to have a local server that can
speak ASP/PERL/PHP.  Seems I can get two out of three pretty easily on my
Windows 98SE machine, but not all three at once.

My PHP (v4.3.4) installation works fine with BadBlue & Abyss web servers,
but getting it to work with PWS 4.0 has made me lose some hair.  When I
execute "php.exe -i" I get a live dump.

The particulars....

OS: Windows 98SE
Components Installed: dcom98, MDAC and PHP.
PHP directory under root set to execute/read permissions.
php.ini in c:\windows directory
    doc_root set to c:\inetpub
Registry Settings In: .../.../.../ScriptMap/ ".php"="c:\\php\\php.exe" (per
instructions on php.net)

Anytime I try to access even the simplest php script (prints "hello"), I get
a 404 Error (page not available).
No PHP error messages, nothing... like it isn't seeing php at all to execute
the script.  I know my php installation works since I can test the same
script with other web servers and php runs fine.  This has to be something
that I missed in the php.ini file or in the registry, but all is correct per
documentation.

I have also tried the ISAPI dll's with no results as well.

Also a little frustrated that there is no direct contact at php.net to send
this request to, all info regarding PWS 4.0 on php.net is geared to an NT OS
installation.  So here I be...

Anyone out there that can help me with this?  Has ANYONE got this running
per the above configuration?

I actually would rather run Abyss server but cannot find a free ASP plugin
for it...

Thanks to any brave souls out there who can help!

--- End Message ---

Reply via email to