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
In reply to Strange die message at print line: hacker attack? by Andre_br
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |