Re: [nyphp-talk] WAP Email Portal

2007-02-08 Thread Jon Baer
Normally don't bother w/ a full blown "portal" per se ... but you can probably proxy it with getmail (http://pyropus.ca/software/getmail/) This little app is pretty cool in that you can pipe off your mail to a PHP script (ie format it, grep it, etc) Take a look @ the configuration page to g

RE: [nyphp-talk] WAP Email Portal

2007-02-08 Thread P Yurt
I was looking for the same. I did find some WAP stuff on Sourceforge but not any PHP WAP email things. I use gmail a bit but don't like the big fish reading my mail especially while I am mobile so they then would know what I am communicating and where I am doing it from...maybe I am paranoid but?

Re: [nyphp-talk] Cannot debug issue with uploading a large file

2007-02-08 Thread Paul
When I had this issue I found php.ini to be the culprit. Paul On Feb 8, 2007, at 4:13 PM, Dan Cech wrote: Randal Rust wrote: On 2/8/07, Dan Cech <[EMAIL PROTECTED]> wrote: http://httpd.apache.org/docs/2.0/mod/core.html#limitrequestbody This sounds like the likely culprit. The thing is, my

Re: [nyphp-talk] Cannot debug issue with uploading a large file

2007-02-08 Thread Dan Cech
Randal Rust wrote: > On 2/8/07, Dan Cech <[EMAIL PROTECTED]> wrote: > >> http://httpd.apache.org/docs/2.0/mod/core.html#limitrequestbody > > This sounds like the likely culprit. The thing is, my local server > (1.3) doesn't have this directive. > > I have the client checking into what the settin

Re: [nyphp-talk] Re: Cannot debug issue with uploading a large file

2007-02-08 Thread Randal Rust
On 2/8/07, John Reynolds <[EMAIL PROTECTED]> wrote: This might be dopey, but the section on php.net about handling file uploads mentions a hidden field you put in your HTML form to specify max upload size. No, it's not dopey. I messed around with that too. I am pretty sure it's the server. Th

Re: [nyphp-talk] Cannot debug issue with uploading a large file

2007-02-08 Thread Randal Rust
On 2/8/07, Dan Cech <[EMAIL PROTECTED]> wrote: There is also a limit in Apache http://httpd.apache.org/docs/2.0/mod/core.html#limitrequestbody Shouldn't this be explicitly defined in the httpd.conf file? -- Randal Rust R.Squared Communications www.r2communications.com ___

[nyphp-talk] Re: Cannot debug issue with uploading a large file

2007-02-08 Thread John Reynolds
This might be dopey, but the section on php.net about handling file uploads mentions a hidden field you put in your HTML form to specify max upload size. I think it's optional, but if you have it, and the max size is wrong, or if it's in the wrong place (it needs to be before the input field), mayb

Re: [nyphp-talk] WAP Email Portal

2007-02-08 Thread Matt Juszczak
I am trying to install something that I can use my WAP browser to check imap/imaps, write, folders, etc. On Thu, 8 Feb 2007, Nicholas Hart wrote: Matt, What specifically are you trying to accomplish with it? Nick Nick, Mimp looks very decent, but it requires horde to be installed. This

Re: [nyphp-talk] WAP Email Portal

2007-02-08 Thread Rolan Yang
Not answering your question directly but, gmail is quite usable over wap. ~Rolan Matt Juszczak wrote: Hi all, I was wondering if anyone knew of a "decent" wap based email portal software that I could install on my webserver. I've designed a tiny one in WML, but I was looking for a decent WA

Re: [nyphp-talk] WAP Email Portal

2007-02-08 Thread Nicholas Hart
Matt, What specifically are you trying to accomplish with it? Nick Nick, Mimp looks very decent, but it requires horde to be installed. This looks like a bit of a gigantic bundle for just a tiny application -Matt On Thu, 8 Feb 2007, Nicholas Hart wrote: I highly recommend horde. Ch

Re: [nyphp-talk] WAP Email Portal

2007-02-08 Thread Matt Juszczak
Nick, Mimp looks very decent, but it requires horde to be installed. This looks like a bit of a gigantic bundle for just a tiny application -Matt On Thu, 8 Feb 2007, Nicholas Hart wrote: I highly recommend horde. Check out their website at: http://www.horde.org Regards, Nick H. Hi

Re: [nyphp-talk] WAP Email Portal

2007-02-08 Thread Nicholas Hart
I highly recommend horde. Check out their website at: http://www.horde.org Regards, Nick H. Hi all, I was wondering if anyone knew of a "decent" wap based email portal software that I could install on my webserver. I've designed a tiny one in WML, but I was looking for a decent WAP email cl

