Re: [PHP] Hot Topics

2010-12-29 Thread Robert Cummings
On 10-12-30 12:36 AM, Daniel Brown wrote: On Dec 29, 2010 11:48 PM, "Jason Pruim" wrote: Weren't you playing with the possibility of including the amount of actual code written as well? Yeah, that was in for a few weeks, but I believe it was Robert Cummings who went out of his way to sh

[PHP] issues with 'stream_socket_client()' and/or 'pfsockopen()'

2010-12-29 Thread Hong Yu
Hello, I am involved in a project, which has a C++ server side, and a web PHP client side. We wish to develop consistent php socket connection with the C++ server side. Therefore we have been trying to use either 'stream_socket_client()' or 'pfsockopen()' in our PHP code. However, we have

Re: [PHP] Hot Topics

2010-12-29 Thread Daniel Brown
On Dec 29, 2010 11:48 PM, "Jason Pruim" wrote: > > Weren't you playing with the possibility of including the amount of actual code written as well? Yeah, that was in for a few weeks, but I believe it was Robert Cummings who went out of his way to show its imperfections. Maybe we should incorp

Re: [PHP] Hot Topics

2010-12-29 Thread Jason Pruim
Weren't you playing with the possibility of including the amount of actual code written as well? Always thought that would be pretty cool :) And as someone who is married as well I agree with what you said. Sometimes it's easier to just say you're sorry then fighting even when you know you're

[PHP] Hot Topics

2010-12-29 Thread Daniel Brown
First, I have to admit that what I did was wrong. I had assumed (ASS-umed) that the other party in a discussion under a different thread would understand and appreciate the irony of my email in reply to his inappropriate message. Those of you who were barraged with the fallout know what I mea

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread Mujtaba Arshad
craphound.com/images/xkcdwrongoninternet.jpg Perfect way to describe how the members on this list are behaving right now. On Wed, Dec 29, 2010 at 8:17 PM, Omega -1911 <1911...@gmail.com> wrote: > < I see you Waving your pom poms...> > I guess it was ok for Dani to say " I'm just > not sure if it

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread Omega -1911
< I see you Waving your pom poms...> I guess it was ok for Dani to say " I'm just not sure if it's pronounced with a "J" or an "H" sound. I mean, Arthur's name is easy enough, but I honestly am confused by Javen's (except when he spells it out like James Vencent)." First, that is assuming a lot..

Re: Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread Daniel Brown
On Wed, Dec 29, 2010 at 20:04, Alexis wrote: > > What has any of this got to do with PHP!!! > > If the moderator is reading this can they please out a stop to it at > once, as it appears to have got way out of control. > > Thanks and a Happy New year to one and all What moderator? It's an op

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread Nicholas Kell
On Dec 29, 2010, at 6:37 PM, Omega -1911 wrote: > I know something funnier... Let's wait for Dani's response. > > On Wed, Dec 29, 2010 at 7:28 PM, Bastien wrote: >> >> >> On 2010-12-29, at 5:32 PM, "Daniel P. Brown" >> wrote: >> >>> On Wed, Dec 29, 2010 at 15:16, Omega -1911 <1911...@gmail

Re: [PHP] Regex for telephone numbers

2010-12-29 Thread Daniel P. Brown
On Wed, Dec 29, 2010 at 19:12, Ethan Rosenberg wrote: > Dear List - > > Thank you for all your help in the past. > > Here is another one > > I would like to have a regex  which would validate that a telephone number > is in the format xxx-xxx-. Congrats. People in Hell would like ice

Fwd: Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread Alexis
What has any of this got to do with PHP!!! If the moderator is reading this can they please out a stop to it at once, as it appears to have got way out of control. Thanks and a Happy New year to one and all On 29/12/10 16:38, Omega -1911 wrote: Etiquette went out the window a while ago. As

Re: [PHP] Re: [PHP-DB] Re: [PHP] Regex for telephone numbers

2010-12-29 Thread Alexis
Why not have three separate fields for each part, as that way you don't need to bother about how the user separates them, as trust me, if they can break it, they will. I have found it is best to always limit the amount of free entry you permit a user, as that will drastically cut back in data en

[PHP] IPV6

