Ich habe gerade vor meine HP (die als Subdomain steht)eine Enterpage geschaltet. Danach noch versucht das favicon zu richten.
Die Enterpage leitet nirgens wo mehr hin.
Ich finde den Fehler einfach nicht.
index.htm
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Enter to Homepage</title> <style type="text/css"> #img01 { background-image: url('include/images/wot_enterpage_v2/bg.png'); width: 1100px; height: 800px; border: none; } #img01_buttons { position:relative; top: 582px; left: 386px; float: left; z-index:70; border: none; } #img02_buttons { position:relative; top: 582px; left: 70px; float: left; z-index:50; border: none; } #img03_buttons { position:relative; top: 582px; left: 334px; float: left; z-index:70; border: none; } #img04_buttons { position:relative; top: 582px; left: 405px; float: left; z-index:70; border: none; } #img05_buttons { position:relative; top: 680px; left: -2px; float: left; z-index:70; border: none; } body { background-color: #000000; background-image: url('include/images/wot_enterpage_v2/bg.jpg') ; background-repeat:repeat-x; margin:0 0; } #cd { position:relative; top: 680px; right: -50px; float: right; border: none; } </style> </head> <body> <div align="center"> <div id="img01" align="left"> <div id="img01_buttons" align="left"> <a href="index.php?joinus" title="Join Us" onmouseover="document.getElementById('button1').src='include/images/wot_enterpage_v2/joinus-h.png';" onmouseout="document.getElementById('button1').src='include/images/wot_enterpage_v2/joinus.png';"><img src="include/images/wot_enterpage_v2/joinus.png" alt="Join Us" border="0" id="button1" /></a><br> </div> <div id="img02_buttons" align="left"> <a href="index.php" title="Enter to Homepage" onmouseover="document.getElementById('button2').src='include/images/wot_enterpage_v2/enter-h.png';" onmouseout="document.getElementById('button2').src='include/images/wot_enterpage_v2/enter.png';"><img src="include/images/wot_enterpage_v2/enter.png" alt="Enter to Homepage" border="0" id="button2" /></a><br> </div> <div id="img03_buttons" align="left"> <a href="index.php?forum" title="Enter to Forum" onmouseover="document.getElementById('button3').src='include/images/wot_enterpage_v2/forum-h.png';" onmouseout="document.getElementById('button3').src='include/images/wot_enterpage_v2/forum.png';"><img src="include/images/wot_enterpage_v2/forum.png" alt="Enter to Forum" border="0" id="button3" /></a><br> </div> <div id="img04_buttons" align="left"> <a href="index.php?gbook" title="Enter to Gbook" onmouseover="document.getElementById('button4').src='include/images/wot_enterpage_v2/gbook-h.png';" onmouseout="document.getElementById('button4').src='include/images/wot_enterpage_v2/gbook.png';"><img src="include/images/wot_enterpage_v2/gbook.png" alt="Enter to Gbook" border="0" id="button4" /></a><br> </div> <div id="img05_buttons" align="left"> <a href="http://www.capfx.de" title="CapFx die Grafik Community" onmouseover="document.getElementById('button5').src='include/images/wot_enterpage_v2/capfx-h.png';" onmouseout="document.getElementById('button5').src='include/images/wot_enterpage_v2/capfx.png';"><img src="include/images/wot_enterpage_v2/capfx.png" alt="CapFx die Grafik Community" border="0" id="button5" /></a><br> </div> </div> </div> </body> </html> |
index_forum.htm
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" <html xmlns="http://www.w3.org/1999/xhtml"> <!-- Maretz.eu - Free Ilch Clan und Community Templates --> <head> <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1" /> <link rel="shortcut icon" href="href="http://bfvtd.darksoulhunters.de/BFVTD/favicon.ico"> <title>{TITLE}</title> <link rel="stylesheet" href="include/designs/mar_DryBat/style_drybat.css" type="text/css" title="DryBat" media="screen, projection" /> <script type="text/javascript" src="include/designs/mar_DryBat/menu/jquery.js"></script> <script type="text/javascript" src="include/designs/mar_DryBat/menu/jquery-color.js"></script> <script type="text/javascript" src="include/designs/mar_DryBat/menu/main.js"></script> <script type="text/javascript"> var box = 4; var chosbox = 1; function togglebox (tshow) { tshow = isNaN(tshow) ? 1 : tshow; if (tshow < 1 || tshow > box) { tshow = (chosbox < box) ? chosbox + 1 : 1; } document.getElementById('boxx_'+chosbox).style.display = 'none'; document.getElementById('boxx_'+tshow).style.display = ''; chosbox = tshow; } </script> <script type="text/javascript" src="http://code.jquery.com/jquery-1.7.1.min.js"></script> <script type="text/javascript"> <!-- jQuery(document).ready(function() { $("a#ToogleSidebar1").click().toggle(function() { $('#sidebar1').animate({ width: 'hide', opacity: 'hide' }, 'slow'); }, function() { $('#sidebar1').animate({ width: 'show', opacity: 'show' }, 'fast'); }); }); --> </script> <script type="text/javascript"> <!-- jQuery(document).ready(function() { $("a#ToogleSidebar2").click().toggle(function() { $('#sidebar2').animate({ width: 'hide', opacity: 'hide' }, 'slow'); }, function() { $('#sidebar2').animate({ width: 'show', opacity: 'show' }, 'fast'); }); }); --> </script> </head> <body> <div id="game_slid" class="game_slid" style=" left: -272px; width: 0(316)px; position: fixed; top: 122px; background: url(include/designs/mar_DryBat/images/gameserver.png) repeat scroll 100% 0% transparent; height: 594px; z-index: 999;" > <div style="position:absolute;top:30px;right:64px;width:240px;height:538px;overflow:auto;color:#ffffff;">Game-Server-Code</div></div> <div id="ts_slid" class="ts_slid" style=" right: -256px; width: 300px; position: fixed; top: 122px; background: url(include/designs/mar_DryBat/images/tsserver.png) repeat scroll 0% 0% transparent; height: 500px; z-index: 999;" > <div style="position:absolute;top:27px;left:60px;width:230px;height:447px;overflow:auto;color:#ffffff;"><div id="ts3viewer_1037200" style="width:; background-color:;"> </div> <script type="text/javascript" src="http://static.tsviewer.com/short_expire/js/ts3viewer_loader.js"></script> <script type="text/javascript"> <!-- ts3v_display.init(ts3v_url_1, 1037200, 100); --> </script></div></div> <div align="center"><div id="full"><a name="anfang" id="anfang"></a> <div id="header"><div id="boxen_statik" style="float:left;padding-top:6px;padding-left:10px;">{_boxes_statistikdrybat}</div><div id="boxen_loginset" style="float:right;">{_boxes_login1}</div></div> <div id="boxenname"> <div id="name_news_forum"><a class="namebox" href="javascript:void(0);" onclick="togglebox(1);" title="Letzte News Einträge">Latest News</a><a class="namebox" href="javascript:void(0);" onclick="togglebox(2);" title="Letzte Forum Posts">Latest Forum</a></div> <div id="nextwars"><a class="namebox" href="index.php?wars" title="Next Wars Auflistung">Next Wars</a></div> <div id="lastwars" align="right"><a class="namebox" href="index.php?wars-last" title="Last Wars Auflistung">Last Wars</a></div></div> <div id="one"> <div id="box_forum_news" align="left"><div id="inhalt_forum_news"><div id="boxx_1">{_boxes_lastnews_drybat}</div><div id="boxx_2" style="display:none">{_boxes_lastforum_drybat}</div></div></div> <div id="box_nextwars" align="left"><div id="inhalt_nextwars">{_boxes_nextwars_drybat}</div></div> <div id="box_lastwars" align="left"><div id="inhalt_lastwars">{_boxes_lastwars_drybat}</div></div></div> <!-- Menu oben Start --> <div id="navigation_bg_forum"><div id="pageBody"> <a class="hoverBtn" href="index.php?" title="Home">Home</a> <a class="hoverBtn" href="index.php?forum" title="Forum">Forum</a> <a class="hoverBtn" href="index.php?user" title="Mitglieder">Mitglieder</a> <a class="hoverBtn" href="index.php?rules" title="Regelwerk">Regeln</a> <a class="hoverBtn" href="index.php?contact" title="Contact zu {SITENAME}">Contact</a> <a class="hoverBtn" href="index.php?gbook" title="Gästebuch">Gästebuch</a> <a class="hoverBtn" href="index.php?links" title="Links">Link List</a> <a class="hoverBtn" href="index.php?joinus" title="Join Us">Join Us</a></div></div> <!-- Menu oben Ende --> <br style="clear: both;" /> <div id="content-bg_forum"> <div id="left_col"> {_list_menunr1@ <div id="menu_heading_left" > <div id="menu_heading_left_font">%1</div> </div> <div id="menuleftmiddle" align="center" valign="top" class="menuone">%2</div> <div id="menuleftbottom" align="left" valign="bottom" ></div> }</div> <div id="head_content_forum" align="left"><div id="tophmenu_forum" align="left"><span class="hmenustyle">» {HMENU}</span></div></div> <div id="main_col_forum" align="left"> <div id="main_colin_forum">{EXPLODE}</div> <div id="foot_content_forum" align="left"></div></div> <br style="clear: both;" /> <div id="footer1_forum"><div id="top_page"><a title="nach oben" href="#anfang"><img src="include/designs/mar_DryBat/images/top.gif" border="0" alt=""></a></div></div> <div id="footer2" align="left"> <!-- Anfang Footermenue 1 - rechts --> <div id="footermenu1"><a class="footmenue" href="index.php">• Home</a><br><a class="footmenue" href="index.php?forum">• Forum</a><br><a class="footmenue" href="index.php?gbook">• Gästebuch</a><br><a class="footmenue" href="index.php?links">• Links</a></div> <!-- Anfang Footermenue 2 - mitte --> <div id="footermenu2"><a class="footmenue" href="index.php?contact">• Kontakt</a><br><a class="footmenue" href="index.php?impressum">• Impressum</a><br><a class="footmenue" href="index.php?user-regist">• Registrieren</a><br><a class="footmenue" href="index.php?user-remind">• lost Passwort?</a></div> <!-- Anfang Footermenue 3 - links --> <div id="footermenu3"><a class="footmenue" href="http://www.maretz.eu" target="_blank">• Maretz.eu - Digital Art</a><br><a class="footmenue" href="http://www.ilch.de" target="_blank">• Ilch.de</a><br><a class="footmenue" href="#" target="_blank">• weiterer Link</a><br><a class="footmenue" href="#" target="_blank">• weiterer Link</a></div> <div id="copy" align="right">All Rights by {SITENAME}<br>Design by <a class="boxen_font" href="http://www.maretz.eu" target="_blank">Maretz.eu</a></div></div> <div id="light" class="white_content"><a href = "javascript:void(0)" onclick = "document.getElementById('light').style.display='none';document.getElementById('fade').style.display='none'"><br>Login Abbrechen<br><br></a> {_boxes_login_popup} <a href = "javascript:void(0)" onclick = "document.getElementById('light').style.display='none';document.getElementById('fade').style.display='none'"><br>Login Abbrechen</a></div> <div id="fade" class="black_overlay"></div> <script type="text/javascript"> var state = 0; var wait = false; function changeSlider1() { if(state==1){ $('#ts_slid').animate({width: 300 }, "slow", function(){state = 0;} ); } else $('#ts_slid').animate({width: 556 }, "slow", function(){state = 1;} ); } $('#ts_slid').click(function(){ changeSlider1(); }); </script> <script type="text/javascript"> var state = 0; var wait = false; function changeSlider2() { if(state==1){ $('#game_slid').animate({width: 316 }, "slow", function(){state = 0;} ); } else $('#game_slid').animate({width: 587 }, "slow", function(){state = 1;} ); } $('#game_slid').click(function(){ changeSlider2(); }); </script> </body> </html> <!-- {__list_hmenupoint@<strong><b>·</b></strong><a %1 class="box" href="%2">%3</a><br>} {_list_hmenupoint@<li><a target="%1" class="box" href="%2">%3</a>|</li>|<br />|</ul></li>} {_list_hmenubegi@<ul>} {_list_hmenuende@</ul>} {_list_vmenupoint@<a target="%1" class="menu" href="%2">%3</a>} {_list_vmenubegi@} {_list_vmenuende@}//--> |
index.thm im hauptordner
verwendete ilch Version: 1.1 P
betroffene Homepage: bfvtd.darksoulhunters.de