php-windows Digest 21 Jan 2004 05:44:49 -0000 Issue 2090

Topics (messages 22620 through 22632):

Re: Show the Progress of a file being uploaded
        22620 by: Ignatius Reilly
        22621 by: Donatas
        22622 by: Svensson, B.A.T. (HKG)
        22626 by: Manuel Lemos
        22627 by: Ignatius Reilly

Replace pieces in long text
        22623 by: Thijs Wijnmaalen

fastcgi on windows standalone
        22624 by: Richard Stupek
        22628 by: Frank M. Kromann
        22629 by: Richard Stupek

virus alert
        22625 by: HFSNET hfrisch

Search Script????
        22630 by: Student
        22632 by: Manuel Lemos

Re: [PHP] Search Script????
        22631 by: John Nichel

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 ---
There is a great PEAR class to do just that: HTML_Progress.
Easy to use and powerful. I use it with much satisfaction.

HTH
Ignatius
_________________________
----- Original Message -----
From: "Derrick Hermanson" <[EMAIL PROTECTED]>
To: "Php-Windows List" <[EMAIL PROTECTED]>; "Arijit Chaudhuri"
<[EMAIL PROTECTED]>
Sent: Tuesday, January 20, 2004 18:13
Subject: RE: [PHP-WIN] Show the Progress of a file being uploaded


> Found this out on www.php.net thought it might be useful.
>
> Progress bar support has been a recurring theme in many a PHP mailing list
> over the years. You can find a free progress monitor component for PHP
file
> uploads at http://sourceforge.net/projects/megaupload/
>
> The advantage of this system is that you do not have to apply any patches
to
> PHP to make use of it.
>
> Derrick Hermanson
> Programmer/Analyst I
> [EMAIL PROTECTED]
>
>
> -----Original Message-----
> From: Arijit Chaudhuri [mailto:[EMAIL PROTECTED]
> Sent: Sunday, January 18, 2004 2:08 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] Show the Progress of a file being uploaded
>
>
> Hi all,
>
> Is there any way to show the progress on a file upload with PHP? I could
not
> find a way to access the file being uploaded till upload is complete when
> the usual copy function is used. There are some file management sites
which
> show a percentage completed similar to the Flash downloads. But none of
the
> ones I found are php coded.
>
> Regards,
> Arijit
>
> --
> 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
>
>

--- End Message ---
--- Begin Message --- I guess you don't get what this discussion is all about. It's about file upload progress bar not about progress bars in general.

/Donny


Ignatius Reilly wrote:


There is a great PEAR class to do just that: HTML_Progress.
Easy to use and powerful. I use it with much satisfaction.

HTH
Ignatius
_________________________
----- Original Message -----
From: "Derrick Hermanson" <[EMAIL PROTECTED]>
To: "Php-Windows List" <[EMAIL PROTECTED]>; "Arijit Chaudhuri"
<[EMAIL PROTECTED]>
Sent: Tuesday, January 20, 2004 18:13
Subject: RE: [PHP-WIN] Show the Progress of a file being uploaded




Found this out on www.php.net thought it might be useful.

Progress bar support has been a recurring theme in many a PHP mailing list
over the years. You can find a free progress monitor component for PHP


file


uploads at http://sourceforge.net/projects/megaupload/

The advantage of this system is that you do not have to apply any patches


to


PHP to make use of it.

Derrick Hermanson
Programmer/Analyst I
[EMAIL PROTECTED]


-----Original Message----- From: Arijit Chaudhuri [mailto:[EMAIL PROTECTED] Sent: Sunday, January 18, 2004 2:08 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Show the Progress of a file being uploaded


Hi all,


Is there any way to show the progress on a file upload with PHP? I could


not


find a way to access the file being uploaded till upload is complete when
the usual copy function is used. There are some file management sites


which


show a percentage completed similar to the Flash downloads. But none of


the


ones I found are php coded.

Regards,
Arijit

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








--- End Message ---
--- Begin Message ---
Will the end user know/see the difference? :) 

-----Original Message-----
From: Donatas
To: [EMAIL PROTECTED]
Sent: 2004-01-20 19:19
Subject: Re: [PHP-WIN] Show the Progress of a file being uploaded

I guess you don't get what this discussion is all about. It's about file
upload progress bar not about progress bars in general.

/Donny


Ignatius Reilly wrote:

>There is a great PEAR class to do just that: HTML_Progress.
>Easy to use and powerful. I use it with much satisfaction.

--- End Message ---
--- Begin Message --- Hello,

On 01/20/2004 03:19 PM, Ignatius Reilly wrote:
There is a great PEAR class to do just that: HTML_Progress.
Easy to use and powerful. I use it with much satisfaction.

You are confusing the types of progress. You can't track file upload progress in PHP because PHP scripts only run after the file upload is concluded. This is a limitation of PHP. Therefore that class alone is useless.


--

Regards,
Manuel Lemos

Free ready to use OOP components written in PHP
http://www.phpclasses.org/

--- End Message ---
--- Begin Message ---
Right, my mistake.
I overlooked that the question was about uploading, not downloading...

Ignatius
_________________________
----- Original Message -----
From: "Donatas" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 20, 2004 19:19
Subject: Re: [PHP-WIN] Show the Progress of a file being uploaded


