Re: [PHP] PHP bandwidth control

2009-04-07 Thread Yannick Mortier
2009/4/7 Chris dmag...@gmail.com: I guess there are multiple ways to engage this problem. It depends how deep you want to log the traffic. If you just want to count the traffic of each image, video etc you could just wrap up each image and video to go through php first with

Re: [PHP] PHP bandwidth control

2009-04-07 Thread Yannick Mortier
2009/4/7 Chris dmag...@gmail.com: I guess there are multiple ways to engage this problem. It depends how deep you want to log the traffic. If you just want to count the traffic of each image, video etc you could just wrap up each image and video to go through php first with

Re: [PHP] PHP bandwidth control

2009-04-07 Thread Yannick Mortier
2009/4/7 Phpster phps...@gmail.com: Misk.com is also good at $10/ yep Bastien Sent from my iPod Come on now, please. JD clearly said he wants to do this at home to learn something by doing it. I can understand that very well. Giving answers nobody asked for is like posing questions nobody

Re: [PHP] PHP bandwidth control

2009-04-07 Thread Phpster
-general@lists.php.net Subject: Re: [PHP] PHP bandwidth control Date: Mon, 06 Apr 2009 06:03:12 -0700 Yannick Mortier wrote: 2009/4/6 JD danceintherai...@netzero.com: Hello, I am relatively new to PHP and am trying to make a video/image sharing site for my family to upload and share family

Re: [PHP] PHP bandwidth control

2009-04-07 Thread Nick Cooper
-- Original Message -- From: Michael A. Peters mpet...@mac.com To: Yannick Mortier mvmort...@googlemail.com Cc: JD danceintherai...@netzero.com, php-general@lists.php.net Subject: Re: [PHP] PHP bandwidth control Date: Mon, 06 Apr 2009 06:03:12 -0700 Yannick Mortier wrote: 2009/4/6 JD

Re: [PHP] PHP bandwidth control

2009-04-07 Thread JD
...@googlemail.com To: Chris dmag...@gmail.com Cc: JD danceintherai...@netzero.com, php-general@lists.php.net Subject: Re: [PHP] PHP bandwidth control Date: Tue, 7 Apr 2009 10:42:01 +0200 2009/4/7 Chris dmag...@gmail.com: I guess there are multiple ways to engage this problem. It depends how deep you

Re: [PHP] PHP bandwidth control

2009-04-07 Thread Michael A. Peters
Nick Cooper wrote: Sorry to side track the issue, but when did this happen to you on GoDaddy? I have never experienced this problem. I have been using them for two years and I often leave domains in the checkout and come back sometimes days later and they're still $7.95. Same experience. I

Re: [PHP] PHP bandwidth control

