Andre_br has asked for the wisdom of the Perl Monks concerning the following question:
I recently took a look at my error logs, and, between all the error messages, I've seen a very odd die message.
It is:
Two strangest things:Conexão fechada pela outra ponta at /home/virtualshelf/www/mod_perl/se +arch.cgi line 341, <DATA> line 183.
2) This line 341 has not anything but a print command!
print qq( # this is line 341! <tr $style> <td>$autor</td> <td></td> <td rowspan=2 valign=top>$vendor</td> <td rowspan=2 valign=top></td> <td rowspan=2 valign=top align=center>$year</td> <td rowspan=2 valign=top></td> <td rowspan=2 valign=top>R\$ $price</td> <td rowspan=2 valign=top></td> <td rowspan=2 valign=top width=40> <a href="javascript:void(0)" onClick="window.open +('$domain/mod_perl/display.cgi?livro=$rec_id','Info','status=yes,scro +llbars=yes,resizable=yes,width=620,height=520,left=100,top=75');"><im +g src="$domain/images/basket.gif" border=0 alt="click here to see all + specs"></a> <a href="javascript:void(0)" onClick="window.open +('$domain/cgi-bin/cart.cgi?action=buy&item=$item_id','Info','status=y +es,scrollbars=yes,resizable=yes,width=620,height=520,left=100,top=75' +);"><img src="$domain/images/go.gif" border=0 alt="clique here to buy + "></a> </td> </tr> <tr $xadrez> <td colspan=4> <a href="javascript:void(0)" onClick="window.open +('$domain/mod_perl/details.cgi?item=$item_id','Info','status=yes,scro +llbars=yes,resizable=yes,width=620,height=520,left=100,top=75');"> <i>$name</i></a></td> </tr> );
I visited the url that caused the error, and the script runs just fine, not any sign of this error message.
Also, there's the <DATA> line 183 portion of the error message, wich I also don't understand.
Any hints, fellows?
Thanks a lot
Andre
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Strange die message at print line: hacker attack?
by Somni (Friar) on Oct 26, 2007 at 19:39 UTC | |
by graff (Chancellor) on Oct 27, 2007 at 00:47 UTC | |
|
Re: Strange die message at print line: hacker attack?
by hossman (Prior) on Oct 26, 2007 at 21:08 UTC | |
|
Re: Strange die message at print line: hacker attack?
by gamache (Friar) on Oct 26, 2007 at 19:21 UTC | |
by runrig (Abbot) on Oct 26, 2007 at 19:48 UTC | |
by saberworks (Curate) on Oct 27, 2007 at 05:40 UTC | |
|
Re: Strange die message at print line: hacker attack?
by graff (Chancellor) on Oct 27, 2007 at 00:54 UTC |