Re: [PHP] ASCII Captcha

2008-08-29 Thread Stut
On 29 Aug 2008, at 22:39, Jochem Maas wrote: in the mean time, here's wishing more clean water and internet access for everyone (and less bombs). Hear hear, except that I'd put food above internet access. -Stut -- http://stut.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscr

Re: [PHP] ASCII Captcha

2008-08-29 Thread Stut
On 29 Aug 2008, at 22:07, tedd wrote: At 9:32 PM +0100 8/29/08, Stut wrote: That's ultimate accessibility, assuming it supports all types of telephone, but it's also a major expense needing 24/7 coverage. Not something my company of 5 people could hope to support on a free-to- use site. -S

Re: [PHP] ASCII Captcha

2008-08-29 Thread Eric Gorr
On Aug 29, 2008, at 6:56 PM, Stut wrote: On 29 Aug 2008, at 22:39, Jochem Maas wrote: in the mean time, here's wishing more clean water and internet access for everyone (and less bombs). Hear hear, except that I'd put food above internet access. Indeed. Although, I might include shelter, c

Re: [PHP] Checking for http://

2008-08-29 Thread Gergely Hodicska
You could use substr() (www.php.net/substr) strncmp is better and faster for this purpose. Best Regards, Felhő -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Converting JPG to Windows BMP

2008-08-29 Thread Edward Diener
I have a JPG file on the server which I want to convert to a Windows BMP file. How can I do this in PHP ? I did not see a GD image function for doing this. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Converting JPG to Windows BMP

2008-08-29 Thread Dan Joseph
On Fri, Aug 29, 2008 at 8:02 PM, Edward Diener <[EMAIL PROTECTED]>wrote: > I have a JPG file on the server which I want to convert to a Windows BMP > file. How can I do this in PHP ? I did not see a GD image function for doing > this. > > -- > PHP General Mailing List (http://www.php.net/) > To un

Re: [PHP] Converting JPG to Windows BMP

2008-08-29 Thread Dan Joseph
On Fri, Aug 29, 2008 at 8:02 PM, Edward Diener <[EMAIL PROTECTED]>wrote: > I have a JPG file on the server which I want to convert to a Windows BMP > file. How can I do this in PHP ? I did not see a GD image function for doing > this. > > -- > PHP General Mailing List (http://www.php.net/) > To un

Re: [PHP] Converting JPG to Windows BMP

2008-08-29 Thread mike
If I recall gd doesn't support bmp. However that was probably long before gd2 and I started using imagemagick anyway and have since. You should look into it especially if php doesn't have support via gd. On Aug 29, 2008, at 5:06 PM, "Dan Joseph" <[EMAIL PROTECTED]> wrote: On Fri, Aug 29, 200

Re: [PHP] Converting JPG to Windows BMP

2008-08-29 Thread Jochem Maas
Edward Diener schreef: I have a JPG file on the server which I want to convert to a Windows BMP file. How can I do this in PHP ? I did not see a GD image function for doing this. looks like you can do it using imagemagick: http://www.imagemagick.org/Usage/formats/#bmp -- PHP General Mai

Re: [PHP] ASCII Captcha

2008-08-29 Thread Robert Cummings
On Fri, 2008-08-29 at 23:51 +0200, Jochem Maas wrote: > > on behalf of the list, please accept our "Crayon of the Week" award. *lol* I have seen Crayon in months. Cheers, Rob. -- http://www.interjinn.com Application and Templating Framework for PHP -- PHP General Mailing List (http://www.php.

Re: [PHP] ASCII Captcha

2008-08-29 Thread Robert Cummings
On Fri, 2008-08-29 at 21:38 -0400, Robert Cummings wrote: > On Fri, 2008-08-29 at 23:51 +0200, Jochem Maas wrote: > > > > on behalf of the list, please accept our "Crayon of the Week" award. > > *lol* I have seen Crayon in months. Err... haven't! :) > > Cheers, > Rob. -- http://www.interji

[PHP] Php installation

2008-08-29 Thread It flance
Hi all, I'm using Fedora 8. I installed php, mysql and apache. Now i can run a script connecting to a database from terminal but not from browser. Any suggestion? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] ASCII Captcha

2008-08-29 Thread Robert Cummings
On Fri, 2008-08-29 at 23:05 -0400, Eric Gorr wrote: > On Aug 29, 2008, at 9:40 PM, Robert Cummings wrote: > > > On Fri, 2008-08-29 at 17:28 -0400, Eric Gorr wrote: > >> On Aug 29, 2008, at 5:19 PM, Robert Cummings wrote: > >> > >>> On Fri, 2008-08-29 at 16:54 -0400, Eric Gorr wrote: > On Aug

Re: [PHP] ASCII Captcha

2008-08-29 Thread Robert Cummings
On Fri, 2008-08-29 at 23:24 -0400, Eric Gorr wrote: > On Aug 29, 2008, at 11:16 PM, Robert Cummings wrote: > > > On Fri, 2008-08-29 at 23:05 -0400, Eric Gorr wrote: > >> On Aug 29, 2008, at 9:40 PM, Robert Cummings wrote: > >> > >>> On Fri, 2008-08-29 at 17:28 -0400, Eric Gorr wrote: > On Aug

Re: [PHP] ASCII Captcha

2008-08-29 Thread Robert Cummings
On Fri, 2008-08-29 at 23:27 -0400, Eric Gorr wrote: > > btw, why are you bothering the mailing list with this pointless > conversation? For the archives. This way the arguments for and against may be known and the next time a trolling idiot makes a run for gold I can direct them to the archives.

[PHP] Re: With regard to: [PHP] ASCII Captcha

2008-08-29 Thread Robert Cummings
On Fri, 2008-08-29 at 23:37 -0400, Eric Gorr wrote: > Personally, I believe that PHP General should dedicated to the > discussion of PHP. For whatever reason, Robert Cummings wants to have > a protracted discussion which has nothing to do with PHP. As this is > clearly turning into a protract

Re: [PHP] ASCII Captcha

2008-08-29 Thread Robert Cummings
On Fri, 2008-08-29 at 23:39 -0400, Eric Gorr wrote: > On Aug 29, 2008, at 11:31 PM, Robert Cummings wrote: > > > On Fri, 2008-08-29 at 23:24 -0400, Eric Gorr wrote: > >> On Aug 29, 2008, at 11:16 PM, Robert Cummings wrote: > >> > >>> On Fri, 2008-08-29 at 23:05 -0400, Eric Gorr wrote: > On Au

Re: [PHP] ASCII Captcha

2008-08-29 Thread Robert Cummings
This is called the "Relay Attack" and is not a crack. Cheers, Rob. On Fri, 2008-08-29 at 23:57 -0400, Eric Gorr wrote: > p.s. I cannot claim credit for this piece of info and since you will > reject out of hand anything I might say, I am quoting it > directlybut thought you might be int

Re: [PHP] Re: With regard to: [PHP] ASCII Captcha

2008-08-29 Thread Robert Cummings
On Sat, 2008-08-30 at 00:01 -0400, Eric Gorr wrote: > No, I will not help you troll. But, I certainly cannot prevent you > from doing so. > > Hopefully the list moderators will shut you down. This is PHP General. We discuss PHP and related issues. CAPTCHA is certainly an area of interest to ma

Re: [PHP] ASCII Captcha

2008-08-29 Thread Robert Cummings
On Sat, 2008-08-30 at 00:05 -0400, Eric Gorr wrote: > Oh, here's an interesting story: > > http://bits.blogs.nytimes.com/2008/03/13/breaking-google-captchas-for-3-a-day/ This was written by a journalist, not a technology expert. Even the person to which he was talking needed to clarify the meanin

Re: [PHP] ASCII Captcha

2008-08-29 Thread Robert Cummings
On Sat, 2008-08-30 at 00:25 -0400, Eric Gorr wrote: > On Aug 30, 2008, at 12:19 AM, Robert Cummings wrote: > > > On Sat, 2008-08-30 at 00:05 -0400, Eric Gorr wrote: > >> Oh, here's an interesting story: > >> > >> http://bits.blogs.nytimes.com/2008/03/13/breaking-google-captchas-for-3-a-day/ > > >

Re: [PHP] Re: With regard to: [PHP] ASCII Captcha

2008-08-29 Thread Jim Lucas
Robert Cummings wrote: On Sat, 2008-08-30 at 00:01 -0400, Eric Gorr wrote: No, I will not help you troll. But, I certainly cannot prevent you from doing so. Hopefully the list moderators will shut you down. This is PHP General. We discuss PHP and related issues. CAPTCHA is certainly an are

<    1   2