2009-04-07 Thread Michael A. Peters
JD wrote: Theres always something to learn in PHP Land. Yeah - and I always seem to find slick new one or two line solutions after I've written a bunch of lines to clumsily do the same thing. I guess that's how it is when you first start to get semi-serious about a language (emphasis on

Re: [PHP] PHP bandwidth control

2009-04-07 Thread tedd
At 2:46 PM +0100 4/7/09, Nick Cooper wrote: Sorry to side track the issue, but when did this happen to you on GoDaddy? I have never experienced this problem. I have been using them for two years and I often leave domains in the checkout and come back sometimes days later and they're still $7.95.

Re: [PHP] PHP bandwidth control

2009-04-07 Thread Stuart
2009/4/7 tedd tedd.sperl...@gmail.com: At 2:46 PM +0100 4/7/09, Nick Cooper wrote: Sorry to side track the issue, but when did this happen to you on GoDaddy? I have never experienced this problem. I have been using them for two years and I often leave domains in the checkout and come back

Re: [PHP] PHP bandwidth control

2009-04-07 Thread Michael A. Peters
tedd wrote: At 2:46 PM +0100 4/7/09, Nick Cooper wrote: Sorry to side track the issue, but when did this happen to you on GoDaddy? I have never experienced this problem. I have been using them for two years and I often leave domains in the checkout and come back sometimes days later and

Re: [PHP] PHP bandwidth control

2009-04-07 Thread Bastien Koert
On Tue, Apr 7, 2009 at 1:36 PM, Michael A. Peters mpet...@mac.com wrote: tedd wrote: At 2:46 PM +0100 4/7/09, Nick Cooper wrote: Sorry to side track the issue, but when did this happen to you on GoDaddy? I have never experienced this problem. I have been using them for two years and I

Re: [PHP] PHP bandwidth control

2009-04-07 Thread 9el
I hate the bulky interface of Godaddy.com its too tough for slower connections to work with GoDaddy's control panels. Their domain charge seems bit high as well. But I'm liking www.umbrahosting.com it has good cPanel and controls are good. Their support are very sprint. Lenin

Re: [PHP] PHP bandwidth control

2009-04-07 Thread Paul M Foster
On Tue, Apr 07, 2009 at 10:36:23AM -0700, Michael A. Peters wrote: tedd wrote: At 2:46 PM +0100 4/7/09, Nick Cooper wrote: Sorry to side track the issue, but when did this happen to you on GoDaddy? I have never experienced this problem. I have been using them for two years and I often

Re: [PHP] PHP bandwidth control

2009-04-06 Thread Yannick Mortier
2009/4/6 JD danceintherai...@netzero.com: Hello, I am relatively new to PHP and am trying to make a video/image sharing site for my family to upload and share family videos and pictures. My concern is that because I'm hosting this site at my house, I will quickly exceed my bandwidth

Re: [PHP] PHP bandwidth control

2009-04-06 Thread Michael A. Peters
Yannick Mortier wrote: 2009/4/6 JD danceintherai...@netzero.com: Hello, I am relatively new to PHP and am trying to make a video/image sharing site for my family to upload and share family videos and pictures. My concern is that because I'm hosting this site at my house, I will quickly

Re: [PHP] PHP bandwidth control

2009-04-06 Thread JD
Mortier mvmort...@googlemail.com Cc: JD danceintherai...@netzero.com, php-general@lists.php.net Subject: Re: [PHP] PHP bandwidth control Date: Mon, 06 Apr 2009 06:03:12 -0700 Yannick Mortier wrote: 2009/4/6 JD danceintherai...@netzero.com: Hello, I am relatively new to PHP and am trying to make

Re: [PHP] PHP bandwidth control

2009-04-06 Thread Michael Kubler
-- Original Message -- From: Michael A. Peters mpet...@mac.com To: Yannick Mortier mvmort...@googlemail.com Cc: JD danceintherai...@netzero.com, php-general@lists.php.net Subject: Re: [PHP] PHP bandwidth control Date: Mon, 06 Apr 2009 06:03:12 -0700 Yannick Mortier wrote: 2009/4/6 JD

Re: [PHP] PHP bandwidth control

2009-04-06 Thread Chris
I guess there are multiple ways to engage this problem. It depends how deep you want to log the traffic. If you just want to count the traffic of each image, video etc you could just wrap up each image and video to go through php first with file_get_contents() (look in the php manual there are

[PHP] PHP bandwidth control

2009-04-05 Thread JD
Hello, I am relatively new to PHP and am trying to make a video/image sharing site for my family to upload and share family videos and pictures. My concern is that because I'm hosting this site at my house, I will quickly exceed my bandwidth limitations each month if all the family members I

Re: [PHP] PHP bandwidth control

2009-04-05 Thread Paul M Foster
On Mon, Apr 06, 2009 at 03:58:45AM +, JD wrote: Hello, I am relatively new to PHP and am trying to make a video/image sharing site for my family to upload and share family videos and pictures. My concern is that because I'm hosting this site at my house, I will quickly exceed my

Re: [PHP] PHP bandwidth control

2009-04-05 Thread 9el
On Mon, Apr 6, 2009 at 10:09 AM, Paul M Foster pa...@quillandmouse.comwrote: On Mon, Apr 06, 2009 at 03:58:45AM +, JD wrote: Hello, I am relatively new to PHP and am trying to make a video/image sharing site for my family to upload and share family videos and pictures. My concern is