Re: [PHP] Re: Download speed limit

2007-05-18 Thread Rangel Reale
- Original Message - From: "Tijnema !" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: Sent: Friday, May 18, 2007 12:07 PM Subject: Re: [PHP] Re: Download speed limit On 5/18/07, Jonathan <[EMAIL PROTECTED]> wrote: Rangel Reale wr

Re: [PHP] Download speed limit

2007-05-17 Thread Rangel Reale
onald" <[EMAIL PROTECTED]> To: Sent: Thursday, May 17, 2007 6:55 PM Subject: Re: [PHP] Download speed limit On 5/17/07, Rangel Reale <[EMAIL PROTECTED]> wrote: Hmm that apache module isn't quite what I need, it just accepts or refuse connections based on bandwidth usag

Re: [PHP] Download speed limit

2007-05-17 Thread Rangel Reale
Hmm that apache module isn't quite what I need, it just accepts or refuse connections based on bandwidth usage, it does not throttle the connection. - Original Message - From: "Rangel Reale" <[EMAIL PROTECTED]> To: "Ovidiu Rosoiu" <[EMAIL PROTECTED]&

Re: [PHP] Download speed limit

2007-05-17 Thread Rangel Reale
;[EMAIL PROTECTED]> To: "Rangel Reale" <[EMAIL PROTECTED]> Cc: Sent: Friday, May 18, 2007 2:34 PM Subject: Re: [PHP] Download speed limit limiting speed by using sleep in your script is a very bad idea. for a 350 MB file, with a 20 KB/s limit the script would take aprox. 5 hours. y

Re: [PHP] Download speed limit

2007-05-16 Thread Rangel Reale
Between 90 and 350 MB. - Original Message - From: "Jim Lucas" <[EMAIL PROTECTED]> To: "Rangel Reale" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, May 16, 2007 6:41 PM Subject: Re: [PHP] Download speed limit Rangel Reale wrote: Hello! For my applicatio

[PHP] Download speed limit

2007-05-16 Thread Rangel Reale
Hello! For my application I need to limit the speed that my application sends data, in my case a binary file. I need to send the speed as a parameter, like: sendfile.php?speed=2 Would send the file at 20kb/s (forgetting about real byte counts for this example). To send the file, I am doi

Re: [PHP] What is the best way to protect the PHP page thatreturns the AJAX data?

2007-05-11 Thread Rangel Reale
That was only an example, the question is, how do I protect possibly sensitive data sent by AJAX, so one user can't access other user's data? Is the anwser just "don't do this with AJAX"? - Original Message - From: "Robert Cummings" <[EMAIL P

Re: [PHP] What is the best way to protect the PHP page that returns the AJAX data?

2007-05-11 Thread Rangel Reale
I would also like to know how people are dealing with this, how to you make sure people don't steal your data, sometimes it can be something simple like state names, but sometimes it can be your entire user/email database, who knows? And OF COURSE he is not passing a query on the url, a dumb u

Re: [PHP] Ajax?

2007-05-10 Thread Rangel Reale
JavaScript (and AJAX) took the fun out of programming. Before AJAX, programming for web was easy and fast. Now its the oposite. - Original Message - From: "jekillen" <[EMAIL PROTECTED]> To: "Emil Edeholt" <[EMAIL PROTECTED]> Cc: "PHP List" Sent: Wednesday, May 09, 2007 10:03 PM Subje

Re: [PHP] PHP 6: Mysql with iso-8859-1 chars outputting utf-8: "Could not convert binary string to Unicode string"

2007-05-02 Thread Rangel Reale
cessed the field values, as I understanded from the above explanation. Did I understood it wrong? Thanks, Rangel - Original Message - From: "Richard Lynch" <[EMAIL PROTECTED]> To: "Rangel Reale" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, May 02, 2007 6:

[PHP] PHP 6: Mysql with iso-8859-1 chars outputting utf-8: "Could not convert binary string to Unicode string"

2007-04-29 Thread Rangel Reale
ght? How to make mysql_fetch_assoc assume field values are in iso-8859-1 instead of ASCII? Thanks, Rangel Reale