Ja, das geht relativ einfach.
Gehe ins admincp dann auf "Styles & Templates" -> "Styles verwalten" -> Rollover-Menü: "Templates verwalten" -> "Footer" auf "[Ändern]" klicken
Dort steht dann am Anfang:
HTML Code:
<br />
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
<tr>
<td>
<div class="smallfont">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div></td>
<if condition="!$show['guest']">
<!-- member logout -->
<td align="$stylevar[right]"><a href="login.php?$session[sessionurl]do=logout&u=$bbuserinfo[userid]" onclick="return log_out()"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a></td>
<!-- end member logout -->
</if></tr></table>
$spacer_close
<!-- /content area table -->
<form action="$vboptions[forumhome].php" method="get">
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
<tr>
<if condition="$show['quickchooser']">
<td>
<select name="styleid" id="ressel" onchange="switch_styleid(this)">
<optgroup label="$vbphrase[quick_style_chooser]">
$quickchooserbits
</optgroup>
</select>
</td>
</if>
<td align="$stylevar[right]">
<div class="smallfont">
<!-- Do not remove this copyright notice -->
$vbphrase[powered_by_vbulletin]
<!-- Do not remove this copyright notice -->
</div>
<div class="smallfont" >
<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
$cronimage
<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
</div>
</td>
</tr>
</table>
</form>
<div class="smallfont" align="center">$vboptions[copyrighttext]<br />
<!-- Do not remove this copyright notice -->
Designed by: <a title="Webtemplates/Forendesigns by vbdesigns.de" href="http://www.vbdesigns.de">vbdesigns.de</a>
<!-- Do not remove this copyright notice -->
</div>
Das ersetzt du mit diesem (!! Pass auf, dass du nur obigen Teil durch diesen Code ersetzt !!)
HTML Code:
<br />
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
<tr>
<td>
<div class="smallfont">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div></td>
<if condition="!$show['guest']">
<!-- member logout -->
<td align="$stylevar[right]"><a href="login.php?$session[sessionurl]do=logout&u=$bbuserinfo[userid]" onclick="return log_out()"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a></td>
<!-- end member logout -->
</if></tr></table>
$spacer_close
<!-- /content area table -->
<form action="$vboptions[forumhome].php" method="get">
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
<tr>
<if condition="$show['quickchooser']">
<td>
<select name="styleid" id="ressel" onchange="switch_styleid(this)">
<optgroup label="$vbphrase[quick_style_chooser]">
$quickchooserbits
</optgroup>
</select>
</td>
</if>
<td align="$stylevar[right]">
<div class="smallfont" >
<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
$cronimage
<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
</div>
</td>
</tr>
</table>
</form>
<table width=100%>
<tr>
<td width=33% align=left><div class="smallfont">$vboptions[copyrighttext]<br />
<!-- Do not remove this copyright notice -->
Designed by: <a title="Webtemplates/Forendesigns by vbdesigns.de" href="http://www.vbdesigns.de">vbdesigns.de</a>
<!-- Do not remove this copyright notice -->
</div></td>
<td width=33% align=center><!-- Hier der Code für den Netstat-Counter --></td>
<td width=33% align=right> <div class="smallfont">
<!-- Do not remove this copyright notice -->
$vbphrase[powered_by_vbulletin]
<!-- Do not remove this copyright notice -->
</div></td>
</tr>
</table>
Dann holst du dir den Code, den du für deinen Netstat-Counter brauchst, und kopierst ihn an die Stelle, wo oben steht: "<!--
Hier der Code für den Netstat-Counter -->" (lösche diesen Ausdruck und füge anstatt diesem deinen Code ein).
Und schließlich trägst du im "vBulletin-Einstellungen" -> "Homepage-Titel / URL / Kontaktinfos" -> "Copyright-Text" in das Feld "© by Morpheus 2004 - 2005" ein.
Bei mir hat es funktioniert.
Ich hoffe, dass es das bei dir auch tut
Stefan