Re: [nyphp-talk] Re: Removing www.

2007-02-08 Thread inforequest
Nate Abele nate-at-cakephp.org |nyphp dev/internal group use| wrote: Broken on IE7? Is that like a joke or something? ummm. be careful when taking code snippets and standards advice from a site that doesn't validate and is broken in IE7. Especially when it promotes a back link campaign

[nyphp-talk] WAP Email Portal

2007-02-08 Thread Matt Juszczak
Hi all, I was wondering if anyone knew of a "decent" wap based email portal software that I could install on my webserver. I've designed a tiny one in WML, but I was looking for a decent WAP email client and i couldn't find one. A better question would probably be: Does anyone know of a dec

[nyphp-talk] Re: Removing www.

2007-02-08 Thread Nate Abele
Broken on IE7? Is that like a joke or something? ummm. be careful when taking code snippets and standards advice from a site that doesn't validate and is broken in IE7. Especially when it promotes a back link campaign IMHO. ___ New York PHP C

Re: [nyphp-talk] Cannot debug issue with uploading a large file

2007-02-08 Thread Randal Rust
On 2/8/07, Dan Cech <[EMAIL PROTECTED]> wrote: http://httpd.apache.org/docs/2.0/mod/core.html#limitrequestbody This sounds like the likely culprit. The thing is, my local server (1.3) doesn't have this directive. I have the client checking into what the setting is on their server. -- Randal

[nyphp-talk] Open Source cell Phone usage tracker.....

2007-02-08 Thread Fee, Patrick J \(US SSA\)
Hello Gang, I've been tasked with developing a basic db to track department cell phone usage, plans, numbers, types of phones and software. This way corporate knows who has what, and if they are on the best plan and with the latest software (like the a Blackberry 8100 with 4.1.03 software). Do

Re: [nyphp-talk] Cannot debug issue with uploading a large file

2007-02-08 Thread Randal Rust
On 2/8/07, Tom Melendez <[EMAIL PROTECTED]> wrote: Have you turned on display_errors, or looked in the logs? Yes. There is nothing there. You should also be able to check the $_FILES array for the error element That's part of the problem. When I upload this larger file, I don't get th

Re: [nyphp-talk] Cannot debug issue with uploading a large file

2007-02-08 Thread Dan Cech
Randal Rust wrote: > I have a 10MB file that needs to be uploaded through a form. Seems > simple enough. Just modify php.ini to allow larger files, or user > ini_set(). > > The problem is that when I select this file and try to upload it, > nothing get passed in the $_REQUEST array, so I can't fig

Re: [nyphp-talk] Cannot debug issue with uploading a large file

2007-02-08 Thread David Krings
Randal Rust wrote: I have a 10MB file that needs to be uploaded through a form. Seems simple enough. Just modify php.ini to allow larger files, or user ini_set(). The problem is that when I select this file and try to upload it, nothing get passed in the $_REQUEST array, so I can't figure out wh

Re: [nyphp-talk] Cannot debug issue with uploading a large file

2007-02-08 Thread Tom Melendez
Hi Randal, On 2/8/07, Randal Rust <[EMAIL PROTECTED]> wrote: I have a 10MB file that needs to be uploaded through a form. Seems simple enough. Just modify php.ini to allow larger files, or user ini_set(). Max post size, max upload size and max memory limit? Have you turned on display_errors, o

[nyphp-talk] Cannot debug issue with uploading a large file

2007-02-08 Thread Randal Rust
I have a 10MB file that needs to be uploaded through a form. Seems simple enough. Just modify php.ini to allow larger files, or user ini_set(). The problem is that when I select this file and try to upload it, nothing get passed in the $_REQUEST array, so I can't figure out what is going on here.

Re: [nyphp-talk] Removing www.

2007-02-08 Thread David Krings
inforequest wrote: Chris Shiflett shiflett-at-php.net |nyphp dev/internal group use| wrote: Joseph Crawford wrote: Hey guys, what would i need to do in order to make all of the www. be removed from my urls? From http://no-www.org/: ummm. be careful when taking code snippets an

Re: [nyphp-talk] Removing www.

2007-02-08 Thread inforequest
Greg Rundlett greg.rundlett-at-gmail.com |nyphp dev/internal group use| wrote: On 2/7/07, inforequest <[EMAIL PROTECTED]> wrote: Chris Shiflett shiflett-at-php.net |nyphp dev/internal group use| wrote: >Joseph Crawford wrote: > > >>Hey guys, what would i need to do in order to make all of th