<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-16371</id>
	<title>Nabble - NYPHP-Talk</title>
	<updated>2009-01-05T11:10:57Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/NYPHP-Talk-f16371.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/NYPHP-Talk-f16371.html" />
	<subtitle type="html">Often regarded as one of the top discussion and support lists in the AMP community, a wide range of topics are covered. From development with Apache to IIS and Access to Oracle, join for technical, community and political discussion.</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-21297255</id>
	<title>[ANNOUNCE] Second Andromeda hack-a-thon</title>
	<published>2009-01-05T11:10:57Z</published>
	<updated>2009-01-05T11:10:57Z</updated>
	<author>
		<name>Kenneth Downs</name>
	</author>
	<content type="html">We will be having our second hack-a-thon on Jan 17th here on Long Island.
&lt;br&gt;&lt;br&gt;The focus will be taking our &amp;quot;free&amp;quot; admin screens that work in Firefox 
&lt;br&gt;and tweaking them up to work in IE 6 and 7. &amp;nbsp;We will also start work on 
&lt;br&gt;a windows installer.
&lt;br&gt;&lt;br&gt;Location is in East Setauket, Long Island, though we welcome remote 
&lt;br&gt;participation as well (except you don't get any free food).
&lt;br&gt;&lt;br&gt;Anybody interested in participating should contact me off-list for more 
&lt;br&gt;information.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Kenneth Downs
&lt;br&gt;Secure Data Software, Inc.
&lt;br&gt;www.secdat.com &amp;nbsp; &amp;nbsp;www.andromeda-project.org
&lt;br&gt;631-689-7200 &amp;nbsp; Fax: 631-689-0527
&lt;br&gt;cell: 631-379-0010
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-ANNOUNCE--Second-Andromeda-hack-a-thon-tp21297255p21297255.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21264734</id>
	<title>Re: escapeshellcmd stupidity?</title>
	<published>2009-01-03T05:09:02Z</published>
	<updated>2009-01-03T05:09:02Z</updated>
	<author>
		<name>Allen Shaw-3</name>
	</author>
	<content type="html">Ajai Khattri wrote:
&lt;br&gt;&amp;gt; On Fri, 2 Jan 2009, Allen Shaw wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Basic auth seems enough to protect my todo list from abuse
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; Unless you're using HTTPS, that security is not sufficient since your 
&lt;br&gt;&amp;gt; password will be sent as clear text across an open network...
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;Agreed. I should have worded it more clearly: Basic auth over http seems 
&lt;br&gt;&amp;quot;secure enough&amp;quot; to protect my todo list from abuse, considering its 
&lt;br&gt;relative value to me. However, given the inherent limitations of basic 
&lt;br&gt;auth over a non-encrypted connection, the stakes get considerably higher 
&lt;br&gt;when we consider that I'm accepting shell script arguments over the web 
&lt;br&gt;-- poor security could easily lead to arbitrary code being passed to the 
&lt;br&gt;shell by anyone who cares enough to sniff out the basic auth credentials.
&lt;br&gt;&lt;br&gt;Basic auth will prevent the casual drifter from writing graffiti on my 
&lt;br&gt;todo list. To prevent real damage to the server itself, I'm relying on 
&lt;br&gt;the script to police the input. Bad idea?
&lt;br&gt;&lt;br&gt;- A.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Allen Shaw
&lt;br&gt;slidePresenter (&lt;a href=&quot;http://slides.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://slides.sourceforge.net&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/escapeshellcmd-stupidity--tp21254093p21264734.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21262481</id>
	<title>Re: escapeshellcmd stupidity?</title>
	<published>2009-01-02T22:15:58Z</published>
	<updated>2009-01-02T22:15:58Z</updated>
	<author>
		<name>Ajai Khattri</name>
	</author>
	<content type="html">On Fri, 2 Jan 2009, Allen Shaw wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I have a shell script that manages my todo list, and I'd like to access 
&lt;br&gt;&amp;gt; it through the Web as well, for convenience when I'm traveling. &amp;nbsp;ssh is 
&lt;br&gt;&amp;gt; not ideal here, since Web gives me access from any machine without 
&lt;br&gt;&amp;gt; downloading PuTTY, for example. &amp;nbsp;Basic auth seems enough to protect my 
&lt;br&gt;&amp;gt; todo list from abuse
&lt;br&gt;&lt;br&gt;Unless you're using HTTPS, that security is not sufficient since your 
&lt;br&gt;password will be sent as clear text across an open network...
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Aj.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/escapeshellcmd-stupidity--tp21254093p21262481.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21258973</id>
	<title>Re: escapeshellcmd stupidity?</title>
	<published>2009-01-02T13:51:02Z</published>
	<updated>2009-01-02T13:51:02Z</updated>
	<author>
		<name>Allen Shaw-3</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=ISO-8859-1&quot; http-equiv=&quot;Content-Type&quot;&gt;
  &lt;title&gt;&lt;/title&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
Daniel Convissor wrote:
&lt;blockquote cite=&quot;mid:20090102212620.GA17978@panix.com&quot; type=&quot;cite&quot;&gt;
  &lt;pre wrap=&quot;&quot;&gt;On Fri, Jan 02, 2009 at 02:37:43PM -0600, Allen Shaw wrote:
  &lt;/pre&gt;
  &lt;blockquote type=&quot;cite&quot;&gt;
    &lt;pre wrap=&quot;&quot;&gt;In my case, I'm passing multiple arguments, but I'm now regexing them  
apart into separate arguments, so escapeshellarg() does work.
    &lt;/pre&gt;
  &lt;/blockquote&gt;
  &lt;pre wrap=&quot;&quot;&gt;&lt;!----&gt;I would submit each argument as a separate POST or GET parameter.  Each 
argument would have a key (the name of the shell script flag) and a value 
(uh, the value).
  &lt;/pre&gt;
&lt;/blockquote&gt;
I probably won't do this.&amp;nbsp; I'm aiming for an interface that looks and
feels like a command line.&amp;nbsp; A single form field that looks and acts
like a command line is a lot more fun for the user than 4 separate
fields -- at least it is when I'm the user.&amp;nbsp; If acceptable input for
this shell script is `/path/to/script [options] action [task-number]
[task-description]` then I can hardcode the script path and prompt only
for the rest ([options] action [task-number] [task-description]), then
manipulate the input string to get the various relevant parts.&amp;nbsp; &lt;br&gt;
&lt;blockquote cite=&quot;mid:20090102212620.GA17978@panix.com&quot; type=&quot;cite&quot;&gt;
  &lt;blockquote type=&quot;cite&quot;&gt;
    &lt;pre wrap=&quot;&quot;&gt;forward compat with the wrapped shell script, I'm hoping to avoid  
checking for valid arguments and instead just escaping each argument and  
letting the shell script do its own checking.
    &lt;/pre&gt;
  &lt;/blockquote&gt;
  &lt;pre wrap=&quot;&quot;&gt;&lt;!----&gt;Oh, quit whining... do the right thing. ...
  &lt;/pre&gt;
&lt;/blockquote&gt;
Duly noted.&amp;nbsp; I suppose there aren't that many possible permutations to
screen for.&amp;nbsp; (darn it...)&lt;br&gt;
&lt;blockquote cite=&quot;mid:20090102212620.GA17978@panix.com&quot; type=&quot;cite&quot;&gt;
  &lt;pre wrap=&quot;&quot;&gt;If you want to be really slick, have your shell script provide output of 
usage or a list of allowed arguments in a format that will be easy for 
your PHP script to parse into an array.  Then have the PHP script call 
the shell script using &quot;/script --help&quot; (or similar) and parse the output 
into an array, then use that array to validate GET/POST.
  &lt;/pre&gt;
&lt;/blockquote&gt;
Very cool idea, actually.&amp;nbsp; Unfortunately it's a public script belonging
to someone else and used by a (mildly active) community, not my own
shell script.&amp;nbsp; Probably could parse the -h output into an array for
validation, but it seems easier to just hardcode the options and check
for those, then modify the php wrapper if/when the shell script
interface changes.&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
A.&lt;br&gt;
&lt;br&gt;
&lt;pre class=&quot;moz-signature&quot; cols=&quot;72&quot;&gt;-- 
Allen Shaw
slidePresenter (&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://slides.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://slides.sourceforge.net&lt;/a&gt;)
&lt;/pre&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/escapeshellcmd-stupidity--tp21254093p21258973.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21258732</id>
	<title>Re: escapeshellcmd stupidity?</title>
	<published>2009-01-02T13:26:21Z</published>
	<updated>2009-01-02T13:26:21Z</updated>
	<author>
		<name>Daniel Convissor-2</name>
	</author>
	<content type="html">On Fri, Jan 02, 2009 at 02:37:43PM -0600, Allen Shaw wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In my case, I'm passing multiple arguments, but I'm now regexing them &amp;nbsp;
&lt;br&gt;&amp;gt; apart into separate arguments, so escapeshellarg() does work.
&lt;br&gt;&lt;br&gt;I would submit each argument as a separate POST or GET parameter. &amp;nbsp;Each 
&lt;br&gt;argument would have a key (the name of the shell script flag) and a value 
&lt;br&gt;(uh, the value).
&lt;br&gt;&lt;br&gt;I'd put an array of allowed flags at the top of the script. &amp;nbsp;Upon 
&lt;br&gt;submission, I'd loop over the allowed flags and look in GET/POST to see 
&lt;br&gt;if the value is set and if it is pass it along into the argument list to 
&lt;br&gt;the shell command.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; forward compat with the wrapped shell script, I'm hoping to avoid &amp;nbsp;
&lt;br&gt;&amp;gt; checking for valid arguments and instead just escaping each argument and &amp;nbsp;
&lt;br&gt;&amp;gt; letting the shell script do its own checking.
&lt;br&gt;&lt;br&gt;Oh, quit whining. &amp;nbsp;Suck it up and do the right thing. &amp;nbsp;:)
&lt;br&gt;&lt;br&gt;If you want to be really slick, have your shell script provide output of 
&lt;br&gt;usage or a list of allowed arguments in a format that will be easy for 
&lt;br&gt;your PHP script to parse into an array. &amp;nbsp;Then have the PHP script call 
&lt;br&gt;the shell script using &amp;quot;/script --help&amp;quot; (or similar) and parse the output 
&lt;br&gt;into an array, then use that array to validate GET/POST.
&lt;br&gt;&lt;br&gt;--Dan
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;T H E &amp;nbsp; A N A L Y S I S &amp;nbsp; A N D &amp;nbsp; S O L U T I O N S &amp;nbsp; C O M P A N Y
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; data intensive web and database programming
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.AnalysisAndSolutions.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.AnalysisAndSolutions.com/&lt;/a&gt;&lt;br&gt;&amp;nbsp;4015 7th Ave #4, Brooklyn NY 11232 &amp;nbsp;v: 718-854-0335 f: 718-854-0409
&lt;br&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/escapeshellcmd-stupidity--tp21254093p21258732.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21257712</id>
	<title>Re: escapeshellcmd stupidity?</title>
	<published>2009-01-02T12:37:43Z</published>
	<updated>2009-01-02T12:37:43Z</updated>
	<author>
		<name>Allen Shaw-3</name>
	</author>
	<content type="html">Hi Chris,
&lt;br&gt;&lt;br&gt;Thanks for your helpful input. Some follow-up from me:
&lt;br&gt;&lt;br&gt;csnyder wrote:
&lt;br&gt;&amp;gt; &amp;nbsp;Allen Shaw wrote:
&lt;br&gt;&amp;gt; &amp;gt; Can anyone here comment on the wisdom of relying on
&lt;br&gt;&amp;gt; &amp;gt; escapeshellcmd() in a situation like this? ...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;First, escapeshellarg() is more specific, and therefore *possibly*
&lt;br&gt;&amp;gt; &amp;nbsp;safer. Rather than escaping the whole thing, just escape the user
&lt;br&gt;&amp;gt; &amp;nbsp;input.
&lt;br&gt;&lt;br&gt;In my case, I'm passing multiple arguments, but I'm now regexing them 
&lt;br&gt;apart into separate arguments, so escapeshellarg() does work. For 
&lt;br&gt;forward compat with the wrapped shell script, I'm hoping to avoid 
&lt;br&gt;checking for valid arguments and instead just escaping each argument and 
&lt;br&gt;letting the shell script do its own checking.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;Second, it would be MUCH safer to determine an acceptable range of
&lt;br&gt;&amp;gt; &amp;nbsp;possibilities for the user input... In your case you want to pass
&lt;br&gt;&amp;gt; &amp;nbsp;arbitrary strings, so validation becomes more difficult. You could
&lt;br&gt;&amp;gt; &amp;nbsp;still validate the input so that it only contains printable ascii and
&lt;br&gt;&amp;gt; &amp;nbsp;simple punctuation, no unprintable characters or newlines or any of
&lt;br&gt;&amp;gt; &amp;nbsp;that.
&lt;br&gt;Okay, good thought. For this I'll remove the first 32 non-printing ASCII 
&lt;br&gt;chars, and DEL:
&lt;br&gt;&amp;lt;?
&lt;br&gt;$user_input = preg_replace('/[\000-\037\127]/', '', $user_input);
&lt;br&gt;?&amp;gt;
&lt;br&gt;&lt;br&gt;If I'm thinking straight, the above will strip most obviously useless 
&lt;br&gt;chars but still allow lots of chars (e.g. i18n stuff) that I'll never be 
&lt;br&gt;able to whitelist.
&lt;br&gt;&lt;br&gt;Thanks again for your input.
&lt;br&gt;&lt;br&gt;- Allen
&lt;br&gt;-- 
&lt;br&gt;Allen Shaw, UPF Data Services
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21257712&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ashaw@...&lt;/a&gt; | 914.826.4622 | &lt;a href=&quot;http://www.upf.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.upf.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Allen Shaw
&lt;br&gt;slidePresenter (&lt;a href=&quot;http://slides.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://slides.sourceforge.net&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/escapeshellcmd-stupidity--tp21254093p21257712.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21255212</id>
	<title>Re: escapeshellcmd stupidity?</title>
	<published>2009-01-02T10:24:23Z</published>
	<updated>2009-01-02T10:24:23Z</updated>
	<author>
		<name>csnyder</name>
	</author>
	<content type="html">On Fri, Jan 2, 2009 at 12:05 PM, Allen Shaw &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21255212&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ashaw@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Can anyone here comment on the wisdom of relying on escapeshellcmd() in a
&lt;br&gt;&amp;gt; situation like this? &amp;nbsp;For example:
&lt;br&gt;&amp;gt; &amp;lt;?
&lt;br&gt;&amp;gt; &amp;nbsp; $script_path = '/path/to/shell/script';
&lt;br&gt;&amp;gt; &amp;nbsp; shell_exec(escapeshellcmd(&amp;quot;$script_path {$_POST['user_input']}&amp;quot;));
&lt;br&gt;&amp;gt; ?&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It looks right to me, and I've confirmed that it &amp;quot;works,&amp;quot; but I can't test
&lt;br&gt;&amp;gt; to confirm it's &amp;quot;safe.&amp;quot; &amp;nbsp;I'd appreciate it if someone more experienced could
&lt;br&gt;&amp;gt; tell me if this is just a Bad Idea.
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;First, escapeshellarg() is more specific, and therefore *possibly*
&lt;br&gt;safer. Rather than escaping the whole thing, just escape the user
&lt;br&gt;input.
&lt;br&gt;&lt;br&gt;Second, it would be MUCH safer to determine an acceptable range of
&lt;br&gt;possibilities for the user input, or a pattern (regex or otherwise)
&lt;br&gt;that it should match before being passed to the shell. In other words,
&lt;br&gt;validate the input first, and then filter it when you pass it to the
&lt;br&gt;shell.
&lt;br&gt;&lt;br&gt;In your case you want to pass arbitrary strings, so validation becomes
&lt;br&gt;more difficult. You could still validate the input so that it only
&lt;br&gt;contains printable ascii and simple punctuation, no unprintable
&lt;br&gt;characters or newlines or any of that.
&lt;br&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/escapeshellcmd-stupidity--tp21254093p21255212.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21254370</id>
	<title>Re: escapeshellcmd stupidity?</title>
	<published>2009-01-02T09:23:46Z</published>
	<updated>2009-01-02T09:23:46Z</updated>
	<author>
		<name>edward potter</name>
	</author>
	<content type="html">Plan B.
&lt;br&gt;THINGS an AMAZING GTD application that sync's up with your iPhone.
&lt;br&gt;They seem to have FINALLY got it right. &amp;nbsp;:-) &amp;nbsp;ed
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://culturedcode.com/things/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://culturedcode.com/things/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Fri, Jan 2, 2009 at 12:05 PM, Allen Shaw &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21254370&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ashaw@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have a shell script that manages my todo list, and I'd like to access it
&lt;br&gt;&amp;gt; through the Web as well, for convenience when I'm traveling. &amp;nbsp;ssh is not
&lt;br&gt;&amp;gt; ideal here, since Web gives me access from any machine without downloading
&lt;br&gt;&amp;gt; PuTTY, for example. &amp;nbsp;Basic auth seems enough to protect my todo list from
&lt;br&gt;&amp;gt; abuse, but the stakes get higher when we consider that I'm accepting shell
&lt;br&gt;&amp;gt; script arguments over the web -- poor security could easily lead to
&lt;br&gt;&amp;gt; arbitrary code being passed to the shell.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Can anyone here comment on the wisdom of relying on escapeshellcmd() in a
&lt;br&gt;&amp;gt; situation like this? &amp;nbsp;For example:
&lt;br&gt;&amp;gt; &amp;lt;?
&lt;br&gt;&amp;gt; &amp;nbsp; $script_path = '/path/to/shell/script';
&lt;br&gt;&amp;gt; &amp;nbsp; shell_exec(escapeshellcmd(&amp;quot;$script_path {$_POST['user_input']}&amp;quot;));
&lt;br&gt;&amp;gt; ?&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It looks right to me, and I've confirmed that it &amp;quot;works,&amp;quot; but I can't test
&lt;br&gt;&amp;gt; to confirm it's &amp;quot;safe.&amp;quot; &amp;nbsp;I'd appreciate it if someone more experienced could
&lt;br&gt;&amp;gt; tell me if this is just a Bad Idea.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Allen
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Allen Shaw
&lt;br&gt;&amp;gt; slidePresenter (&lt;a href=&quot;http://slides.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://slides.sourceforge.net&lt;/a&gt;)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; New York PHP User Group Community Talk Mailing List
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;IM/iChat: ejpusa
&lt;br&gt;Links: &lt;a href=&quot;http://del.icio.us/ejpusa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://del.icio.us/ejpusa&lt;/a&gt;&lt;br&gt;Blog: &lt;a href=&quot;http://www.preceptress.com/blog&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.preceptress.com/blog&lt;/a&gt;&lt;br&gt;Follow me: &lt;a href=&quot;http://www.twitter.com/ejpusa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.twitter.com/ejpusa&lt;/a&gt;&lt;br&gt;Karma: &lt;a href=&quot;http://www.coderswithconscience.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.coderswithconscience.com&lt;/a&gt;&lt;br&gt;Projects: &lt;a href=&quot;http://flickr.com/photos/86842405@N00/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://flickr.com/photos/86842405@N00/&lt;/a&gt;&lt;br&gt;Store: &lt;a href=&quot;http://astore.amazon.com/httpwwwutopic-20&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://astore.amazon.com/httpwwwutopic-20&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/escapeshellcmd-stupidity--tp21254093p21254370.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21254093</id>
	<title>escapeshellcmd stupidity?</title>
	<published>2009-01-02T09:05:39Z</published>
	<updated>2009-01-02T09:05:39Z</updated>
	<author>
		<name>Allen Shaw-3</name>
	</author>
	<content type="html">Hi All,
&lt;br&gt;&lt;br&gt;I have a shell script that manages my todo list, and I'd like to access 
&lt;br&gt;it through the Web as well, for convenience when I'm traveling. &amp;nbsp;ssh is 
&lt;br&gt;not ideal here, since Web gives me access from any machine without 
&lt;br&gt;downloading PuTTY, for example. &amp;nbsp;Basic auth seems enough to protect my 
&lt;br&gt;todo list from abuse, but the stakes get higher when we consider that 
&lt;br&gt;I'm accepting shell script arguments over the web -- poor security could 
&lt;br&gt;easily lead to arbitrary code being passed to the shell.
&lt;br&gt;&lt;br&gt;Can anyone here comment on the wisdom of relying on escapeshellcmd() in 
&lt;br&gt;a situation like this? &amp;nbsp;For example:
&lt;br&gt;&amp;lt;?
&lt;br&gt;&amp;nbsp; &amp;nbsp; $script_path = '/path/to/shell/script';
&lt;br&gt;&amp;nbsp; &amp;nbsp; shell_exec(escapeshellcmd(&amp;quot;$script_path {$_POST['user_input']}&amp;quot;));
&lt;br&gt;?&amp;gt;
&lt;br&gt;&lt;br&gt;It looks right to me, and I've confirmed that it &amp;quot;works,&amp;quot; but I can't 
&lt;br&gt;test to confirm it's &amp;quot;safe.&amp;quot; &amp;nbsp;I'd appreciate it if someone more 
&lt;br&gt;experienced could tell me if this is just a Bad Idea.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Allen
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Allen Shaw
&lt;br&gt;slidePresenter (&lt;a href=&quot;http://slides.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://slides.sourceforge.net&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/escapeshellcmd-stupidity--tp21254093p21254093.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21238222</id>
	<title>Re: Open Source Project Management Tools</title>
	<published>2008-12-31T16:34:22Z</published>
	<updated>2008-12-31T16:34:22Z</updated>
	<author>
		<name>John Coggeshall</name>
	</author>
	<content type="html">There is also a great Trac plugin Agilo for SCRUM development cycles
&lt;br&gt;we use to great success.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.agile42.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.agile42.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Wed, Dec 31, 2008 at 4:26 PM, David Krings &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21238222&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ramons@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Count me in for QA / tech writing (help / manual). I guess I am way better
&lt;br&gt;&amp;gt; at that than the programming.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; David
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21238222&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;y2rob@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;i'd be interested in contributing to that :)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ~rob
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt;&amp;gt; From: Matt Juszczak &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21238222&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matt@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; To: NYPHP Talk &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21238222&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;talk@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Sent: Mon, 15 Dec 2008 12:33 am
&lt;br&gt;&amp;gt;&amp;gt; Subject: Re: [nyphp-talk] Open Source Project Management Tools
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;I think Ive spent years looking for a good open source solution and Ive
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;never found anything close. (Maybe we should write one? :-)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;Agreed. I think there's a big market here for an open source project
&lt;br&gt;&amp;gt;&amp;gt; management solution. I'd gladly provide hosting/svn, etc. if people wanted
&lt;br&gt;&amp;gt;&amp;gt; to get together and start one.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;As far as commercial solutions go, right now we're using FogBugz but
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;Mingle looks pretty good too.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;Great! I'll look at them, thanks!
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________ New York PHP User Group
&lt;br&gt;&amp;gt;&amp;gt; Community Talk Mailing List &lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; Get a *free MP3* every day with the Spinner.com Toolbar. Get it Now
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://toolbar.aol.com/spinner/download.html?ncid=emlweusdown00000020&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://toolbar.aol.com/spinner/download.html?ncid=emlweusdown00000020&lt;/a&gt;&amp;gt;.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; New York PHP User Group Community Talk Mailing List
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; New York PHP User Group Community Talk Mailing List
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Open-Source-Project-Management-Tools-tp21007189p21238222.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21238190</id>
	<title>Re: Open Source Project Management Tools</title>
	<published>2008-12-31T16:26:33Z</published>
	<updated>2008-12-31T16:26:33Z</updated>
	<author>
		<name>David Krings</name>
	</author>
	<content type="html">Hi!
&lt;br&gt;&lt;br&gt;Count me in for QA / tech writing (help / manual). I guess I am way better at 
&lt;br&gt;that than the programming.
&lt;br&gt;&lt;br&gt;David
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21238190&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;y2rob@...&lt;/a&gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp; i'd be interested in contributing to that :)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ~rob
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: Matt Juszczak &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21238190&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matt@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; To: NYPHP Talk &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21238190&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;talk@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sent: Mon, 15 Dec 2008 12:33 am
&lt;br&gt;&amp;gt; Subject: Re: [nyphp-talk] Open Source Project Management Tools
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;I think Ive spent years looking for a good open source solution and Ive 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;never found anything close. (Maybe we should write one? :-) 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; Agreed. I think there's a big market here for an open source project 
&lt;br&gt;&amp;gt; management solution. I'd gladly provide hosting/svn, etc. if people 
&lt;br&gt;&amp;gt; wanted to get together and start one. 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;As far as commercial solutions go, right now we're using FogBugz but 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;Mingle looks pretty good too. 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; Great! I'll look at them, thanks! 
&lt;br&gt;&amp;gt; _______________________________________________ 
&lt;br&gt;&amp;gt; New York PHP User Group Community Talk Mailing List 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Get a *free MP3* every day with the Spinner.com Toolbar. Get it Now 
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://toolbar.aol.com/spinner/download.html?ncid=emlweusdown00000020&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://toolbar.aol.com/spinner/download.html?ncid=emlweusdown00000020&lt;/a&gt;&amp;gt;.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; New York PHP User Group Community Talk Mailing List
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;/div&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Open-Source-Project-Management-Tools-tp21007189p21238190.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21233586</id>
	<title>Re: Open Source Project Management Tools</title>
	<published>2008-12-31T08:19:19Z</published>
	<updated>2008-12-31T08:19:19Z</updated>
	<author>
		<name>y2rob</name>
	</author>
	<content type="html">
&lt;div&gt; &lt;font face=&quot;Arial, Helvetica, sans-serif&quot;&gt;i'd be interested in contributing to that :)&lt;br&gt;
&lt;br&gt;
~rob&lt;br&gt;
&lt;/font&gt;&lt;/div&gt;

&lt;div&gt; &lt;br&gt;
&lt;/div&gt;

&lt;div&gt; &lt;br&gt;
&lt;/div&gt;
-----Original Message-----&lt;br&gt;
From: Matt Juszczak &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21233586&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matt@...&lt;/a&gt;&amp;gt;&lt;br&gt;
To: NYPHP Talk &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21233586&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;talk@...&lt;/a&gt;&amp;gt;&lt;br&gt;
Sent: Mon, 15 Dec 2008 12:33 am&lt;br&gt;
Subject: Re: [nyphp-talk] Open Source Project Management Tools&lt;br&gt;
&lt;br&gt;






&lt;div id=&quot;AOLMsgPart_0_fc1ce53f-522f-46fc-9c0e-85229c836f56&quot; style=&quot;margin: 0px; font-family: Tahoma,Verdana,Arial,Sans-Serif; font-size: 12px; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);&quot;&gt;

&amp;gt; I think Ive spent years looking for a good open source solution and Ive&amp;nbsp;&lt;br&gt;

&amp;gt; never found anything close. (Maybe we should write one? :-)&amp;nbsp;&lt;br&gt;
&amp;nbsp;&lt;br&gt;

Agreed.  I think there's a big market here for an open source project 
management solution.  I'd gladly provide hosting/svn, etc. if people 
wanted to get together and start one.&amp;nbsp;&lt;br&gt;
&amp;nbsp;&lt;br&gt;

&amp;gt; As far as commercial solutions go, right now we're using FogBugz but&amp;nbsp;&lt;br&gt;

&amp;gt; Mingle looks pretty good too.&amp;nbsp;&lt;br&gt;
&amp;nbsp;&lt;br&gt;

Great!  I'll look at them, thanks!&amp;nbsp;&lt;br&gt;

_______________________________________________&amp;nbsp;&lt;br&gt;

New York PHP User Group Community Talk Mailing List&amp;nbsp;&lt;br&gt;

&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&amp;nbsp;&lt;br&gt;
&amp;nbsp;&lt;br&gt;

&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&amp;nbsp;&lt;br&gt;


&lt;/div&gt;
 &lt;!-- end of AOLMsgPart_0_fc1ce53f-522f-46fc-9c0e-85229c836f56 --&gt;

&lt;div id='MAILCIADA048-5c3f495b9b875' class='aol_ad_footer'&gt;&lt;BR /&gt;&lt;FONT style=&quot;color: black; font: normal 10pt ARIAL, SAN-SERIF;&quot;&gt;&lt;HR style=&quot;MARGIN-TOP: 10px&quot;&gt;&lt;/HR&gt;Get a &lt;b&gt;free MP3&lt;/b&gt; every day with the Spinner.com Toolbar. &lt;a href=&quot;http://toolbar.aol.com/spinner/download.html?ncid=emlweusdown00000020&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Get it Now&lt;/a&gt;. &lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Open-Source-Project-Management-Tools-tp21007189p21233586.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21204721</id>
	<title>Re: Server maintenance</title>
	<published>2008-12-29T07:33:59Z</published>
	<updated>2008-12-29T07:33:59Z</updated>
	<author>
		<name>yitzchas</name>
	</author>
	<content type="html">Yitzchak Schaffer wrote:
&lt;br&gt;&amp;gt; Greetings all:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;Whoops, wrong recipient - mea culpa, apologies!
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Yitzchak Schaffer
&lt;br&gt;Systems Librarian
&lt;br&gt;Touro College Libraries
&lt;br&gt;33 West 23rd Street
&lt;br&gt;New York, NY 10010
&lt;br&gt;Tel (212) 463-0400 x5230
&lt;br&gt;Fax (212) 627-3197
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21204721&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;yitzchas@...&lt;/a&gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Server-maintenance-tp21204695p21204721.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21204695</id>
	<title>Server maintenance</title>
	<published>2008-12-29T07:32:41Z</published>
	<updated>2008-12-29T07:32:41Z</updated>
	<author>
		<name>yitzchas</name>
	</author>
	<content type="html">Greetings all:
&lt;br&gt;&lt;br&gt;We are doing an upgrade of the server which hosts the survey and staff 
&lt;br&gt;wiki; there may be brief service interruptions over the next hour or so.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Yitzchak Schaffer
&lt;br&gt;Systems Librarian
&lt;br&gt;Touro College Libraries
&lt;br&gt;33 West 23rd Street
&lt;br&gt;New York, NY 10010
&lt;br&gt;Tel (212) 463-0400 x5230
&lt;br&gt;Fax (212) 627-3197
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21204695&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;yitzchas@...&lt;/a&gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Server-maintenance-tp21204695p21204695.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21163773</id>
	<title>Re: Captcha/Question</title>
	<published>2008-12-24T14:26:00Z</published>
	<updated>2008-12-24T14:26:00Z</updated>
	<author>
		<name>Michele Waldman</name>
	</author>
	<content type="html">The purpose of the captchas and security question is to prevent automated
&lt;br&gt;login attempts and automated password guessing.
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21163773&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;talk-bounces@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21163773&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;talk-bounces@...&lt;/a&gt;] On
&lt;br&gt;Behalf Of Tom Melendez
&lt;br&gt;Sent: Wednesday, December 24, 2008 5:19 PM
&lt;br&gt;To: NYPHP Talk
&lt;br&gt;Subject: Re: [nyphp-talk] Captcha/Question
&lt;br&gt;&lt;br&gt;On Wed, Dec 24, 2008 at 2:01 PM, Michele Waldman &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21163773&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mmwaldman@...&lt;/a&gt;&amp;gt;
&lt;br&gt;wrote:
&lt;br&gt;&amp;gt; I see zencart moved from using a captcha to a security question.
&lt;br&gt;&amp;gt;
&lt;br&gt;Do you know why? (I'm asking, I don't know why either) &amp;nbsp;Do they let
&lt;br&gt;you enable one instead of the other?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; They only have a finite number of questions like &amp;quot;What is the color of a
&lt;br&gt;&amp;gt; blue sky?&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;Is it possible to add your own?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Can't that be easily gotten around?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You can just read the security question from the page and program the
&lt;br&gt;&amp;gt; response for that question.
&lt;br&gt;&amp;gt;
&lt;br&gt;Well, the answer is per user, so you would have to know their answer
&lt;br&gt;to begin with, right?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thoughts on captchas and security questions?
&lt;br&gt;&amp;gt;
&lt;br&gt;Well, either or both combined shouldn't define your security policy.
&lt;br&gt;For example, if you're running on a shared host, or non-SSL your
&lt;br&gt;&amp;quot;security&amp;quot; is very limited. &amp;nbsp;What are you trying to protect against?
&lt;br&gt;What is your concern?
&lt;br&gt;&lt;br&gt;With that said, I tend to like the multi-step process that involves both.
&lt;br&gt;&lt;br&gt;Tom
&lt;br&gt;&lt;a href=&quot;http://www.liphp.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.liphp.org&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Captcha-Question-tp21163637p21163773.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21163731</id>
	<title>Re: Captcha/Question</title>
	<published>2008-12-24T14:19:12Z</published>
	<updated>2008-12-24T14:19:12Z</updated>
	<author>
		<name>Tom Melendez-2</name>
	</author>
	<content type="html">On Wed, Dec 24, 2008 at 2:01 PM, Michele Waldman &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21163731&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mmwaldman@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; I see zencart moved from using a captcha to a security question.
&lt;br&gt;&amp;gt;
&lt;br&gt;Do you know why? (I'm asking, I don't know why either) &amp;nbsp;Do they let
&lt;br&gt;you enable one instead of the other?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; They only have a finite number of questions like &amp;quot;What is the color of a
&lt;br&gt;&amp;gt; blue sky?&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;Is it possible to add your own?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Can't that be easily gotten around?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You can just read the security question from the page and program the
&lt;br&gt;&amp;gt; response for that question.
&lt;br&gt;&amp;gt;
&lt;br&gt;Well, the answer is per user, so you would have to know their answer
&lt;br&gt;to begin with, right?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thoughts on captchas and security questions?
&lt;br&gt;&amp;gt;
&lt;br&gt;Well, either or both combined shouldn't define your security policy.
&lt;br&gt;For example, if you're running on a shared host, or non-SSL your
&lt;br&gt;&amp;quot;security&amp;quot; is very limited. &amp;nbsp;What are you trying to protect against?
&lt;br&gt;What is your concern?
&lt;br&gt;&lt;br&gt;With that said, I tend to like the multi-step process that involves both.
&lt;br&gt;&lt;br&gt;Tom
&lt;br&gt;&lt;a href=&quot;http://www.liphp.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.liphp.org&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Captcha-Question-tp21163637p21163731.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21163637</id>
	<title>Captcha/Question</title>
	<published>2008-12-24T14:01:39Z</published>
	<updated>2008-12-24T14:01:39Z</updated>
	<author>
		<name>Michele Waldman</name>
	</author>
	<content type="html">&lt;html xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;


&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;I see zencart moved from using a captcha to a security question.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;They only have a finite number of questions like &amp;#8220;What
is the color of a blue sky?&amp;#8221;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Can&amp;#8217;t that be easily gotten around?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;You can just read the security question from the page and program
the response for that question.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Thoughts on captchas and security questions?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Michele&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Captcha-Question-tp21163637p21163637.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21111954</id>
	<title>Re: [Slightly OT] Profiling Site Response Time</title>
	<published>2008-12-20T20:09:11Z</published>
	<updated>2008-12-20T20:09:11Z</updated>
	<author>
		<name>Daniel Convissor-2</name>
	</author>
	<content type="html">Hi Nasir:
&lt;br&gt;&lt;br&gt;&amp;gt; YSlow is my first choice for any task like this. But
&lt;br&gt;&amp;gt; the site not working in FF
&lt;br&gt;&lt;br&gt;That could be the reason the site is slow. &amp;nbsp;It may be downloading fine 
&lt;br&gt;but the browsers are choking on the rendering phase on the first page 
&lt;br&gt;load because your HTML or style sheets are totally broken.
&lt;br&gt;&lt;br&gt;--Dan
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;T H E &amp;nbsp; A N A L Y S I S &amp;nbsp; A N D &amp;nbsp; S O L U T I O N S &amp;nbsp; C O M P A N Y
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; data intensive web and database programming
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.AnalysisAndSolutions.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.AnalysisAndSolutions.com/&lt;/a&gt;&lt;br&gt;&amp;nbsp;4015 7th Ave #4, Brooklyn NY 11232 &amp;nbsp;v: 718-854-0335 f: 718-854-0409
&lt;br&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Slightly-OT--Profiling-Site-Response-Time-tp21044840p21111954.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21086306</id>
	<title>Re: Help using a variable</title>
	<published>2008-12-18T22:05:46Z</published>
	<updated>2008-12-18T22:05:46Z</updated>
	<author>
		<name>rotsen</name>
	</author>
	<content type="html">I sat down and re wrote all of the code and things are working.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thnaks,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Nestor :-)&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Wed, Dec 17, 2008 at 7:38 PM, Néstor &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21086306&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rotsen@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;Register Globals are OFF&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;:-)&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;Wj3C7c&quot;&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Wed, Dec 17, 2008 at 7:24 PM, Anirudhsinh Zala &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21086306&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;arzala@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;

