Re: [PHP] PHP Speech

2008-04-16 Thread Daniel Brown
On Wed, Apr 16, 2008 at 10:58 AM, Wolf <[EMAIL PROTECTED]> wrote: > > Nathan Nobbe <[EMAIL PROTECTED]> wrote: > > > ive always been partial to brokensoftware.com, but someones actually beaten > > me to it :O > > brokensoftware.com redirects me to microsoft.com > > How cool is that!!

Re: [PHP] PHP Speech

2008-04-16 Thread Wolf
Nathan Nobbe <[EMAIL PROTECTED]> wrote: > On Wed, Apr 16, 2008 at 8:46 AM, Daniel Brown <[EMAIL PROTECTED]> wrote: > > > On Wed, Apr 16, 2008 at 10:18 AM, Andrew Ballard <[EMAIL PROTECTED]> > > wrote: > > > > > > What was the name of your company again? blindeyehosting.com? ;-) > > > >

Re: [PHP] PHP Speech

2008-04-16 Thread Wolf
Daniel Brown <[EMAIL PROTECTED]> wrote: > On Wed, Apr 16, 2008 at 10:18 AM, Andrew Ballard <[EMAIL PROTECTED]> wrote: > > > > What was the name of your company again? blindeyehosting.com? ;-) > > No, we had to change the name, so we went with a more obscure > reference: piratepatchhos

Re: [PHP] PHP Speech

2008-04-16 Thread Nathan Nobbe
On Wed, Apr 16, 2008 at 8:46 AM, Daniel Brown <[EMAIL PROTECTED]> wrote: > On Wed, Apr 16, 2008 at 10:18 AM, Andrew Ballard <[EMAIL PROTECTED]> > wrote: > > > > What was the name of your company again? blindeyehosting.com? ;-) > > No, we had to change the name, so we went with a more obscure

Re: [PHP] PHP Speech

2008-04-16 Thread Daniel Brown
On Wed, Apr 16, 2008 at 10:18 AM, Andrew Ballard <[EMAIL PROTECTED]> wrote: > > What was the name of your company again? blindeyehosting.com? ;-) No, we had to change the name, so we went with a more obscure reference: piratepatchhosting.name. ;-P -- Ask me about: Dedicated servers start

Re: [PHP] PHP Speech

2008-04-16 Thread Nathan Nobbe
On Wed, Apr 16, 2008 at 8:02 AM, Daniel Brown <[EMAIL PROTECTED]> wrote: > On Wed, Apr 16, 2008 at 9:56 AM, Nathan Nobbe <[EMAIL PROTECTED]> > wrote: > > > > it sounds like thats what theyre talking about doing... > > > [snip!] > > > > that way, you could get rid of them almost as quickly as they

Re: [PHP] PHP Speech

2008-04-16 Thread Nathan Nobbe
On Wed, Apr 16, 2008 at 8:07 AM, Daniel Brown <[EMAIL PROTECTED]> wrote: > On Wed, Apr 16, 2008 at 9:59 AM, Nathan Nobbe <[EMAIL PROTECTED]> > wrote: > > > > well since i dont have your service dan, im filling in blanks over here; > > but, do users get to determine the name of the files that get c

Re: [PHP] PHP Speech

2008-04-16 Thread Daniel Brown
On Wed, Apr 16, 2008 at 10:05 AM, Nathan Nobbe <[EMAIL PROTECTED]> wrote: > On Wed, Apr 16, 2008 at 7:59 AM, Andrew Ballard <[EMAIL PROTECTED]> wrote: > > > In addition to the added time, aren't there any problems with race > > conditions if two users try to create a file at the same time and eac

Re: [PHP] PHP Speech

2008-04-16 Thread Nathan Nobbe
On Wed, Apr 16, 2008 at 8:13 AM, Andrew Ballard <[EMAIL PROTECTED]> wrote: > It's a start, but what about a user who never returns? You still want > some way to clean out those old files, and I think that's the approach > Thiago was presenting by purging all files older than X > days/hours/minutes

Re: [PHP] PHP Speech

2008-04-16 Thread Andrew Ballard
On Wed, Apr 16, 2008 at 10:10 AM, Daniel Brown <[EMAIL PROTECTED]> wrote: > On Wed, Apr 16, 2008 at 9:59 AM, Andrew Ballard <[EMAIL PROTECTED]> wrote: > > > > > In addition to the added time, aren't there any problems with race > > conditions if two users try to create a file at the same time a

Re: [PHP] PHP Speech

2008-04-16 Thread Daniel Brown
On Wed, Apr 16, 2008 at 10:14 AM, Nathan Nobbe <[EMAIL PROTECTED]> wrote: > > sure, why not; but ill not let you lure me into a full hosting deal. ive > got my own systems, atm. Congratulations! I'm not trying to sell you on anything, just thought you might like to have more of an idea

Re: [PHP] PHP Speech

2008-04-16 Thread Nathan Nobbe
On Wed, Apr 16, 2008 at 8:14 AM, Daniel Brown <[EMAIL PROTECTED]> wrote: > On Wed, Apr 16, 2008 at 10:13 AM, Nathan Nobbe <[EMAIL PROTECTED]> > wrote: > > On Wed, Apr 16, 2008 at 8:07 AM, Daniel Brown <[EMAIL PROTECTED]> > wrote: > > > > >You are the weakest link. Goodbye! > > > > have your

Re: [PHP] PHP Speech

