Re: [nyphp-talk] PHP5 hosting?

2007-10-31 Thread Ajai Khattri
On Wed, 31 Oct 2007, Jon Baer wrote: > Joyent > http://www.joyent.com/connector/pricing/ For Rails or PHP? :-) -- Aj. ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http:

Re: [nyphp-talk] Zend Neon - (Zend Framework Project)

2007-10-31 Thread Jon Baer
Change: set_include_path('.' . PATH_SEPARATOR . './library' . PATH_SEPARATOR . './application/models/' . PATH_SEPARATOR . get_include_path()); To: set_include_path('..' . PATH_SEPARATOR . '../library' . PATH_SEPARATOR . '../application/models/' . PATH_SEPARATOR . get_include_path()); I

Re: [nyphp-talk] PHP5 hosting?

2007-10-31 Thread Jon Baer
Yeah very good point ... in fact it's probably a good idea to remain a little (or super) skeptical of really *any* shared hosting type of setup. Your paranoia level around your app + business requirements usually dictates (or should) how you are going to initially setup. You do get what y

Re: [nyphp-talk] PHP5 hosting?

2007-10-31 Thread Darryle steplight
I used www.1and1.com before but http://www.bluehost.com/ has better and quicker 24/7 customer service. With bluehost.com you will have to fax a photo ID over to them if you want SSH access. This isn't the case with 1and1.com . Also, with 1and1, you have to pay 3 months at a time. I don't believe bl

Re: [nyphp-talk] PHP5 hosting?

2007-10-31 Thread Donald Organ
> PHPWebhosting (unmetered) > http://www.phpwebhosting.com/host_details.html > I wouldnt trust a hosting company who's SSL Cert expired in January of 07 and they havent renewed it. ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mail

Re: [nyphp-talk] PHP5 hosting?

2007-10-31 Thread Jon Baer
Ive only used 2 hosting setups so far (personal wise) ... PHPWebhosting (unmetered) http://www.phpwebhosting.com/host_details.html Joyent http://www.joyent.com/connector/pricing/ - Jon On Oct 31, 2007, at 1:53 PM, Rob Marscher wrote: On Oct 31, 2007, at 10:00 AM, Ajai Khattri wrote: So Im lo

Re: [nyphp-talk] PHP5 hosting?

2007-10-31 Thread Rob Marscher
On Oct 31, 2007, at 10:00 AM, Ajai Khattri wrote: So Im looking for a package that allows at least 5 or more domains. (So maybe a reseller account would be good?) Check out 10for10.com - that's where my personal account is - "Host ten websites with 1GB disk space and 25GB data transfer for $

Re: [nyphp-talk] PHP5 hosting?

2007-10-31 Thread Brian O'Connor
I've been with www.hostdime.com for a few years now and they're a little pricey with their domain registrations, but their hosting is pretty cheap. I'm not entirely sure about the number of domains, but I believe I pay 6 dollars a month for my plan hosting. I also have a few accounts with dreamhos

Re: [nyphp-talk] PHP5 hosting?

2007-10-31 Thread Bill Kamm
1and1 is OK. I wasn't too happy with Dreamhost. I have been with Nomanix (http://www.nomanix.com/) for several years now, and am extremely satisfied with them. Any time I have a question, I get a quick reply from David, usually within an hour. I like dealing with the same person who knows m

Re: [nyphp-talk] PHP5 hosting?

2007-10-31 Thread Michael Hernandez
On Oct 31, 2007, at 10:16 AM, Brian D. wrote: I'm just now leaving Dreamhost. If you're going the shared server route, I highly advise against them. I've had nothing but bad experiences with random slowdowns and whatnot. I guess it depends on how important it is to you that your website is up.

Re: [nyphp-talk] PHP5 hosting?

2007-10-31 Thread Néstor
1and1.com $9.99/month and domain registration $5.99 :-) On 10/31/07, Brian D. <[EMAIL PROTECTED]> wrote: > > I'm just now leaving Dreamhost. If you're going the shared server > route, I highly advise against them. I've had nothing but bad > experiences with random slowdowns and whatnot. I guess i

Re: [nyphp-talk] PHP5 hosting?

2007-10-31 Thread Brian D.
I'm just now leaving Dreamhost. If you're going the shared server route, I highly advise against them. I've had nothing but bad experiences with random slowdowns and whatnot. I guess it depends on how important it is to you that your website is up. (I'm moving to a different company but since the

Re: [nyphp-talk] PHP5 hosting?

2007-10-31 Thread John Campbell
> How cheap? Well, anything under $30/month that allows several domains is > just fine. (A little over is OK if it has more features - there's some > wiggle room). > > I need PHP5, MySQL (4.x or 5,x). I need to run Joomla, symfony and some > static sites. Access via ssh would be nice but is not a d

Re: [nyphp-talk] PHP5 hosting?

2007-10-31 Thread Michael Hernandez
On Oct 31, 2007, at 10:00 AM, Ajai Khattri wrote: Just to clarify my earlier request (thanks for all the suggestions BTW, some look really really good). I have a client that I need to move off my server onto a third-party server (mainly because Im too busy to deal with it). So Im looking

Re: [nyphp-talk] PHP5 hosting?

2007-10-31 Thread Ajai Khattri
Just to clarify my earlier request (thanks for all the suggestions BTW, some look really really good). I have a client that I need to move off my server onto a third-party server (mainly because Im too busy to deal with it). So Im looking for a package that allows at least 5 or more domains.

Re: [nyphp-talk] PHP5 hosting?

2007-10-31 Thread Ken Black
I've recently heard 1and1.com was pretty good -ie your criteria, but I have never used it myself. Ajai Khattri <[EMAIL PROTECTED]> wrote: Probably asked many times: good places for PHP5+MySQL app hosting? (Good == reliable & not too expensive ;-) -- Aj. _