Snort mailing list archives
ACID Graphing
From: "Frank Reid" <fcreid () ourcorner org>
Date: Thu, 26 Jul 2001 18:27:50 -0400
Roman,
First, great work with the latest ACID code. The caching functions are
absolutely worth the upgrade! I'm having a problem with graphing functions
on the CVS code, however. The following error appears as soon as select the
graph function:
Parse error: parse error, expecting `','' or `';'' in
/var/www/html/acid_graph_main.php on line 140
The line in question is below. I'm sure it's something I'm doing wrong.
Setup is Apache 1.3.14, PHP 4.04pl1, gd 1.8.3 and current version of adodb.
All other functions in ACID seem to be performing properly.
Thanks.
Frank
echo '</SELECT>
<SELECT NAME="chart_begin_month">
<OPTION VALUE=" " '.chk_select($chart_begin_month, " ").'>{month}
<OPTION VALUE="01" '.chk_select($chart_begin_month, "01").'>January
<OPTION VALUE="02" '.chk_select($chart_begin_month,
"02").'>February
<OPTION VALUE="03" '.chk_select($chart_begin_month, "03").'>March
<OPTION VALUE="04" '.chk_select($chart_begin_month, "04").'>April
<OPTION VALUE="05" '.chk_select($chart_begin_month, "05").'>May
<OPTION VALUE="06" '.chk_select($chart_begin_month, "06").'>June
<OPTION VALUE="07" '.chk_select($chart_begin_month, "07").'>July
<OPTION VALUE="08" '.chk_select($chart_begin_month, "08").'>August
<OPTION VALUE="09" '.chk_select($chart_begin_month,
"09").'>September
<OPTION VALUE="10" '.chk_select($chart_begin_month, "10").'>October
<OPTION VALUE="11" '.chk_select($chart_begin_month,
"11").'>November
<OPTION VALUE="12" '.chk_select($chart_begin_month,
"12").'>December
</SELECT>
<SELECT NAME="chart_begin_year">
<OPTION VALUE=" " '.chk_select($chart_begin_year, " ").'>{year}
<OPTION VALUE="1999" '.chk_select($chart_begin_year, "1999").'>1999
<OPTION VALUE="2000" '.chk_select($chart_begin_year, "2000").'>2000
<OPTION VALUE="2001" '.chk_select($chart_begin_year, "2001").'>2001
<OPTION VALUE="2002" '.chk_select($chart_begin_year, "2002").'>2002
</SELECT>';
_______________________________________________
Snort-users mailing list
Snort-users () lists sourceforge net
Go to this URL to change user options or unsubscribe:
http://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users
Current thread:
- Acid 0.9.6bx Portscan problem bthaler (Jul 26)
- RE: Acid 0.9.6bx Portscan problem Stefan Dens (Jul 26)
- Dynamic Rules Jason Robertson (Jul 26)
- Re: Dynamic Rules Chris Green (Jul 26)
- Dynamic Rules Jason Robertson (Jul 26)
- <Possible follow-ups>
- RE: Acid 0.9.6bx Portscan problem roman (Jul 26)
- ACID Graphing Frank Reid (Jul 26)
- RE: Acid 0.9.6bx Portscan problem Stefan Dens (Jul 26)