> I guess you don't get what this discussion is all about. It's about file
> upload progress bar not about progress bars in general.
>
> /Donny
>
>
> Ignatius Reilly wrote:
>
> >There is a great PEAR class to do just that: HTML_Progress.
> >Easy to use and powerful. I use it with much satisfaction.
> >
> >HTH
> >Ignatius
> >_________________________
> >----- Original Message -----
> >From: "Derrick Hermanson" <[EMAIL PROTECTED]>
> >To: "Php-Windows List" <[EMAIL PROTECTED]>; "Arijit Chaudhuri"
> ><[EMAIL PROTECTED]>
> >Sent: Tuesday, January 20, 2004 18:13
> >Subject: RE: [PHP-WIN] Show the Progress of a file being uploaded
> >
> >
> >
> >
> >>Found this out on www.php.net thought it might be useful.
> >>
> >>Progress bar support has been a recurring theme in many a PHP mailing
list
> >>over the years. You can find a free progress monitor component for PHP
> >>
> >>
> >file
> >
> >
> >>uploads at http://sourceforge.net/projects/megaupload/
> >>
> >>The advantage of this system is that you do not have to apply any
patches
> >>
> >>
> >to
> >
> >
> >>PHP to make use of it.
> >>
> >>Derrick Hermanson
> >>Programmer/Analyst I
> >>[EMAIL PROTECTED]
> >>
> >>
> >>-----Original Message-----
> >>From: Arijit Chaudhuri [mailto:[EMAIL PROTECTED]
> >>Sent: Sunday, January 18, 2004 2:08 PM
> >>To: [EMAIL PROTECTED]
> >>Subject: [PHP-WIN] Show the Progress of a file being uploaded
> >>
> >>
> >>Hi all,
> >>
> >>Is there any way to show the progress on a file upload with PHP? I could
> >>
> >>
> >not
> >
> >
> >>find a way to access the file being uploaded till upload is complete
when
> >>the usual copy function is used. There are some file management sites
> >>
> >>
> >which
> >
> >
> >>show a percentage completed similar to the Flash downloads. But none of
> >>
> >>
> >the
> >
> >
> >>ones I found are php coded.
> >>
> >>Regards,
> >>Arijit
> >>
> >>--
> >>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
> >>
> >>
> >>
> >>
> >
> >
> >
>

--- End Message ---
--- Begin Message --- Hi,

I have a system written in PHP, where users can manage their own template-file. I'm using ETS (http://ets.sourceforge.net) to parse the templates. And I want to have a ETS-var added to the template every time a user modifies his template. {/main} must be replaced with {disclaimer}{/main} and then saved.

This is what i've done so far, but it won't work :(

$content = str_replace("\{disclaimer\}\{/main\}", "\{/main\}", $content);
$content = str_replace("\{/main\}", "\{disclaimer\}\{/main\}", $content);


Could anybody help?


Thanks,
Thijs

--- End Message ---
--- Begin Message ---
I see that the -b option in PHP 4.3.X doesn't appear to work. What is the
way to start PHP as a standalone application listening for fastcgi on a
specific port?  Any help would be greatly appreciated.

Thanks

--- End Message ---
--- Begin Message ---
Take a look at http://caraveo.com/fastcgi/

- Frank

> I see that the -b option in PHP 4.3.X doesn't appear to work. What is
the
> way to start PHP as a standalone application listening for fastcgi on a
> specific port?  Any help would be greatly appreciated.
> 
> Thanks
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

--- End Message ---
--- Begin Message ---
Unfortunately that only applies for PHP 4.2 and not 4.3.X which contains
support for FastCGI but does not document how to run it standalone.

Rich Stupek

The Internet is here!  Where are you?
"Frank M. Kromann" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Take a look at http://caraveo.com/fastcgi/
>
> - Frank
>
> > I see that the -b option in PHP 4.3.X doesn't appear to work. What is
> the
> > way to start PHP as a standalone application listening for fastcgi on a
> > specific port?  Any help would be greatly appreciated.
> >
> > Thanks
> >
> > -- 
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >

--- End Message ---
--- Begin Message ---
Hello List,

In the email Attachment sent by [EMAIL PROTECTED]

Norton Antivirus detected the virus [EMAIL PROTECTED] in the attached
executable topfkti.exe!

Do not open. Delete.

NAV-Message follows:
Norton AntiVirus hat folgenden Anhang entfernt: topfkti.exe.
Der Anhang enthielt die Bedrohung [EMAIL PROTECTED]

--- End Message ---
--- Begin Message ---
I have my web site with file extensions .php .php3 .html .htm .shtml  Now i
(am looking for a script or) would like to write a php script so that users
can search my web site for information.... Can anyone help me get started.
I want to include a search in my web site..

--- End Message ---
--- Begin Message --- Hello,

On 01/20/2004 11:22 PM, Student wrote:
I have my web site with file extensions .php .php3 .html .htm .shtml  Now i
(am looking for a script or) would like to write a php script so that users
can search my web site for information.... Can anyone help me get started.
I want to include a search in my web site..

If you can install HTDig to index your site, you can use this class that will simplify your site interface to Htdig.



http://freshmeat.net/projects/htdiginterfacefromphp/


--

Regards,
Manuel Lemos

Free ready to use OOP components written in PHP
http://www.phpclasses.org/

--- End Message ---
--- Begin Message --- Student wrote:

I have my web site with file extensions .php .php3 .html .htm .shtml  Now i
(am looking for a script or) would like to write a php script so that users
can search my web site for information.... Can anyone help me get started.
I want to include a search in my web site..


Cross post bad. Mean people come and bite off your kneecaps.


--
By-Tor.com
It's all about the Rush
http://www.by-tor.com

--- End Message ---

Reply via email to