Re: [PHP] Re: Google spreadsheet curl

2010-08-09 Thread ioan...@btinternet.com
I have uploaded Zend to my site but the files within the package do not seem to find each other: Warning: include_once(Zend/Gdata.php) [function.include-once]: failed to open stream: No such file or directory in /home/mysite/Zend/library/Zend/Loader.php on line 146 The line 146 is;

Re: [PHP] [ERROR LOG FORMATTER] - any recommendations for web viewable error log formatters?

2010-08-09 Thread Tristan
Thanks but, holy overkill. I just need something simple. Thanks for the advice guys. -T On Mon, Aug 9, 2010 at 2:30 PM, Bastien Koert wrote: > On Mon, Aug 9, 2010 at 3:12 PM, Tristan wrote: > > Looking for something that does error logs on the server. > > > > Thanks, T > > > > On Mon, Aug 9, 2

[PHP] Test - Ignore

2010-08-09 Thread SED
Test A00 SED -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] [ERROR LOG FORMATTER] - any recommendations for web viewable error log formatters?

2010-08-09 Thread Bastien Koert
On Mon, Aug 9, 2010 at 3:12 PM, Tristan wrote: > Looking for something that does error logs on the server. > > Thanks, T > > On Mon, Aug 9, 2010 at 12:59 PM, Peter Lind wrote: > >> On 9 August 2010 20:40, Tristan wrote: >> > a client of mine use to have some color coded one but, I can't find it

Re: [PHP] [ERROR LOG FORMATTER] - any recommendations for web viewable error log formatters?

2010-08-09 Thread Tristan
Looking for something that does error logs on the server. Thanks, T On Mon, Aug 9, 2010 at 12:59 PM, Peter Lind wrote: > On 9 August 2010 20:40, Tristan wrote: > > a client of mine use to have some color coded one but, I can't find it > > again. anyone using one that they particularly like? >

[PHP] Re: Snoopy port using PHP cURL library

2010-08-09 Thread Marc Guay
> Does anyone know if the Snoopy class has been ported to use the > built-in PHP cURL library and released publicly somewhere? I converted it myself. If anyone's interested the class is attached. Marc -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/

Re: [PHP] [ERROR LOG FORMATTER] - any recommendations for web viewable error log formatters?

2010-08-09 Thread Peter Lind
On 9 August 2010 20:40, Tristan wrote: > a client of mine use to have some color coded one but, I can't find it > again. anyone using one that they particularly like? > > similar to this but was hoping for something in PHP > > http://www.psychogenic.com/en/products/Errorlog.php > > Thanks, T > Xd

[PHP] [ERROR LOG FORMATTER] - any recommendations for web viewable error log formatters?

2010-08-09 Thread Tristan
a client of mine use to have some color coded one but, I can't find it again. anyone using one that they particularly like? similar to this but was hoping for something in PHP http://www.psychogenic.com/en/products/Errorlog.php Thanks, T

[PHP] Snoopy port using PHP cURL library

2010-08-09 Thread Marc Guay
Does anyone know if the Snoopy class has been ported to use the built-in PHP cURL library and released publicly somewhere? Marc -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] how do you upload to a 3rd-party remote server?

2010-08-09 Thread Govinda
On Aug 6, 2010, at 8:28 PM, Daniel P. Brown wrote: On Fri, Aug 6, 2010 at 19:53, Govinda wrote: can you elaborate? This kind of thing is all new to me. I need to see some sample code to even start to get an idea. Hopefully Tedd will notice this thread. He's the man when it comes

Re: [PHP] Limit failed logins attempts

2010-08-09 Thread Peter Lind
On 9 August 2010 15:10, Richard Quadling wrote: > On 9 August 2010 14:04, Juan Rodriguez Monti > wrote: >> 2010/8/9 Richard Quadling : >>> On 9 August 2010 13:30, Juan Rodriguez Monti >>> wrote: I thought that might be a good idea, to define a session variable called ( failedattempts

Re: [PHP] Limit failed logins attempts

2010-08-09 Thread Richard Quadling
On 9 August 2010 14:04, Juan Rodriguez Monti wrote: > 2010/8/9 Richard Quadling : >> On 9 August 2010 13:30, Juan Rodriguez Monti >> wrote: >>> I thought that might be a good idea, to define a session variable >>> called ( failedattempts ), then check and if $failedattempts is >>> greater than,

RE: [PHP] Limit failed logins attempts

2010-08-09 Thread Bob McConnell
From: Juan Rodriguez Monti > I would like to know what do you suggest to implement a limit for > failed login attempts. > > I thought that might be a good idea, to define a session variable > called ( failedattempts ), then check and if $failedattempts is > greater than, suppose, 4 write to a Dat

Re: [PHP] Limit failed logins attempts

2010-08-09 Thread Richard Quadling
On 9 August 2010 13:30, Juan Rodriguez Monti wrote: > I thought that might be a good idea, to define a session variable > called ( failedattempts ), then check and if $failedattempts is > greater than, suppose, 4 ... As sessions are connected to a request through a session cookie, putting the fai

Re: [PHP] Limit failed logins attempts

2010-08-09 Thread Peter Lind
On 9 August 2010 14:30, Juan Rodriguez Monti wrote: > Hi guys, > I would like to know what do you suggest to implement a limit for > failed login attempts. I use velocity control (or whatever it is called). After the first failed attempt, set a ban-period before another login is possible for the

RE: [PHP] question about compiling a portable web server for linux

2010-08-09 Thread Bob McConnell
From: Ashley Sheridan > On Sat, 2010-08-07 at 10:43 +0800, lainme wrote: > >> thanks for the reply. I know it is not a PHP problem. And I want to know >> whether it is possible to make it architecture independent. >> >> On Sat, Aug 7, 2010 at 10:38 AM, Ashley Sheridan >> wrote: >> >> > On Sat

[PHP] Limit failed logins attempts

2010-08-09 Thread Juan Rodriguez Monti
Hi guys, I would like to know what do you suggest to implement a limit for failed login attempts. I thought that might be a good idea, to define a session variable called ( failedattempts ), then check and if $failedattempts is greater than, suppose, 4 write to a Database ( ip, username and last-t

Re: [PHP] Re: Google spreadsheet curl

2010-08-09 Thread ioan...@btinternet.com
This is a new message, not an existing thread. I don't know where the Re: got into the subject. Perhaps I sent it to myself first. Anyway, answer may have something to do with getting Zend installed. John -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php

Re: [PHP] Re: Google spreadsheet curl

2010-08-09 Thread Ashley Sheridan
On Sun, 2010-08-08 at 22:57 +0900, ioan...@btinternet.com wrote: > Using this code I get error message: > > > > > > "The spreadsheet at this URL could not be found. Make sure that you > > have the right URL and that the owner of the spreadsheet hasn't > > deleted it." > > > > I have set up a tes