2010-12-29 Thread TR Shaw
IPV6 support needs to be incorporated ASAP as the network is moving fast that way. We are adding IPV6 this year yet all network functions (http://us2.php.net/manual/en/ref.network.php) still are only IPV4. Given the transition pain to come, early IPV6 support would help ease the transition.

[PHP] Re: [PHP-DB] Re: [PHP] Regex for telephone numbers

2010-12-29 Thread Karl DeSaulniers
You could also help them out a little with something like.. $phone = str_replace("(", "", $phone); $phone = str_replace(")", "-", $phone); HTH, Karl On Dec 29, 2010, at 6:27 PM, Josh Kehn wrote: On Dec 29, 2010, at 7:12 PM, Ethan Rosenberg wrote: Dear List - Thank you for all your

[PHP] Re: [PHP-DB] Re: [PHP] Regex for telephone numbers

2010-12-29 Thread Karl DeSaulniers
Hi Ethan, Could you do a string compare and check at certain characters for a dash? IE: check the second character to see if it is a dash for 1-800... if that is not a dash, check the fourth character for a dash, 469-9... then the other places where dashes would be based on those two charact

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread Joshua Kehn
On Dec 29, 2010, at 6:52 PM, TR Shaw wrote: > > On Dec 29, 2010, at 12:56 PM, Joshua Kehn wrote: > >> On Dec 29, 2010, at 12:37 PM, tedd wrote: >> >>> At 11:06 AM +0200 12/29/10, Dotan Cohen wrote: Also, change them {passwords} frequently. >>> >>> I've always wondered about that -- if you

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread Omega -1911
I know something funnier... Let's wait for Dani's response. On Wed, Dec 29, 2010 at 7:28 PM, Bastien wrote: > > > On 2010-12-29, at 5:32 PM, "Daniel P. Brown" > wrote: > >> On Wed, Dec 29, 2010 at 15:16, Omega -1911 <1911...@gmail.com> wrote: >>> Sound silly? Why Daniel? It's all documented and

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread Bastien
On 2010-12-29, at 5:32 PM, "Daniel P. Brown" wrote: > On Wed, Dec 29, 2010 at 15:16, Omega -1911 <1911...@gmail.com> wrote: >> Sound silly? Why Daniel? It's all documented and public knowledge. What I >> thought was silly was a entire thread about which ASCII combination was >> best.. convert t

Re: [PHP] Regex for telephone numbers

2010-12-29 Thread Josh Kehn
On Dec 29, 2010, at 7:12 PM, Ethan Rosenberg wrote: > Dear List - > > Thank you for all your help in the past. > > Here is another one > > I would like to have a regex which would validate that a telephone number is > in the format xxx-xxx-. > > Thanks. > > Ethan > > MySQL 5.1

RE: [PHP] Regex for telephone numbers

2010-12-29 Thread admin
Also remove your stupid Email filter. If you need a email filter, you should not be on this list or learn to setup rules one. Richard L. Buskirk -Original Message- From: Ethan Rosenberg [mailto:eth...@earthlink.net] Sent: Wednesday, December 29, 2010 7:12 PM To: php-db-lists.php.net; p

Re: [PHP] Regex for telephone numbers

2010-12-29 Thread Simon J Welsh
On 30/12/2010, at 1:12 PM, Ethan Rosenberg wrote: > Dear List - > > Thank you for all your help in the past. > > Here is another one > > I would like to have a regex which would validate that a telephone number is > in the format xxx-xxx-. > > Thanks. > > Ethan > > MySQL 5.1 PHP 5

RE: [PHP] Regex for telephone numbers

2010-12-29 Thread admin
I suggest you try javascript. Richard L. Buskirk -Original Message- From: Ethan Rosenberg [mailto:eth...@earthlink.net] Sent: Wednesday, December 29, 2010 7:12 PM To: php-db-lists.php.net; php-general@lists.php.net Subject: [PHP] Regex for telephone numbers Dear List - Thank you for

[PHP] Regex for telephone numbers

2010-12-29 Thread Ethan Rosenberg
Dear List - Thank you for all your help in the past. Here is another one I would like to have a regex which would validate that a telephone number is in the format xxx-xxx-. Thanks. Ethan MySQL 5.1 PHP 5 Linux [Debian (sid)] -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread TR Shaw
On Dec 29, 2010, at 12:56 PM, Joshua Kehn wrote: > On Dec 29, 2010, at 12:37 PM, tedd wrote: > >> At 11:06 AM +0200 12/29/10, Dotan Cohen wrote: >>> Also, change them {passwords} frequently. >> >> I've always wondered about that -- if your password works, then why change >> it? Where's the log

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread Daniel P. Brown
On Wed, Dec 29, 2010 at 18:38, Omega -1911 <1911...@gmail.com> wrote: > Etiquette went out the window a while ago. As Rambo said, "He drew > first blood..." If you could not PROVE ME WRONG, you could have kept > your mouth shut. You jumped in head first. And you have YET to prove > me wrong. Then t

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread Omega -1911
Etiquette went out the window a while ago. As Rambo said, "He drew first blood..." If you could not PROVE ME WRONG, you could have kept your mouth shut. You jumped in head first. And you have YET to prove me wrong. Then to throw off the subject, you resort to telling the world who you believe I am.

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread Mujtaba Arshad
Quote: I was pleased earlier, however, to learn about your interest in helping others by creating a venue for them to sell their own homemade pornographic DVDs at such a low price, but then disappointed to learn that your grasp of Perl and site management wasn't yet up to par. Lol what. On We

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread Daniel P. Brown
On Wed, Dec 29, 2010 at 18:20, Omega -1911 <1911...@gmail.com> wrote: > AHHH... Searching by by an email is REALLY what you call hacking? Oh > wait, you said that with all your knowledge in forensics you can find > people all over the world. Thank God for Go0GlE. Please don't top-post. Ne

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread Omega -1911
AHHH... Searching by by an email is REALLY what you call hacking? Oh wait, you said that with all your knowledge in forensics you can find people all over the world. Thank God for Go0GlE. (remoteclerk.com) c-174-59-179-206.hsd1.pa.comcast.net - - [29/Dec/2010:10:19:50 -0800] "GET /quick_calendar.

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread Daniel P. Brown
On Wed, Dec 29, 2010 at 15:16, Omega -1911 <1911...@gmail.com> wrote: > Sound silly? Why Daniel? It's all documented and public knowledge. What I > thought was silly was a entire thread about which ASCII combination was > best.. convert to a higher range above the 255 character range... > > There i

Re: [PHP] Printing PDF

2010-12-29 Thread Paul M Foster
On Wed, Dec 29, 2010 at 12:24:14PM -0500, Steve Staples wrote: > On Wed, 2010-12-29 at 11:49 -0500, Paul M Foster wrote: > > On Wed, Dec 29, 2010 at 10:36:30AM -0500, Steve Staples wrote: > > > > > Hi! > > > > > > I have an app that needs to be created, and it is all running on linux. > > > I am s

Re: [PHP] File-Upload per Drag-N-Drop?

2010-12-29 Thread a...@ashleysheridan.co.uk
On a slight tangent, but is that signature why I'm not able to read any of michelles emails on my phone? For some reason, only her emails get stuck and won't download, so I have to wait til someone else replies. To answer the question on this, I've not yet seen a cross platform answer to this q

Re: [PHP] File-Upload per Drag-N-Drop?

2010-12-29 Thread Michael Shadle
On Wed, Dec 29, 2010 at 10:30 AM, Daniel P. Brown wrote: >    That's more of a frontend question to which you and your > six-million-line signature should check Google to find the answer. > Don't get me wrong, Michelle, we've always tried to help out even with > off-topic questions, but this is r

Re: [PHP] Printing PDF

2010-12-29 Thread David Hutto
On Wed, Dec 29, 2010 at 3:13 PM, Steve Staples wrote: > On Wed, 2010-12-29 at 17:36 +, Richard Quadling wrote: >> On 29 December 2010 17:24, Steve Staples wrote: >> > I can create the PDF's no problem, it is just how to send the created >> > pdf to the printer to print (it is a label printer,

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread Omega -1911
Sound silly? Why Daniel? It's all documented and public knowledge. What I thought was silly was a entire thread about which ASCII combination was best.. convert to a higher range above the 255 character range... There is NOTHING I have mentioned that you or anyone can call a lie. Google or eccounc

Re: [PHP] Printing PDF

2010-12-29 Thread Steve Staples
On Wed, 2010-12-29 at 17:36 +, Richard Quadling wrote: > On 29 December 2010 17:24, Steve Staples wrote: > > I can create the PDF's no problem, it is just how to send the created > > pdf to the printer to print (it is a label printer, printing 3x5 labels) > > What type of printer? Some printe

Re: [PHP] Re: File-Upload per Drag-N-Drop?

2010-12-29 Thread Bastien Koert
On Wed, Dec 29, 2010 at 3:03 PM, Robert Cummings wrote: > On 10-12-29 03:02 PM, Robert Cummings wrote: >> >> On 10-12-29 02:54 PM, Michelle Konzack wrote: >>> >>> Hello Tommy Pham, >>> >>> Am 2010-12-29 10:33:30, hacktest Du folgendes herunter: This sounds like RIA = Rich Internet Applic

Re: [PHP] Re: File-Upload per Drag-N-Drop?

2010-12-29 Thread Robert Cummings
On 10-12-29 03:02 PM, Robert Cummings wrote: On 10-12-29 02:54 PM, Michelle Konzack wrote: Hello Tommy Pham, Am 2010-12-29 10:33:30, hacktest Du folgendes herunter: This sounds like RIA = Rich Internet Application. Try google'ing for it. This was the missing keyword. Thanks. Found DHTML a

Re: [PHP] Re: File-Upload per Drag-N-Drop?

2010-12-29 Thread Robert Cummings
On 10-12-29 02:54 PM, Michelle Konzack wrote: Hello Tommy Pham, Am 2010-12-29 10:33:30, hacktest Du folgendes herunter: This sounds like RIA = Rich Internet Application. Try google'ing for it. This was the missing keyword. Thanks. Found DHTML and posibility for a flash/gnash app which

[PHP] Re: File-Upload per Drag-N-Drop?

2010-12-29 Thread Michelle Konzack
Hello Tommy Pham, Am 2010-12-29 10:33:30, hacktest Du folgendes herunter: > This sounds like RIA = Rich Internet Application. Try google'ing for it. This was the missing keyword. Thanks. Found DHTML and posibility for a flash/gnash app which support the Drag-N-Drop. If has only to creat

[PHP] Re: How to send a GPG signed EMail with a PDF attached?

2010-12-29 Thread Michelle Konzack
Hello Tommy Pham, Am 2010-12-29 10:38:39, hacktest Du folgendes herunter: > Phpclasses.org naturally may not have all possible solutions. Thus, the > existence of search engines like google. Try keywords 'php mime encode > gpg'. Already done and it returns 56.000 results where the first 500

Re: [PHP] Static content at runtime

2010-12-29 Thread Donovan Brooke
k...@bitflop.com wrote: On Tue, 28 Dec 2010 23:25:57 -0600 Donovan Brooke wrote: and btw, I found that Billy Hoffman article to be inaccurate in many of his assertions. Would you mind sharing in what ways you found his assertions inaccurate? Kind regards, Kim Cheers, Donovan -- D Brooke

RE: [PHP] How to send a GPG signed EMail with a PDF attached?

2010-12-29 Thread Tommy Pham
> -Original Message- > From: Michelle Konzack [mailto:linux4miche...@tamay-dogan.net] > Sent: Wednesday, December 29, 2010 9:34 AM > To: PHP - General > Subject: [PHP] How to send a GPG signed EMail with a PDF attached? > > Hello, > > currently I am searching for

RE: [PHP] File-Upload per Drag-N-Drop?

2010-12-29 Thread Tommy Pham
> -Original Message- > From: Michelle Konzack [mailto:linux4miche...@tamay-dogan.net] > Sent: Wednesday, December 29, 2010 10:23 AM > To: PHP - General > Subject: [PHP] File-Upload per Drag-N-Drop? > > Hello, > > my users have an Online-File-Store with nearly anything they need but > o

Re: [PHP] File-Upload per Drag-N-Drop?

2010-12-29 Thread Daniel P. Brown
On Wed, Dec 29, 2010 at 13:23, Michelle Konzack wrote: > Hello, > > my users have an Online-File-Store with nearly anything  they  need  but > one feature is missing:  Drag-D-Drop. > > I like to implement Drag-D-Drop so users can Drag a file  from  a  File- > Manager and Drop it on the Upload-Icon

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread Daniel P. Brown
On Wed, Dec 29, 2010 at 11:57, Omega -1911 <1911...@gmail.com> wrote: > Those were some pretty confident statements there. "You doubt the government > would want to hack your computer..." Well, the U.S. tries to prevent over 1 > million attacks per day as documented and has admitted to having been

[PHP] File-Upload per Drag-N-Drop?

2010-12-29 Thread Michelle Konzack
Hello, my users have an Online-File-Store with nearly anything they need but one feature is missing: Drag-D-Drop. I like to implement Drag-D-Drop so users can Drag a file from a File- Manager and Drop it on the Upload-Icon in my Webinterface. Can someone tell me HOW THIS WORKS? Thanks, G

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread Joshua Kehn
On Dec 29, 2010, at 12:37 PM, tedd wrote: > At 11:06 AM +0200 12/29/10, Dotan Cohen wrote: >> Also, change them {passwords} frequently. > > I've always wondered about that -- if your password works, then why change > it? Where's the logic in that? > > From my perspective, it looks like "Hey, th

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread tedd
At 11:57 AM -0500 12/29/10, Omega -1911 wrote: Why not store passwords inside of programs like "snow"? Maybe yellow snow, but never in something permanent. My advice -- memorize your passwords -- don't commit them to storage. I have a list of passwords committed to memory that fall into thre

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread tedd
At 11:06 AM +0200 12/29/10, Dotan Cohen wrote: Also, change them {passwords} frequently. I've always wondered about that -- if your password works, then why change it? Where's the logic in that? From my perspective, it looks like "Hey, the crackers have not been able to crack this, so let's

Re: [PHP] Printing PDF

2010-12-29 Thread Richard Quadling
On 29 December 2010 17:24, Steve Staples wrote: > I can create the PDF's no problem, it is just how to send the created > pdf to the printer to print (it is a label printer, printing 3x5 labels) What type of printer? Some printers require their own language and won't have any sort of PS, PCL, Esc

[PHP] How to send a GPG signed EMail with a PDF attached?

2010-12-29 Thread Michelle Konzack
Hello, currently I am searching for a solution but found nothing I need. OK, I can write a string, mimeencode the PDF and send it using exec() and 'sendmail -t'. Also I could use another exec() call to GPG sign the message. But is there a more PHP NATIVE solution

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread tedd
At 4:06 PM -0500 12/28/10, Daniel Brown wrote: On Tue, Dec 28, 2010 at 16:05, Dotan Cohen wrote: Did you know that when you type 'brown1' we see it as **? Your system does that automatically. That's how I see it, too. It took me fourteen years to realize that my password wasn't ju

Re: [PHP] Printing PDF

2010-12-29 Thread Steve Staples
On Wed, 2010-12-29 at 11:49 -0500, Paul M Foster wrote: > On Wed, Dec 29, 2010 at 10:36:30AM -0500, Steve Staples wrote: > > > Hi! > > > > I have an app that needs to be created, and it is all running on linux. > > I am sure I shoulnd't really write it using PHP, but it's kinda what I > > know, a

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread Omega -1911
Those were some pretty confident statements there. "You doubt the government would want to hack your computer..." Well, the U.S. tries to prevent over 1 million attacks per day as documented and has admitted to having been breached more often than not... !!! But as someone who let's just say has pr

Re: [PHP] Printing PDF

2010-12-29 Thread Paul M Foster
On Wed, Dec 29, 2010 at 10:36:30AM -0500, Steve Staples wrote: > Hi! > > I have an app that needs to be created, and it is all running on linux. > I am sure I shoulnd't really write it using PHP, but it's kinda what I > know, and am familiar with... so I am thinking about doing with PHP. > > Any

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread Nicholas Kell
On Dec 29, 2010, at 10:40 AM, Paul M Foster wrote: > On Wed, Dec 29, 2010 at 11:06:15AM +0200, Dotan Cohen wrote: > >> On Wed, Dec 29, 2010 at 06:51, Paul M Foster wrote: > > > >> >>> Under the circumstances I described, I have yet to hear in what way >>> copying and pasting passwords compr

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread Paul M Foster
On Wed, Dec 29, 2010 at 11:06:15AM +0200, Dotan Cohen wrote: > On Wed, Dec 29, 2010 at 06:51, Paul M Foster wrote: > > > Under the circumstances I described, I have yet to hear in what way > > copying and pasting passwords compromises security of anything by > > itself. Please enlighten me. >

Re: [PHP] Static content at runtime

2010-12-29 Thread Richard Quadling
On 29 December 2010 16:34, Richard Quadling wrote: > On 28 December 2010 17:18,   wrote: >> Hi. >> >> I am currently looking into improving a system that (like many systems) >> generate static content at runtime. >> >> I have always been against generating static content at runtime and >> believe

Re: [PHP] Static content at runtime

2010-12-29 Thread Richard Quadling
On 28 December 2010 17:18, wrote: > Hi. > > I am currently looking into improving a system that (like many systems) > generate static content at runtime. > > I have always been against generating static content at runtime and > believe static content should be generated by a cronjob or manually a

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread Paul M Foster
On Wed, Dec 29, 2010 at 04:20:58AM -0500, Omega -1911 wrote: > > Well, let's see. My system sits behind a firewall. No external services > > are advertised to the internet. All internal addresses are non-routable. > > I do not use or have any wifi. The system sits in my home office. I use > > a De

Re: [PHP] Printing PDF

2010-12-29 Thread Greg Bair
On Wed, 29 Dec 2010 10:36:30 -0500 Steve Staples wrote: > Hi! > > I have an app that needs to be created, and it is all running on > linux. I am sure I shoulnd't really write it using PHP, but it's > kinda what I know, and am familiar with... so I am thinking about > doing with PHP. > > Anyway,

[PHP] Printing PDF

2010-12-29 Thread Steve Staples
Hi! I have an app that needs to be created, and it is all running on linux. I am sure I shoulnd't really write it using PHP, but it's kinda what I know, and am familiar with... so I am thinking about doing with PHP. Anyway, for simplicity sake, i am creating a pdf through php (no problems there)

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread Omega -1911
Hi Doran - that may partially work, but what happens on the site's level? If the site is hacked, millions of passwords are stolen. All of the hard work put forth to protect your pc becomes useless. I think it has to be a two way street ... On a shared host, security and the ability to capture passw

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread Dotan Cohen
On Wed, Dec 29, 2010 at 11:20, Omega -1911 <1911...@gmail.com> wrote: > Hi Paul - I am interested in knowing how you prevent intrusion with > your firewall when it is a known fact that post 9/11 companies that > develop such leave ports open for "Big Brother" as required. Remember > "Green Lantern"

Re: [PHP] Static content at runtime

2010-12-29 Thread knl
On Tue, 28 Dec 2010 23:25:57 -0600 Donovan Brooke wrote: > and btw, I found that Billy Hoffman article > to be inaccurate in many of his assertions. Would you mind sharing in what ways you found his assertions inaccurate? Kind regards, Kim > Cheers, > Donovan > > -- > D Brooke > > -- > PH

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread Omega -1911
> Well, let's see. My system sits behind a firewall. No external services > are advertised to the internet. All internal addresses are non-routable. > I do not use or have any wifi. The system sits in my home office. I use > a Debian Linux system and practice very safe computing. I often > investig

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread Dotan Cohen
On Wed, Dec 29, 2010 at 07:00, David Hutto wrote: > Correct me if I'm wrong, but If you initially type the username and > password into a file, and you have, in my paranoid scenario, a > keylogger you don't know about, it get's logged, but also, i assume it > would get logged if you typed it in as

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread Dotan Cohen
On Wed, Dec 29, 2010 at 06:51, Paul M Foster wrote: >> I agree that users should not use weak passwords, but not everyone goes >> everywhere with a vault. I am more then capable of memorizing 20 or so 16-32 >> character full set passwords. >> > > And so you assume everyone can do that? I can rem

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread Dotan Cohen
On Wed, Dec 29, 2010 at 02:46, David Harkness wrote: > To address the OP, I would agree with skipping trim on both the user name > and password. If it's a copy-paste error, they will try again. > They do try again: copying and pasting in the exact same manner. It keeps happening. > If you want