php-general Digest 4 Jun 2011 06:55:03 -0000 Issue 7343

2011-06-04 Thread php-general-digest-help
php-general Digest 4 Jun 2011 06:55:03 - Issue 7343 Topics (messages 313353 through 313361): Odd Apache2/PHP Problem 313353 by: Floyd Resler 313356 by: Daniel P. Brown Re: php causes HTTP 500, but results in blank page in apache 313354 by: Tamara Temple Re:

php-general Digest 4 Jun 2011 22:22:03 -0000 Issue 7344

2011-06-04 Thread php-general-digest-help
php-general Digest 4 Jun 2011 22:22:03 - Issue 7344 Topics (messages 313362 through 313370): Re: Announcing New PHP Extension: System Detonation Library (was: phpsadness) 313362 by: David Robley 313363 by: admin.buskirkgraphics.com 313364 by: xucheng 313365

Re: [PHP] Announcing New PHP Extension: System Detonation Library (was: phpsadness)

2011-06-04 Thread xucheng
I create a script with : php -r ' detonate();' via the CLI , and get this : PHP Fatal error: This system will self-destruct in five four three two one [CONNECTION TO HOST INTERRUPTED] in Command line code on line 1 is this an expected result ? 2011/6/3 Daniel Brown

Re: [PHP] Announcing New PHP Extension: System Detonation Library (was: phpsadness)

2011-06-04 Thread David Robley
xucheng wrote: I create a script with : php -r ' detonate();' via the CLI , and get this : PHP Fatal error: This system will self-destruct in five four three two one [CONNECTION TO HOST INTERRUPTED] in Command line code on line 1 is this an expected result ?

RE: [PHP] Announcing New PHP Extension: System Detonation Library (was: phpsadness)

2011-06-04 Thread admin
LOL, That is too funny. I took the wording System Detonation literally. Did it take your server offline or did it just say that in CLI. Richard L. Buskirk -Original Message- From: xucheng [mailto:helloworldje...@gmail.com] Sent: Saturday, June 04, 2011 2:55 AM To: Daniel

Re: [PHP] Announcing New PHP Extension: System Detonation Library (was: phpsadness)

2011-06-04 Thread xucheng
NO, it did not take server offline and it did just say that in CLI . ... 2011/6/4 ad...@buskirkgraphics.com: LOL,        That is too funny. I took the wording System Detonation literally. Did it take your server offline or did it just say that in CLI. Richard L. Buskirk -Original

Re: [PHP] Announcing New PHP Extension: System Detonation Library (was: phpsadness)

2011-06-04 Thread xucheng
i just follow instructions on brown's website and test it on CLI. and got the fatal error. 2011/6/4 David Robley robl...@aapt.net.au: xucheng wrote: I create a script with : php -r ' detonate();' via the CLI , and get this : PHP Fatal error:  This system will self-destruct in five

Re: [PHP] Announcing New PHP Extension: System Detonation Library (was: phpsadness)

2011-06-04 Thread David Robley
xucheng wrote: NO, it did not take server offline and it did just say that in CLI . ... 2011/6/4 ad...@buskirkgraphics.com: LOL, That is too funny. I took the wording System Detonation literally. Did it take your server offline or did it just say that in CLI. Richard L. Buskirk

Re: [PHP] Announcing New PHP Extension: System Detonation Library (was: phpsadness)

2011-06-04 Thread xucheng
yeah, happy Friday. 2011/6/4 David Robley robl...@aapt.net.au: xucheng wrote: NO, it did not take server offline and it did just say that in CLI . ... 2011/6/4  ad...@buskirkgraphics.com: LOL, That is too funny. I took the wording System Detonation literally. Did it take your server

Re: [PHP] Announcing New PHP Extension: System Detonation Library (was: phpsadness)

2011-06-04 Thread Tim Streater
On 03 Jun 2011 at 16:56, Daniel Brown danbr...@php.net wrote: First of all, a happy Friday to all here. Hopefully some of you will be able to pass this on to your boss and get sent home early. Second, as dreamed up in the previous thread, I've decided to take a few moments this morning

[PHP] Best authentication system

2011-06-04 Thread Adam Tong
Hi, I'm running a site for which I need an authentication system. I have already my own (that is too simplistic and not very secure). I want some advice here. I checked PEAR, but as there are several options there, I was not sure which one to choose. Here are my needs: - Some sections of the

Re: [PHP] Best authentication system

2011-06-04 Thread Sean Greenslade
IIRC, there is a google code project for a php login system. You might want to check it out. On Jun 4, 2011 2:46 PM, Adam Tong adam.to...@gmail.com wrote: Hi, I'm running a site for which I need an authentication system. I have already my own (that is too simplistic and not very secure). I

Re: [PHP] php causes HTTP 500, but results in blank page in apache

2011-06-04 Thread Sean Greenslade
That's what I was thinking, thanks for confirming it. On Jun 3, 2011 3:49 PM, Tamara Temple tamouse.li...@gmail.com wrote: On Jun 2, 2011, at 7:09 PM, Stephon Chen wrote: Hello Sean, 1. while I directed connected to these error pages such as 403, 404, and 500.html, they works correctly,

Re: RE: [PHP] phpsadness - P.C. shmee seee.

2011-06-04 Thread Sean Greenslade
Well said. I agree completely with your distaste for extreme political correctness. Like I always say, it's not a stereotype if it's true. On Jun 3, 2011 4:53 PM, Daevid Vincent dae...@daevid.com wrote: Reminds me (obliquely) of an entry in the index for The C Programming Language for

[PHP] Found this and I thought of you.

2011-06-04 Thread Richard Quadling
http://www.exxcire.com/login.php If nothing more than a good bad example. -- Richard Quadling Twitter : EE : Zend : PHPDoc @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Best authentication system

2011-06-04 Thread Eric Butera
On Sat, Jun 4, 2011 at 2:44 PM, Adam Tong adam.to...@gmail.com wrote: Hi, I'm running a site for which I need an authentication system. I have already my own (that is too simplistic and not very secure). I want some advice here. I checked PEAR, but as there are several options there, I was

Re: [PHP] Found this and I thought of you.

2011-06-04 Thread Joshua Kehn
Hah! That is an excellent example of why to turn error reporting off when deploying code. Regards, -Josh http:joshuakehn.com Currently mobile On Jun 4, 2011, at 7:34 PM, Richard Quadling rquadl...@gmail.com wrote: http://www.exxcire.com/login.php If nothing more than

RE: [PHP] Found this and I thought of you.

2011-06-04 Thread admin
LOL, that’s awesome. Cough.. Cake... cough can anyone guess the DB username LOL Richard L. Buskirk -Original Message- From: Richard Quadling [mailto:rquadl...@gmail.com] Sent: Saturday, June 04, 2011 7:35 PM To: PHP General list Subject: [PHP] Found this and I thought of you.

Re: [PHP] phpsadness - P.C. shmee seee.

2011-06-04 Thread Tamara Temple
On Jun 3, 2011, at 3:52 PM, Daevid Vincent wrote: ...actually, I do have some good ones here: http://daevid.com/content/examples/procmail.php It appears your browser does not support some of the advanced features this site requires. Please use Internet Explorer or Firefox. ROFL. Good