Re: [nyphp-talk] using PHP to import large-ish SQL into mysql

2009-10-21 Thread Daniel Horning
the command line one is much faster … mysql -uUSER -p DATABASETARGET < FILENAME (will prompt you for your password) -- Dan Horning American Digital Services - Where you are only limited by imagination. dan.horn...@planetnoc.com :: http://www.americandigitalservices.com 1-518-444

[nyphp-talk] wrong list...... RE: ADMIN - checking in on everything

2009-09-21 Thread Daniel Horning
appointment only) From: talk-boun...@lists.nyphp.org [mailto:talk-boun...@lists.nyphp.org] On Behalf Of Daniel Horning Sent: Monday, September 21, 2009 9:06 AM To: 'NYPHP Talk' Subject: [nyphp-talk] ADMIN - checking in on everything Hey everyone, I wanted to check in on everyone again a

Re: [nyphp-talk] ADMIN - checking in on everything

2009-09-21 Thread Daniel Horning
, PO Box 746, Troy, NY 12180 (by appointment only) From: talk-boun...@lists.nyphp.org [mailto:talk-boun...@lists.nyphp.org] On Behalf Of Daniel Horning Sent: Monday, September 21, 2009 9:06 AM To: 'NYPHP Talk' Subject: [nyphp-talk] ADMIN - checking in on everything Hey everyone, I

[nyphp-talk] ADMIN - checking in on everything

2009-09-21 Thread Daniel Horning
Hey everyone, I wanted to check in on everyone again and see how the list has been working for you. I know a few months ago some issues cropped up and I wanted to make sure they stay resolved. Please let us know if anything isn't working - and just a reminder - we always are happy to take a

Re: [nyphp-talk] Issues with server getting hacked

2009-09-12 Thread Daniel Horning
One thing I haven't seen is too much help with finding tools that make problems like this scarce if not non-existant... I've been using an application called Atomic Secured Linux - it just works and the team behind it makes updates to the rules constantly but it's not just mod-sec rules - it also

Re: [nyphp-talk] PHP Programmer's Revival Brew

2009-08-16 Thread Daniel Horning
> Jake McGraw wrote: > > I prefer two ice cold redbulls... but to each his own. > > Mountain Dew Throwback, back when I could get it :) > > justin Tea, Hot, with 6 packets of sugar minimum -- Dan Horning ___ New York PHP User Group Community Talk Ma

Re: [nyphp-talk] stopping comment spam with PHP

2009-06-02 Thread Daniel Horning
A quick aside to the nature of IntenseDebate They give you access in a database to all your comments - during the beta I had it setup to autobackup the comments once approved to my blog. -- Dan Horning American Digital Services - Where you are only limited by imagination. dan.horn...@planetnoc.

Re: [nyphp-talk] PHP, Joomla, SEO

2009-05-29 Thread Daniel Horning
I tend to see good reason for doing exactly this, It can allow your development lifecycle to be enhanced I personally have two system cores that I use for clients who aren’t using our proprietary tech, Joomla (with a few mods that I’m working on a document to describe which will be placed on m

Re: [nyphp-talk] databases with PHP

2009-05-07 Thread Daniel Horning
> -Original Message- > From: talk-boun...@lists.nyphp.org [mailto:talk- > boun...@lists.nyphp.org] On Behalf Of Dan Cech > > Anthony Wlodarski wrote: > > Here is an example of a convenience that is not yet built into > PostgreSQL > > (and if it is please correct me as I am using 8.1.1). >

Re: [nyphp-talk] .... speaking of Drupal

2009-03-27 Thread Daniel Horning
I say go for it - just one thing - there are quite a few active lists on Drupal.org ... and I can't say I've seen anything go unanswered. But it might be a good idea for us here - to be able to ask more detailed questions. (maybe put a link at the bottom to Drupal.org's page for IRC (where many man

Re: [nyphp-talk] Zend Server CE...?

2009-03-16 Thread Daniel Horning
But the real question is - for dev work - what are the advantages over using xampp (since you can run most every debugger in xampp as well)? -- Dan Horning American Digital Services - Where you are only limited by imagination. dan.horn...@planetnoc.com :: http://www.americandigitalservice

Re: [nyphp-talk] Can I set the response code if a PHP Fatal error occurs?

2009-02-17 Thread Daniel Horning
Wouldn't you just need to do this at the apache level? Something as simple as an "ErrorDocument 200 /path/to/other.notify.script" in htaccess or in apache conf should allow you to reach this goal -- Dan Horning American Digital Services - Where you are only limited by imagination. dan