Freizeitkiller
16.08.2007, 11:09
Hallo Leute!
Könnt ihr mir helfen? Ich bin dabei diese Shoutbox (http://www.vbulletin.org/forum/showthread.php?s=&threadid=38698) zu installieren, jedoch komme ich nicht weiter! In der beschreibung steht:
+-------------------------------------------------------------------------------------------------+
| In /index.php, replace this code: |
+-------------------------------------------------------------------------------------------------+
eval("dooutput(\"".gettemplate('forumhome')."\");");
+-------------------------------------------------------------------------------------------------+
+-------------------------------------------------------------------------------------------------+
| With this code: |
+-------------------------------------------------------------------------------------------------+
$shout = $DB_site->query_first("SELECT u.username, s.userid, s.shout_text, s.timestamp FROM user u, shoutbox s WHERE u.userid = s.userid ORDER BY s.timestamp DESC LIMIT 1");
$shout[timestamp] = vbdate('n-j-y, g:i:s a', $shout[timestamp]);
$shout[shout_text] = bbcodeparse($shout[shout_text]);
eval("\$the_shoutbox .= \"".gettemplate("forumhome_shoutbox")."\";");
eval("dooutput(\"".gettemplate('forumhome')."\");");
+-------------------------------------------------------------------------------------------------+
aber den code: " eval("dooutput(\"".gettemplate('forumhome')."\");"); " gibt es bei mir nicht,(die forderen anführungszeichen nicht beachten!).
Wie kann das sein? Ist das im zusammenhang damit, was da in der Hackbeschreibung von diesem "vBhacker" steht? Ich verstehe das nicht, da ich noob in sachen vbulletin bin. Bitte helft mir!:(
Könnt ihr mir helfen? Ich bin dabei diese Shoutbox (http://www.vbulletin.org/forum/showthread.php?s=&threadid=38698) zu installieren, jedoch komme ich nicht weiter! In der beschreibung steht:
+-------------------------------------------------------------------------------------------------+
| In /index.php, replace this code: |
+-------------------------------------------------------------------------------------------------+
eval("dooutput(\"".gettemplate('forumhome')."\");");
+-------------------------------------------------------------------------------------------------+
+-------------------------------------------------------------------------------------------------+
| With this code: |
+-------------------------------------------------------------------------------------------------+
$shout = $DB_site->query_first("SELECT u.username, s.userid, s.shout_text, s.timestamp FROM user u, shoutbox s WHERE u.userid = s.userid ORDER BY s.timestamp DESC LIMIT 1");
$shout[timestamp] = vbdate('n-j-y, g:i:s a', $shout[timestamp]);
$shout[shout_text] = bbcodeparse($shout[shout_text]);
eval("\$the_shoutbox .= \"".gettemplate("forumhome_shoutbox")."\";");
eval("dooutput(\"".gettemplate('forumhome')."\");");
+-------------------------------------------------------------------------------------------------+
aber den code: " eval("dooutput(\"".gettemplate('forumhome')."\");"); " gibt es bei mir nicht,(die forderen anführungszeichen nicht beachten!).
Wie kann das sein? Ist das im zusammenhang damit, was da in der Hackbeschreibung von diesem "vBhacker" steht? Ich verstehe das nicht, da ich noob in sachen vbulletin bin. Bitte helft mir!:(