I did reinstall the engine many times to verify it. The deb package is not infected - but when I installed the tgz package on my Debian machine the error was present. I think most people install the deb package.
The login code is:
if ($query->param('op') eq 'login' && $$USER{node_id} != $HTMLVARS{gu
+est_user}) {
5: $str.= "Hey. Glad you're back. Would you like to go to your
+"
6: .linkNode($USER, "home node")
7: ." or to ".linkNode($HTMLVARS{default_node})."?<br>";
8:
9: $str.="...or back to "
10: .linkNode($query->param("lastnode_id"))
11: ."?<br>" if ($query->param("lastnode_id"));
12: return $str;
13: } elsif ($query->param('op') eq 'login') {
14: $str .="Oops. You must have the wrong login or password or so
+mething:\n<P>\n";
15: } elsif ($$USER{node_id} != $HTMLVARS{guest_user}) {
16: $str.="Hey, ".linkNode($USER)."... this is where you log in:<
+p>\n";
17: }else {
[cut]
So it must be that
$$USER{node_id} != $HTMLVARS{guest_user} is not true for the Gods group member.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.