2008-04-16 Thread Daniel Brown
On Wed, Apr 16, 2008 at 10:13 AM, Nathan Nobbe <[EMAIL PROTECTED]> wrote: > On Wed, Apr 16, 2008 at 8:07 AM, Daniel Brown <[EMAIL PROTECTED]> wrote: > > >You are the weakest link. Goodbye! > > have your bitter posting days started early ? :P No, but that annoying woman's face and voice p

Re: [PHP] PHP Speech

2008-04-16 Thread Nathan Nobbe
On Wed, Apr 16, 2008 at 8:12 AM, Daniel Brown <[EMAIL PROTECTED]> wrote: > On Wed, Apr 16, 2008 at 10:05 AM, Nathan Nobbe <[EMAIL PROTECTED]> > wrote: > > On Wed, Apr 16, 2008 at 7:59 AM, Andrew Ballard <[EMAIL PROTECTED]> > wrote: > > > > > In addition to the added time, aren't there any problem

Re: [PHP] PHP Speech

2008-04-16 Thread Andrew Ballard
On Wed, Apr 16, 2008 at 10:05 AM, Nathan Nobbe <[EMAIL PROTECTED]> wrote: > On Wed, Apr 16, 2008 at 7:59 AM, Andrew Ballard <[EMAIL PROTECTED]> wrote: > > > In addition to the added time, aren't there any problems with race > > conditions if two users try to create a file at the same time and each

Re: [PHP] PHP Speech

2008-04-16 Thread Daniel Brown
On Wed, Apr 16, 2008 at 9:59 AM, Andrew Ballard <[EMAIL PROTECTED]> wrote: > > In addition to the added time, aren't there any problems with race > conditions if two users try to create a file at the same time and each > user's script tries to clean the same files at the same time? With out

Re: [PHP] PHP Speech

2008-04-16 Thread Daniel Brown
On Wed, Apr 16, 2008 at 9:59 AM, Nathan Nobbe <[EMAIL PROTECTED]> wrote: > > well since i dont have your service dan, im filling in blanks over here; > but, do users get to determine the name of the files that get created by > this script, or at least rename them; that could be very beneficial.

Re: [PHP] PHP Speech

2008-04-16 Thread Nathan Nobbe
On Wed, Apr 16, 2008 at 7:59 AM, Andrew Ballard <[EMAIL PROTECTED]> wrote: > In addition to the added time, aren't there any problems with race > conditions if two users try to create a file at the same time and each > user's script tries to clean the same files at the same time? ergo, the need

Re: [PHP] PHP Speech

2008-04-16 Thread Daniel Brown
On Wed, Apr 16, 2008 at 9:56 AM, Nathan Nobbe <[EMAIL PROTECTED]> wrote: > > it sounds like thats what theyre talking about doing... > [snip!] > > that way, you could get rid of them almost as quickly as they are created; > you wont be overwriting any files for different users, and you have the > g

Re: [PHP] PHP Speech

2008-04-16 Thread Andrew Ballard
On Wed, Apr 16, 2008 at 9:53 AM, Daniel Brown <[EMAIL PROTECTED]> wrote: > On Wed, Apr 16, 2008 at 9:37 AM, Thiago Pojda > <[EMAIL PROTECTED]> wrote: > > > > I don't know if I'm just lazy or stupid (or both). > > Stupid, definitely not. Lazy well, maybe. ;-P > > > > I went into a si

Re: [PHP] PHP Speech

2008-04-16 Thread Nathan Nobbe
On Wed, Apr 16, 2008 at 7:53 AM, Daniel Brown <[EMAIL PROTECTED]> wrote: > On Wed, Apr 16, 2008 at 9:37 AM, Thiago Pojda > <[EMAIL PROTECTED]> wrote: > > > > I don't know if I'm just lazy or stupid (or both). > > Stupid, definitely not. Lazy well, maybe. ;-P > > > I went into a similar

Re: [PHP] PHP Speech

2008-04-16 Thread Nathan Nobbe
On Wed, Apr 16, 2008 at 7:37 AM, Thiago Pojda < [EMAIL PROTECTED]> wrote: > {Top Posting} > > I don't know if I'm just lazy or stupid (or both). > > I went into a similar issue few weeks ago and my solution was to add a > function to delete files created in the last X hours (mine was 24), and > ca

Re: [PHP] PHP Speech

2008-04-16 Thread Daniel Brown
On Wed, Apr 16, 2008 at 9:37 AM, Thiago Pojda <[EMAIL PROTECTED]> wrote: > > I don't know if I'm just lazy or stupid (or both). Stupid, definitely not. Lazy well, maybe. ;-P > I went into a similar issue few weeks ago and my solution was to add a > function to delete files created in

RES: [PHP] PHP Speech

2008-04-16 Thread Thiago Pojda
ean up old files every time it creates a new one. Is that any good for you guys? Regards, Thiago -Mensagem original- De: Daniel Brown [mailto:[EMAIL PROTECTED] Enviada em: terça-feira, 15 de abril de 2008 21:05 Para: tedd Cc: php-general@lists.php.net Assunto: Re: [PHP] PHP Speech On T

Re: [PHP] PHP Speech

2008-04-15 Thread Daniel Brown
On Tue, Apr 15, 2008 at 7:04 PM, tedd <[EMAIL PROTECTED]> wrote: > > Your hosting service provides the capability to turn html text to speech, > as I've done here: [snip!] > > But, how do we delete the file? The php script is history after presenting > the page and javascript can't touch the serv

[PHP] PHP Speech

2008-04-15 Thread tedd
Daniel: Your hosting service provides the capability to turn html text to speech, as I've done here: http://php1.net/b/speech/ We use php to generate a sound file and then we use javascript to play it -- it all works great. But, how do we delete the file? The php script is history after p