[PHP] Re: PHP page counter

2005-09-12 Thread Michelle Konzack
Hello Vedanta, Thanks for the Link, I have registered and downloaded. I will test it. Thanks again Michelle Am 2005-09-12 10:33:52, schrieb Vedanta Barooah: > there is one here : http://www.phpclasses.org/browse/package/2212.html > see if it suffices your need, > thanks, > vedanta > --

Re: [PHP] PHP page counter

2005-09-11 Thread Vedanta Barooah
there is one here : http://www.phpclasses.org/browse/package/2212.html see if it suffices your need, thanks, vedanta On 9/11/05, Michelle Konzack <[EMAIL PROTECTED]> wrote: > G'Morning *, > > Does anyone know, where I can get a PHP-Code for > a high performance page counter ? > > I need one, whi

[PHP] PHP page counter

2005-09-11 Thread Michelle Konzack
G'Morning *, Does anyone know, where I can get a PHP-Code for a high performance page counter ? I need one, which can handle very high traffic (15.000 Hits/h) becase my own one sucks (locking). :-/ It can be text/plain or php-gd based. Greetings Michelle -- Linux-User #280138 with the Linux

Re: [PHP] A PHP page counter / statistics app

2003-03-02 Thread Justin French
on 01/03/03 7:27 AM, Michael Zornek ([EMAIL PROTECTED]) wrote: > I'm ether looking to find or build my own open source php based script, that > would allow you to include a small code chunk on every page of a site and > then view statistics from the info, on what pages were viewed, how many > time

[PHP] Re: A PHP page counter / statistics app

2003-02-28 Thread Guy Haynes
Take a look here http://www.unf.edu/~hayg0001/php/pagetracker.php. I have a script that you can use as a starting point. It is nothing fancy, but it works. Every thing is stored in a database, where I can then produce real time reports for the site. ~Guy Haynes Michael Zornek wrote: I'm ether

[PHP] A PHP page counter / statistics app

2003-02-28 Thread Michael Zornek
I'm ether looking to find or build my own open source php based script, that would allow you to include a small code chunk on every page of a site and then view statistics from the info, on what pages were viewed, how many times, etc... First, if there are any you know of and want to recommend, pl

Re: [PHP] page counter

2001-04-10 Thread Jean-Arthur Silve
lem, so sometimes the counter return to zero... jean-arthur At 13:38 10/04/01 +0800, Wen Ni wrote: >I got an example from the internet about the PHP page counter. However >after several testing on the coding, I still met the problem which I >don't understand. Please help me. >

Re: [PHP] page counter

2001-04-09 Thread Jack Dempsey
yes yes, bad habit i know ;-) but tis only a counter file... sometimes it probably is just better to explain the SLIGHTLY more complex solution in favor of starting a bad habit :-) all the best, jack Brian Clark wrote: > > Hi Jack, > > @ 2:44:51 AM on 4/10/2001, Jack Dempsey wrote: > > ... >

Re: [PHP] page counter

2001-04-09 Thread Chris Aitken
At 12:28 PM 10/04/2001, you wrote: >Hi wen, > >Make sure that the counter file is readable by the user apache or user >nobody which ever is your default webserver user. If it is not then just >chown it to nobody or chmod it to 777 and you are done. The catch 22 is.. If you want security the

Re: [PHP] page counter

2001-04-09 Thread Keyur Kalaria
ED]> To: "Wen Ni" <[EMAIL PROTECTED]> Sent: Tuesday, April 10, 2001 12:25 PM Subject: Re: [PHP] page counter > Hi > > Make sure that the counter file is readable by the user apache or user > nobody which ever is your default webserver user. > If it is not then jus

Re: [PHP] page counter

2001-04-09 Thread Brian Clark
Hi Jack, @ 2:44:51 AM on 4/10/2001, Jack Dempsey wrote: ... > Check your permissions on the file. If its just a counter file, the > easiest thing to do would be to make it world writeable. chmod 777 > count.txt. you should then have the perms to write to it. 777 is world writable. Bad idea. Ma

Re: [PHP] page counter

2001-04-09 Thread Brian Clark
Hi Wendy, @ 1:38:45 AM on 4/10/2001, Wen Ni wrote: > I got an example from the internet about the PHP page counter. However > after several testing on the coding, I still met the problem which I > don't understand. Please help me. ... > "/home/venus/public_html/qa/d

Re: [PHP] page counter

2001-04-09 Thread Jack Dempsey
> Warning: > fopen("/home/venus/public_html/qa/doccon/doc_distribution/count.txt","w") > - Permission denied in > /home/venus/public_html/qa/doccon/doc_distribution/New.php on line 9 Check your permissions on the file. If its just a counter file, the easiest thing to do would be to make it world

[PHP] page counter

2001-04-09 Thread Wen Ni
I got an example from the internet about the PHP page counter. However after several testing on the coding, I still met the problem which I don't understand. Please help me. problems: Warning: fopen("/home/venus/public_html/qa/doccon/doc_distribution/count.txt","w"

RE: [PHP] Page Counter

2001-04-02 Thread Jason Lotito
> To: [EMAIL PROTECTED] > Subject: [PHP] Page Counter > > > Dear Friends, > > I want to do page counter for my web site and I wonder whether PHP can > do it or not. I am new in PHP so can you all please give me some idea > how to solve my problem. > > Thank a

[PHP] Betr.: [PHP] Page Counter

2001-04-02 Thread M. Verheijen
Dear Wendy, Check out http://www.hotscripts.com/PHP/Scripts_and_Programs/ You should all you the scripts you'll need here!, still some problems? Let me know? Best regards, Maarten Verheijen MvG, Maarten Verheijen T/EXP kamernummer C558 Telefoonummer 4559 >>> Wen Ni <[EMAIL PROTECTED]> 02-04-

[PHP] Page Counter

2001-04-02 Thread Wen Ni
Dear Friends, I want to do page counter for my web site and I wonder whether PHP can do it or not. I am new in PHP so can you all please give me some idea how to solve my problem. Thank a lot. regards, Wendy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PR