&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;On Thursday 18 December 2008 05:49:15 Néstor wrote:&lt;br&gt;
&amp;gt; I am passing a variable and value using the query method to myreport.php.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I can see using phpinfo() the query string and the var and the value:&lt;br&gt;
&amp;gt; _GET[&amp;quot;drange&amp;quot;]AND (proj_adv_date &amp;gt;=&lt;br&gt;
&amp;gt; DATE_FORMAT(\&amp;#39;2008-12-17\&amp;#39;,\&amp;#39;%Y-%m-%d\&amp;#39;) AND proj_adv_date &amp;lt;=&lt;br&gt;
&amp;gt; DATE_FORMAT(\&amp;#39;2009-12-17\&amp;#39;, \&amp;#39;%Y-%m-%d\&amp;#39;))&lt;br&gt;
&amp;gt; _SERVER[&amp;quot;QUERY_STRING&amp;quot;]show=1&amp;amp;proj_owner=Engineering&amp;amp;drange=AND+%28proj_adv&lt;br&gt;
&amp;gt;_date+%3E%3D+DATE_FORMAT%28%272008-12-17%27%2C%27%25Y-%25m-%25d%27%29+AND+pr&lt;br&gt;
&amp;gt;oj_adv_date+%3C%3D+DATE_FORMAT%28%272009-12-17%27%2C+%27%25Y-%25m-%25d%27%29&lt;br&gt;
&amp;gt;%29&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; _SERVER[&amp;quot;REQUEST_URI&amp;quot;]/opps/eco_reports/rep/uco_report.php?show=1&amp;amp;proj_owne&lt;br&gt;
&amp;gt;r=Engineering&amp;amp;drange=AND+%28proj_adv_date+%3E%3D+DATE_FORMAT%28%272008-12-17&lt;br&gt;
&amp;gt;%27%2C%27%25Y-%25m-%25d%27%29+AND+proj_adv_date+%3C%3D+DATE_FORMAT%28%272009&lt;br&gt;
&amp;gt;-12-17%27%2C+%27%25Y-%25m-%25d%27%29%29&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; but when I put the following code in the program dies:&lt;br&gt;
&amp;gt; &amp;nbsp;$drange &amp;nbsp;= $_GET[&amp;#39;drange&amp;#39;];&lt;br&gt;
&lt;br&gt;
Difficult to analyse but Is directive &amp;quot;register_globals&amp;quot; set to &amp;quot;On&amp;quot; either in&lt;br&gt;
php.ini or in your script?&lt;br&gt;
&lt;br&gt;
Btw, passing SQL chunk (i.e implementation logic) via query string is not good&lt;br&gt;
method. Instead you should pass just necessary values of dates etc.&lt;br&gt;
&lt;br&gt;
Thanks&lt;br&gt;
&lt;br&gt;
Anirudh Zala&lt;br&gt;
&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I jjust discovered that if I change the variable to $xdrange the program&lt;br&gt;
&amp;gt; does nto stop&lt;br&gt;
&amp;gt; &amp;nbsp;$xdrange &amp;nbsp;= $_GET[&amp;#39;drange&amp;#39;];&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; What????&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I need the variable to be $drange because it is a date range that I use to&lt;br&gt;
&amp;gt; create the query and this program calls itself.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; What could be causing the problem? &amp;nbsp;What should I do to use this variable&lt;br&gt;
&amp;gt; $drange?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Thanks,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Nestor :-)&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
_______________________________________________&lt;br&gt;
New York PHP User Group Community Talk Mailing List&lt;br&gt;
&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Help-using-a-variable-tp21064577p21086306.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21078817</id>
	<title>Re: Open Source Project Management Tools</title>
	<published>2008-12-18T10:54:25Z</published>
	<updated>2008-12-18T10:54:25Z</updated>
	<author>
		<name>Keith Casey</name>
	</author>
	<content type="html">On Thu, Dec 18, 2008 at 1:32 PM, elizabeth &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21078817&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;elizabeth@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; web2project is not new. &amp;nbsp;It is really dotProject with a new skin but it does
&lt;br&gt;&amp;gt; not include the Helpdesk module.
&lt;br&gt;&lt;br&gt;Former dotProject and current web2project contributor here...
&lt;br&gt;&lt;br&gt;First off, Helpdesk hasn't ever been a core module and iirc, it's
&lt;br&gt;deprecated... I don't think it's a purposeful decision, just the fact
&lt;br&gt;that it's rarely updated.
&lt;br&gt;&lt;br&gt;More importantly,, web2project is not just &amp;quot;dotproejct with a new skin&amp;quot;:
&lt;br&gt;&lt;br&gt;* &amp;nbsp;We're steadily working towards XHTML 1.0 compliance. &amp;nbsp;Since I was
&lt;br&gt;one of the guys to do this on the (since deprecated) dotProject Head
&lt;br&gt;development, I'm taking care of these things as we can.
&lt;br&gt;&lt;br&gt;* &amp;nbsp;The underlying permissions system has a caching layer built in.
&lt;br&gt;&amp;gt;From our tests - both in dev and in production with 400+ products -
&lt;br&gt;we've seen response times improve by over 50% and a 90% reduction in
&lt;br&gt;the number of queries performed. &amp;nbsp;I am hosting 5-6 production
&lt;br&gt;customers on it right now.
&lt;br&gt;&lt;br&gt;* &amp;nbsp;The security fixes are numerous, but the biggest one -
&lt;br&gt;&lt;a href=&quot;http://caseysoftware.com/blog/vulnerability-disclosure-dotproject&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://caseysoftware.com/blog/vulnerability-disclosure-dotproject&lt;/a&gt;&amp;nbsp;-
&lt;br&gt;limits users from performing arbitrary actions.
&lt;br&gt;&lt;br&gt;* &amp;nbsp;We've reworked portions of the database - for example, making
&lt;br&gt;enumerated types separate fields as opposed to /n delimited strings -
&lt;br&gt;to make the system easier to interact with programatically. &amp;nbsp;The
&lt;br&gt;Vision for this is to eventually have a RESTful API included in core.
&lt;br&gt;I gave a *brief* overview of it at the DCPHP Conference a while back.
&lt;br&gt;&lt;br&gt;* &amp;nbsp;A great deal of the cruft in the system has been removed. &amp;nbsp;By
&lt;br&gt;simply deleting code that was executing *but not doing anything*,
&lt;br&gt;we've improved response times of certain screens by 50%... independent
&lt;br&gt;of the permissions caching noted above.
&lt;br&gt;&lt;br&gt;* &amp;nbsp;In terms of general code cleanliness, we're in progress in actually
&lt;br&gt;using the CakePHP coding standard to make sure things are all
&lt;br&gt;readable. &amp;nbsp;I've also been working to remove all the extraneous bits of
&lt;br&gt;PHP from the HTML. &amp;nbsp;We're no where near complete on either of these
&lt;br&gt;pieces, but making things steadily better.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Next month I'll be giving a demo and overview of web2project... all
&lt;br&gt;are welcome to attend the Northern Virginia Linux Users' Group (03
&lt;br&gt;Jan), the DC PHP Users' Group (14 Jan), or the soon-to-be-announced
&lt;br&gt;php|architect Webinar Series (mine is 23 Jan).
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;keith
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;D. Keith Casey Jr.
&lt;br&gt;CEO, CaseySoftware, LLC
&lt;br&gt;&lt;a href=&quot;http://CaseySoftware.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://CaseySoftware.com&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Open-Source-Project-Management-Tools-tp21007189p21078817.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21078423</id>
	<title>Re: Open Source Project Management Tools</title>
	<published>2008-12-18T10:32:01Z</published>
	<updated>2008-12-18T10:32:01Z</updated>
	<author>
		<name>elizabeth-14</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=UTF-8&quot; http-equiv=&quot;Content-Type&quot;&gt;
  &lt;title&gt;&lt;/title&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#333300&quot;&gt;
Hi, &lt;br&gt;
&lt;br&gt;
web2project is not new.  It is really &lt;i&gt;dotProject&lt;/i&gt; with a new
skin but it does not include the Helpdesk module.&lt;br&gt;
&lt;br&gt;
elizabeth&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Paul McGrane wrote:
&lt;blockquote cite=&quot;mid:01eb01c95ebe$7dea8b10$0301a8c0@ltdcmain&quot; type=&quot;cite&quot;&gt;
  &lt;pre wrap=&quot;&quot;&gt;You should check out web2project.net  This is a new open source project
management tool that sounds like it answers most of your issues...you can
demo it at demo.web2project.net

Paul 

-----Original Message-----
From: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21078423&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;talk-bounces@...&lt;/a&gt; [&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21078423&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;talk-bounces@...&lt;/a&gt;] On
Behalf Of Matt Juszczak
Sent: Monday, December 15, 2008 12:34 AM
To: NYPHP Talk
Subject: Re: [nyphp-talk] Open Source Project Management Tools

  &lt;/pre&gt;
  &lt;blockquote type=&quot;cite&quot;&gt;
    &lt;pre wrap=&quot;&quot;&gt;I think Ive spent years looking for a good open source solution and 
Ive never found anything close. (Maybe we should write one? :-)
    &lt;/pre&gt;
  &lt;/blockquote&gt;
  &lt;pre wrap=&quot;&quot;&gt;&lt;!----&gt;
Agreed.  I think there's a big market here for an open source project
management solution.  I'd gladly provide hosting/svn, etc. if people wanted
to get together and start one.

  &lt;/pre&gt;
  &lt;blockquote type=&quot;cite&quot;&gt;
    &lt;pre wrap=&quot;&quot;&gt;As far as commercial solutions go, right now we're using FogBugz but 
Mingle looks pretty good too.
    &lt;/pre&gt;
  &lt;/blockquote&gt;
  &lt;pre wrap=&quot;&quot;&gt;&lt;!----&gt;
Great!  I'll look at them, thanks!
_______________________________________________
New York PHP User Group Community Talk Mailing List
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;

&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;

_______________________________________________
New York PHP User Group Community Talk Mailing List
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;

&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;
  &lt;/pre&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Open-Source-Project-Management-Tools-tp21007189p21078423.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21066456</id>
	<title>Re: Help using a variable</title>
	<published>2008-12-17T19:38:19Z</published>
	<updated>2008-12-17T19:38:19Z</updated>
	<author>
		<name>rotsen</name>
	</author>
	<content type="html">Register Globals are OFF&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;:-)&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Wed, Dec 17, 2008 at 7:24 PM, Anirudhsinh Zala &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21066456&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;arzala@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;On Thursday 18 December 2008 05:49:15 Néstor wrote:&lt;br&gt;
&amp;gt; I am passing a variable and value using the query method to myreport.php.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I can see using phpinfo() the query string and the var and the value:&lt;br&gt;
&amp;gt; _GET[&amp;quot;drange&amp;quot;]AND (proj_adv_date &amp;gt;=&lt;br&gt;
&amp;gt; DATE_FORMAT(\&amp;#39;2008-12-17\&amp;#39;,\&amp;#39;%Y-%m-%d\&amp;#39;) AND proj_adv_date &amp;lt;=&lt;br&gt;
&amp;gt; DATE_FORMAT(\&amp;#39;2009-12-17\&amp;#39;, \&amp;#39;%Y-%m-%d\&amp;#39;))&lt;br&gt;
&amp;gt; _SERVER[&amp;quot;QUERY_STRING&amp;quot;]show=1&amp;amp;proj_owner=Engineering&amp;amp;drange=AND+%28proj_adv&lt;br&gt;
&amp;gt;_date+%3E%3D+DATE_FORMAT%28%272008-12-17%27%2C%27%25Y-%25m-%25d%27%29+AND+pr&lt;br&gt;
&amp;gt;oj_adv_date+%3C%3D+DATE_FORMAT%28%272009-12-17%27%2C+%27%25Y-%25m-%25d%27%29&lt;br&gt;
&amp;gt;%29&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; _SERVER[&amp;quot;REQUEST_URI&amp;quot;]/opps/eco_reports/rep/uco_report.php?show=1&amp;amp;proj_owne&lt;br&gt;
&amp;gt;r=Engineering&amp;amp;drange=AND+%28proj_adv_date+%3E%3D+DATE_FORMAT%28%272008-12-17&lt;br&gt;
&amp;gt;%27%2C%27%25Y-%25m-%25d%27%29+AND+proj_adv_date+%3C%3D+DATE_FORMAT%28%272009&lt;br&gt;
&amp;gt;-12-17%27%2C+%27%25Y-%25m-%25d%27%29%29&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; but when I put the following code in the program dies:&lt;br&gt;
&amp;gt; &amp;nbsp;$drange &amp;nbsp;= $_GET[&amp;#39;drange&amp;#39;];&lt;br&gt;
&lt;br&gt;
Difficult to analyse but Is directive &amp;quot;register_globals&amp;quot; set to &amp;quot;On&amp;quot; either in&lt;br&gt;
php.ini or in your script?&lt;br&gt;
&lt;br&gt;
Btw, passing SQL chunk (i.e implementation logic) via query string is not good&lt;br&gt;
method. Instead you should pass just necessary values of dates etc.&lt;br&gt;
&lt;br&gt;
Thanks&lt;br&gt;
&lt;br&gt;
Anirudh Zala&lt;br&gt;
&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I jjust discovered that if I change the variable to $xdrange the program&lt;br&gt;
&amp;gt; does nto stop&lt;br&gt;
&amp;gt; &amp;nbsp;$xdrange &amp;nbsp;= $_GET[&amp;#39;drange&amp;#39;];&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; What????&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I need the variable to be $drange because it is a date range that I use to&lt;br&gt;
&amp;gt; create the query and this program calls itself.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; What could be causing the problem? &amp;nbsp;What should I do to use this variable&lt;br&gt;
&amp;gt; $drange?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Thanks,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Nestor :-)&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
_______________________________________________&lt;br&gt;
New York PHP User Group Community Talk Mailing List&lt;br&gt;
&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Help-using-a-variable-tp21064577p21066456.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21066352</id>
	<title>Re: Help using a variable</title>
	<published>2008-12-17T19:24:42Z</published>
	<updated>2008-12-17T19:24:42Z</updated>
	<author>
		<name>Anirudhsinh Zala</name>
	</author>
	<content type="html">On Thursday 18 December 2008 05:49:15 Néstor wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I am passing a variable and value using the query method to myreport.php.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I can see using phpinfo() the query string and the var and the value:
&lt;br&gt;&amp;gt; _GET[&amp;quot;drange&amp;quot;]AND (proj_adv_date &amp;gt;=
&lt;br&gt;&amp;gt; DATE_FORMAT(\'2008-12-17\',\'%Y-%m-%d\') AND proj_adv_date &amp;lt;=
&lt;br&gt;&amp;gt; DATE_FORMAT(\'2009-12-17\', \'%Y-%m-%d\'))
&lt;br&gt;&amp;gt; _SERVER[&amp;quot;QUERY_STRING&amp;quot;]show=1&amp;proj_owner=Engineering&amp;drange=AND+%28proj_adv
&lt;br&gt;&amp;gt;_date+%3E%3D+DATE_FORMAT%28%272008-12-17%27%2C%27%25Y-%25m-%25d%27%29+AND+pr
&lt;br&gt;&amp;gt;oj_adv_date+%3C%3D+DATE_FORMAT%28%272009-12-17%27%2C+%27%25Y-%25m-%25d%27%29
&lt;br&gt;&amp;gt;%29
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _SERVER[&amp;quot;REQUEST_URI&amp;quot;]/opps/eco_reports/rep/uco_report.php?show=1&amp;proj_owne
&lt;br&gt;&amp;gt;r=Engineering&amp;drange=AND+%28proj_adv_date+%3E%3D+DATE_FORMAT%28%272008-12-17
&lt;br&gt;&amp;gt;%27%2C%27%25Y-%25m-%25d%27%29+AND+proj_adv_date+%3C%3D+DATE_FORMAT%28%272009
&lt;br&gt;&amp;gt;-12-17%27%2C+%27%25Y-%25m-%25d%27%29%29
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; but when I put the following code in the program dies:
&lt;br&gt;&amp;gt; &amp;nbsp;$drange &amp;nbsp;= $_GET['drange'];
&lt;/div&gt;&lt;br&gt;Difficult to analyse but Is directive &amp;quot;register_globals&amp;quot; set to &amp;quot;On&amp;quot; either in 
&lt;br&gt;php.ini or in your script?
&lt;br&gt;&lt;br&gt;Btw, passing SQL chunk (i.e implementation logic) via query string is not good 
&lt;br&gt;method. Instead you should pass just necessary values of dates etc.
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;Anirudh Zala
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I jjust discovered that if I change the variable to $xdrange the program
&lt;br&gt;&amp;gt; does nto stop
&lt;br&gt;&amp;gt; &amp;nbsp;$xdrange &amp;nbsp;= $_GET['drange'];
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; What????
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I need the variable to be $drange because it is a date range that I use to
&lt;br&gt;&amp;gt; create the query and this program calls itself.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; What could be causing the problem? &amp;nbsp;What should I do to use this variable
&lt;br&gt;&amp;gt; $drange?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Nestor :-)
&lt;/div&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Help-using-a-variable-tp21064577p21066352.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21065058</id>
	<title>Re: Help using a variable</title>
	<published>2008-12-17T16:53:53Z</published>
	<updated>2008-12-17T16:53:53Z</updated>
	<author>
		<name>Brian D.</name>
	</author>
	<content type="html">When you say it &amp;quot;dies&amp;quot;, you should get some sort of an error status
&lt;br&gt;message. Make sure you're displaying error messages (E_ALL, maybe),
&lt;br&gt;and you should get something more useful.
&lt;br&gt;&lt;br&gt;-b.
&lt;br&gt;&lt;br&gt;realm3 web applications [realm3.com]
&lt;br&gt;Information architecture, application development.
&lt;br&gt;phone: (917) 512-3594
&lt;br&gt;fax: (440) 744-3559
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Wed, Dec 17, 2008 at 7:19 PM, Néstor &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21065058&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rotsen@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I am passing a variable and value using the query method to myreport.php.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I can see using phpinfo() the query string and the var and the value:
&lt;br&gt;&amp;gt; _GET[&amp;quot;drange&amp;quot;]AND (proj_adv_date &amp;gt;= DATE_FORMAT(\'2008-12-17\',\'%Y-%m-%d\')
&lt;br&gt;&amp;gt; AND proj_adv_date &amp;lt;= DATE_FORMAT(\'2009-12-17\', \'%Y-%m-%d\'))
&lt;br&gt;&amp;gt; _SERVER[&amp;quot;QUERY_STRING&amp;quot;]show=1&amp;proj_owner=Engineering&amp;drange=AND+%28proj_adv_date+%3E%3D+DATE_FORMAT%28%272008-12-17%27%2C%27%25Y-%25m-%25d%27%29+AND+proj_adv_date+%3C%3D+DATE_FORMAT%28%272009-12-17%27%2C+%27%25Y-%25m-%25d%27%29%29
&lt;br&gt;&amp;gt; _SERVER[&amp;quot;REQUEST_URI&amp;quot;]/opps/eco_reports/rep/uco_report.php?show=1&amp;proj_owner=Engineering&amp;drange=AND+%28proj_adv_date+%3E%3D+DATE_FORMAT%28%272008-12-17%27%2C%27%25Y-%25m-%25d%27%29+AND+proj_adv_date+%3C%3D+DATE_FORMAT%28%272009-12-17%27%2C+%27%25Y-%25m-%25d%27%29%29
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; but when I put the following code in the program dies:
&lt;br&gt;&amp;gt; &amp;nbsp;$drange &amp;nbsp;= $_GET['drange'];
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I jjust discovered that if I change the variable to $xdrange the program
&lt;br&gt;&amp;gt; does nto stop
&lt;br&gt;&amp;gt; &amp;nbsp;$xdrange &amp;nbsp;= $_GET['drange'];
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; What????
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I need the variable to be $drange because it is a date range that I use to
&lt;br&gt;&amp;gt; create the query and this program calls itself.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; What could be causing the problem? &amp;nbsp;What should I do to use this variable
&lt;br&gt;&amp;gt; $drange?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Nestor :-)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; New York PHP User Group Community Talk Mailing List
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Help-using-a-variable-tp21064577p21065058.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21064577</id>
	<title>Help using a variable</title>
	<published>2008-12-17T16:19:15Z</published>
	<updated>2008-12-17T16:19:15Z</updated>
	<author>
		<name>rotsen</name>
	</author>
	<content type="html">I am passing a variable and value using the query method to myreport.php.&lt;br&gt;&lt;br&gt;I can see using phpinfo() the query string and the var and the value:&lt;br&gt;_GET[&amp;quot;drange&amp;quot;]AND (proj_adv_date &amp;gt;=
DATE_FORMAT(\&amp;#39;2008-12-17\&amp;#39;,\&amp;#39;%Y-%m-%d\&amp;#39;) AND proj_adv_date &amp;lt;=
DATE_FORMAT(\&amp;#39;2009-12-17\&amp;#39;, \&amp;#39;%Y-%m-%d\&amp;#39;))&lt;br&gt;_SERVER[&amp;quot;QUERY_STRING&amp;quot;]show=1&amp;amp;proj_owner=Engineering&amp;amp;drange=AND+%28proj_adv_date+%3E%3D+DATE_FORMAT%28%272008-12-17%27%2C%27%25Y-%25m-%25d%27%29+AND+proj_adv_date+%3C%3D+DATE_FORMAT%28%272009-12-17%27%2C+%27%25Y-%25m-%25d%27%29%29 &lt;br&gt;
_SERVER[&amp;quot;REQUEST_URI&amp;quot;]/opps/eco_reports/rep/uco_report.php?show=1&amp;amp;proj_owner=Engineering&amp;amp;drange=AND+%28proj_adv_date+%3E%3D+DATE_FORMAT%28%272008-12-17%27%2C%27%25Y-%25m-%25d%27%29+AND+proj_adv_date+%3C%3D+DATE_FORMAT%28%272009-12-17%27%2C+%27%25Y-%25m-%25d%27%29%29&lt;br&gt;
&lt;br&gt;&lt;br&gt;but when I put the following code in the program dies:&lt;br&gt;&amp;nbsp;$drange&amp;nbsp; = $_GET[&amp;#39;drange&amp;#39;];&lt;br&gt;&lt;br&gt;I jjust discovered that if I change the variable to $xdrange the program does nto stop&lt;br&gt;&amp;nbsp;$xdrange&amp;nbsp; = $_GET[&amp;#39;drange&amp;#39;];&lt;br&gt;
&lt;br&gt;What????&lt;br&gt;&lt;br&gt;I need the variable to be $drange because it is a date range that I use to create the query and this program calls itself.&lt;br&gt;&lt;br&gt;What could be causing the problem?&amp;nbsp; What should I do to use this variable $drange?&lt;br&gt;
&lt;br&gt;Thanks,&lt;br&gt;&lt;br&gt;Nestor :-)&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Help-using-a-variable-tp21064577p21064577.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21046276</id>
	<title>Re: [Slightly OT] Profiling Site Response Time</title>
	<published>2008-12-16T18:59:39Z</published>
	<updated>2008-12-16T18:59:39Z</updated>
	<author>
		<name>Nasir Zubair</name>
	</author>
	<content type="html">as far as I can tell, requests are being made, but the it seems to encounter an XML error in the first few lines of the data that is sent back. &lt;br&gt;&lt;br&gt;Wasn&amp;#39;t sure if I would get any useful data out of YSlow with that. Will try it first thing tomorrow.&lt;br&gt;
&lt;br clear=&quot;all&quot;&gt;- Nasir &lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Dec 16, 2008 at 9:54 PM, Tom Melendez &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21046276&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tom@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;div class=&quot;Ih2E3d&quot;&gt;On Tue, Dec 16, 2008 at 6:07 PM, Nasir Zubair &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21046276&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nasir81@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt; Yeah, that&amp;#39;s a bummer. YSlow is my first choice for any task like this. But&lt;br&gt;
&amp;gt; the site not working in FF is one of the reason I&amp;#39;m looking for another&lt;br&gt;
&amp;gt; solution.&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;What do you mean by &amp;quot;not working in FF&amp;quot;? &amp;nbsp;Things just don&amp;#39;t look right&lt;br&gt;
or functionality is actually degraded, or more importantly, requests&lt;br&gt;
aren&amp;#39;t actually being made? &amp;nbsp;If it just appearance, you can still get&lt;br&gt;
some good data with FF.&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
&lt;br&gt;
Tom&lt;br&gt;
&lt;a href=&quot;http://www.liphp.org&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.liphp.org&lt;/a&gt;&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;Wj3C7c&quot;&gt;_______________________________________________&lt;br&gt;
New York PHP User Group Community Talk Mailing List&lt;br&gt;
&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Slightly-OT--Profiling-Site-Response-Time-tp21044840p21046276.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21046252</id>
	<title>Re: [Slightly OT] Profiling Site Response Time</title>
	<published>2008-12-16T18:54:35Z</published>
	<updated>2008-12-16T18:54:35Z</updated>
	<author>
		<name>Tom Melendez-2</name>
	</author>
	<content type="html">On Tue, Dec 16, 2008 at 6:07 PM, Nasir Zubair &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21046252&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nasir81@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Yeah, that's a bummer. YSlow is my first choice for any task like this. But
&lt;br&gt;&amp;gt; the site not working in FF is one of the reason I'm looking for another
&lt;br&gt;&amp;gt; solution.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;What do you mean by &amp;quot;not working in FF&amp;quot;? &amp;nbsp;Things just don't look right
&lt;br&gt;or functionality is actually degraded, or more importantly, requests
&lt;br&gt;aren't actually being made? &amp;nbsp;If it just appearance, you can still get
&lt;br&gt;some good data with FF.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Tom
&lt;br&gt;&lt;a href=&quot;http://www.liphp.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.liphp.org&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Slightly-OT--Profiling-Site-Response-Time-tp21044840p21046252.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21045832</id>
	<title>Re: [Slightly OT] Profiling Site Response Time</title>
	<published>2008-12-16T18:07:47Z</published>
	<updated>2008-12-16T18:07:47Z</updated>
	<author>
		<name>Nasir Zubair</name>
	</author>
	<content type="html">Yeah, that&amp;#39;s a bummer. YSlow is my first choice for any task like this. But the site not working in FF is one of the reason I&amp;#39;m looking for another solution.&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;- Nasir&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;
On Tue, Dec 16, 2008 at 8:54 PM, Rolan Yang &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21045832&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rolan@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;div class=&quot;Ih2E3d&quot;&gt;Nasir Zubair wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Hi All,&lt;br&gt;
&lt;br&gt;
Can anyone suggest an offline program or utility to profile response time for an intranet website during various visits.&lt;br&gt;
&lt;br&gt;
I&amp;#39;m trying troubleshooting a peculiar problem with one of our intranet websites in IE6. The site is not fully functional in non-IE browsers (IE6 being the company standard). On the first visit to site for the day, the site takes good 30-45 seconds to respond, any subsequent visits are under 1 sec, as expected. After some general testing (cache, cookies, etc.) I am fairly confident that the workstation configuration are not a problem. The issue can be reproduced on a number of workstations using a number of different NT accounts. For every account, the slow&lt;br&gt;

&lt;/blockquote&gt;
&lt;br&gt;&lt;/div&gt;
The fact that it doesn&amp;#39;t work with non-IE browsers is somewhat of a hurdle, but if it does with with Firefox, there is a nice plugin called Yslow that will profile your web pages and offer suggestions on how to optimize.&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;
&lt;br&gt;
~Rolan&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;Wj3C7c&quot;&gt;&lt;br&gt;
_______________________________________________&lt;br&gt;
New York PHP User Group Community Talk Mailing List&lt;br&gt;
&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Slightly-OT--Profiling-Site-Response-Time-tp21044840p21045832.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21045824</id>
	<title>Re: [Slightly OT] Profiling Site Response Time</title>
	<published>2008-12-16T18:06:29Z</published>
	<updated>2008-12-16T18:06:29Z</updated>
	<author>
		<name>Nasir Zubair</name>
	</author>
	<content type="html">Will try cURL and see how it works. &lt;br&gt;&lt;br&gt;Just browsed through Selenium&amp;#39;s site. Interesting concept. I will see how involved the setup is and would it even be worth the effort.&lt;br&gt;&lt;br&gt;Thanks for the suggestions.&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;
- Nasir&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Dec 16, 2008 at 8:39 PM, Brent Baisley &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21045824&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;brenttech@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;div style=&quot;&quot;&gt;&lt;div&gt;You can try using some unix utilities like wget to do timings. PHP has CURL commands you can use to automate some testings. There are also testing tools, like Selenium, you can use on any computer to do automated testing.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Brent&lt;/div&gt;&lt;br&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;Wj3C7c&quot;&gt;&lt;div&gt;On Dec 16, 2008, at 7:21 PM, Nasir Zubair wrote:&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;Wj3C7c&quot;&gt;Hi All,&lt;br&gt;
&lt;br&gt;Can anyone suggest an offline program or utility to profile response time for an intranet website during various visits.&lt;br&gt;&lt;br&gt;I&amp;#39;m trying troubleshooting a peculiar problem with one of our intranet websites in IE6. The site is not fully functional in non-IE browsers (IE6 being the company standard). On the first visit to site for the day, the site takes good 30-45 seconds to respond, any subsequent visits are under 1 sec, as expected. After some general testing (cache, cookies, etc.) I am fairly confident that the workstation configuration are not a problem. The issue can be reproduced on a number of workstations using a number of different NT accounts. For every account, the slow down is only once, during the initial visit.&lt;br&gt;
 &lt;br&gt;I have been looking for various tools to profile the site response and have consistently been running into the following issues:&lt;br&gt;&lt;br&gt;1. the site is on an intranet, inaccessible from the internet, which rules out all the online tools.&lt;br&gt;
 2. the site is using SSL, which caused Fiddler (&lt;a href=&quot;http://www.fiddlertool.com/fiddler/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.fiddlertool.com/fiddler/&lt;/a&gt;) and couple of other utilities to skip it altogether. &lt;br&gt;&lt;br&gt;I am not the developer of the site in question, but since I&amp;#39;m given the task of troubleshooting the issue, I want to back up my obvious conclusions with some numbers.&lt;br&gt;
 &lt;br&gt;Thanks in advance.&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;- Nasir&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt; _______________________________________________&lt;br&gt;New York PHP User Group Community Talk Mailing List&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;br&gt;_______________________________________________&lt;br&gt;
New York PHP User Group Community Talk Mailing List&lt;br&gt;
&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Slightly-OT--Profiling-Site-Response-Time-tp21044840p21045824.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21045719</id>
	<title>Re: [Slightly OT] Profiling Site Response Time</title>
	<published>2008-12-16T17:54:01Z</published>
	<updated>2008-12-16T17:54:01Z</updated>
	<author>
		<name>Rolan Yang</name>
	</author>
	<content type="html">Nasir Zubair wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Can anyone suggest an offline program or utility to profile response 
&lt;br&gt;&amp;gt; time for an intranet website during various visits.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm trying troubleshooting a peculiar problem with one of our intranet 
&lt;br&gt;&amp;gt; websites in IE6. The site is not fully functional in non-IE browsers 
&lt;br&gt;&amp;gt; (IE6 being the company standard). On the first visit to site for the 
&lt;br&gt;&amp;gt; day, the site takes good 30-45 seconds to respond, any subsequent 
&lt;br&gt;&amp;gt; visits are under 1 sec, as expected. After some general testing 
&lt;br&gt;&amp;gt; (cache, cookies, etc.) I am fairly confident that the workstation 
&lt;br&gt;&amp;gt; configuration are not a problem. The issue can be reproduced on a 
&lt;br&gt;&amp;gt; number of workstations using a number of different NT accounts. For 
&lt;br&gt;&amp;gt; every account, the slow
&lt;/div&gt;&lt;br&gt;The fact that it doesn't work with non-IE browsers is somewhat of a 
&lt;br&gt;hurdle, but if it does with with Firefox, there is a nice plugin called 
&lt;br&gt;Yslow that will profile your web pages and offer suggestions on how to 
&lt;br&gt;optimize.
&lt;br&gt;&lt;br&gt;~Rolan
&lt;br&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Slightly-OT--Profiling-Site-Response-Time-tp21044840p21045719.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21045576</id>
	<title>Re: [Slightly OT] Profiling Site Response Time</title>
	<published>2008-12-16T17:39:11Z</published>
	<updated>2008-12-16T17:39:11Z</updated>
	<author>
		<name>Brent Baisley-2</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;div&gt;You can try using some unix utilities like wget to do timings. PHP has CURL commands you can use to automate some testings. There are also testing tools, like Selenium, you can use on any computer to do automated testing.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Brent&lt;/div&gt;&lt;br&gt;&lt;div&gt;&lt;div&gt;On Dec 16, 2008, at 7:21 PM, Nasir Zubair wrote:&lt;/div&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;Hi All,&lt;br&gt;&lt;br&gt;Can anyone suggest an offline program or utility to profile response time for an intranet website during various visits.&lt;br&gt;&lt;br&gt;I'm trying troubleshooting a peculiar problem with one of our intranet websites in IE6. The site is not fully functional in non-IE browsers (IE6 being the company standard). On the first visit to site for the day, the site takes good 30-45 seconds to respond, any subsequent visits are under 1 sec, as expected. After some general testing (cache, cookies, etc.) I am fairly confident that the workstation configuration are not a problem. The issue can be reproduced on a number of workstations using a number of different NT accounts. For every account, the slow down is only once, during the initial visit.&lt;br&gt; &lt;br&gt;I have been looking for various tools to profile the site response and have consistently been running into the following issues:&lt;br&gt;&lt;br&gt;1. the site is on an intranet, inaccessible from the internet, which rules out all the online tools.&lt;br&gt; 2. the site is using SSL, which caused Fiddler (&lt;a href=&quot;http://www.fiddlertool.com/fiddler/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.fiddlertool.com/fiddler/&lt;/a&gt;) and couple of other utilities to skip it altogether. &lt;br&gt;&lt;br&gt;I am not the developer of the site in question, but since I'm given the task of troubleshooting the issue, I want to back up my obvious conclusions with some numbers.&lt;br&gt; &lt;br&gt;Thanks in advance.&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;- Nasir&lt;br&gt;&lt;br&gt; _______________________________________________&lt;br&gt;New York PHP User Group Community Talk Mailing List&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;http://www.nyphp.org/show_participation.php&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Slightly-OT--Profiling-Site-Response-Time-tp21044840p21045576.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21044840</id>
	<title>[Slightly OT] Profiling Site Response Time</title>
	<published>2008-12-16T16:21:55Z</published>
	<updated>2008-12-16T16:21:55Z</updated>
	<author>
		<name>Nasir Zubair</name>
	</author>
	<content type="html">Hi All,&lt;br&gt;&lt;br&gt;Can anyone suggest an offline program or utility to profile response time for an intranet website during various visits.&lt;br&gt;&lt;br&gt;I&amp;#39;m trying troubleshooting a peculiar problem with one of our intranet websites in IE6. The site is not fully functional in non-IE browsers (IE6 being the company standard). On the first visit to site for the day, the site takes good 30-45 seconds to respond, any subsequent visits are under 1 sec, as expected. After some general testing (cache, cookies, etc.) I am fairly confident that the workstation configuration are not a problem. The issue can be reproduced on a number of workstations using a number of different NT accounts. For every account, the slow down is only once, during the initial visit.&lt;br&gt;
&lt;br&gt;I have been looking for various tools to profile the site response and have consistently been running into the following issues:&lt;br&gt;&lt;br&gt;1. the site is on an intranet, inaccessible from the internet, which rules out all the online tools.&lt;br&gt;
2. the site is using SSL, which caused Fiddler (&lt;a href=&quot;http://www.fiddlertool.com/fiddler/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.fiddlertool.com/fiddler/&lt;/a&gt;) and couple of other utilities to skip it altogether. &lt;br&gt;&lt;br&gt;I am not the developer of the site in question, but since I&amp;#39;m given the task of troubleshooting the issue, I want to back up my obvious conclusions with some numbers.&lt;br&gt;
&lt;br&gt;Thanks in advance.&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;- Nasir&lt;br&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Slightly-OT--Profiling-Site-Response-Time-tp21044840p21044840.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21035978</id>
	<title>Re: Run PHP script as service (every 10 seconds)</title>
	<published>2008-12-16T08:01:46Z</published>
	<updated>2008-12-16T08:01:46Z</updated>
	<author>
		<name>John Campbell-6</name>
	</author>
	<content type="html">On Tue, Dec 16, 2008 at 9:43 AM, Fernando Gabrieli &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21035978&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fgabrieli@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; if you could change it so it runs every minute (instead of every 10 seconds)
&lt;br&gt;&amp;gt; you could use a cron...
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;You probably want the script to run 10 seconds after it last ran to
&lt;br&gt;prevent multiple instances in the case where the script takes more
&lt;br&gt;than 10 seconds to run. &amp;nbsp; If you use cron, make sure you have a lock
&lt;br&gt;to prevent the script from running simultaneously.
&lt;br&gt;&lt;br&gt;-John Campbell
&lt;br&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Run-PHP-script-as-service-%28every-10-seconds%29-tp21029268p21035978.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21035350</id>
	<title>Re: Run PHP script as service (every 10 seconds)</title>
	<published>2008-12-16T07:34:13Z</published>
	<updated>2008-12-16T07:34:13Z</updated>
	<author>
		<name>David Krings</name>
	</author>
	<content type="html">Fernando Gabrieli wrote:
&lt;br&gt;&amp;gt; if you could change it so it runs every minute (instead of every 10 
&lt;br&gt;&amp;gt; seconds) you could use a cron...
&lt;br&gt;&lt;br&gt;Or craft the script so that it loops five times while waiting ten seconds and 
&lt;br&gt;then hook that script into cron.
&lt;br&gt;&lt;br&gt;David
&lt;br&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Run-PHP-script-as-service-%28every-10-seconds%29-tp21029268p21035350.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21034949</id>
	<title>Re: Run PHP script as service (every 10 seconds)</title>
	<published>2008-12-16T07:15:13Z</published>
	<updated>2008-12-16T07:15:13Z</updated>
	<author>
		<name>Rolan Yang</name>
	</author>
	<content type="html">hafez ahmad wrote:
&lt;br&gt;&amp;gt; Dears,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I need to run PHP script every 10 seconds , I can do that with (while 
&lt;br&gt;&amp;gt; true) and sleep(10), but I need to the script always run on Linux 
&lt;br&gt;&amp;gt; machine as service.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any Ideas?
&lt;br&gt;&amp;gt;
&lt;br&gt;While not as elegant as some of the other suggestions above, you could 
&lt;br&gt;run &amp;quot;screen&amp;quot; to create a virtual terminal that remains active (even when 
&lt;br&gt;you log off), then use the &amp;quot;watch&amp;quot; command to run a script every x 
&lt;br&gt;seconds like so:
&lt;br&gt;&lt;br&gt;watch -n 10 ./myphpscript
&lt;br&gt;&lt;br&gt;Use CTRL-A D to drop out of the screen terminal and leave it running in 
&lt;br&gt;the background.
&lt;br&gt;&lt;br&gt;~Rolan
&lt;br&gt;_______________________________________________
&lt;br&gt;New York PHP User Group Community Talk Mailing List
&lt;br&gt;&lt;a href=&quot;http://lists.nyphp.org/mailman/listinfo/talk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nyphp.org/mailman/listinfo/talk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nyphp.org/show_participation.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nyphp.org/show_participation.php&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Run-PHP-script-as-service-%28every-10-seconds%29-tp21029268p21034949.html" />
</entry>

</feed>
