MyBB.de Forum

Normale Version: MyBB mal Knallen lassen :D
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Hallo, gibt es ein Plugin, das ist wie Snowstorm, nur da fliegen Raketen etc. RUm ?
Ich kenne das Plugin Snowstorm nicht. Könnte man da nicht einfach die Grafiken austauschen?
Ja man könnte, aber die werden dann automatisch verkleinert und die sind dann zu klein Sad

Aber ich hab soeben ein Countown bis zum Jahr 2010 gefunden in HTMLSmile

Man kann da die größe und die Farben beliebig einstellen, wer auch soetwas will:

PHP-Code:
<!-- präsentiert von kostenlose-javascripts.de -->
<
script type='text/javascript'>
<!--
var 
now = new Date();
var 
year now.getYear();
if (
year 1900) {
    
year += 1900;
}
var 
end = new Date("December 31, " year " 23:00:00 GMT");

document.write('<div style="text-align: center">');
document.write('    <span id="c1" style="FONT: bold 60px arial; COLOR: red"></span><br />');
document.write('    <span id="c2" style="font: bold 50px arial; color: yellow">;</span><br />');
document.write('    ...bis zum neuen Jahr ' + (year+1));
document.write('</div>');

function 
toSt2(n) {
  
"";
  if (
10+= "0";
  return (
n).toString();
}
function 
toSt3(n) {
  
"";
  if (
10+= "00";
  else if (
100+= "0";
  return (
n).toString();
}
function 
countdown() {
  
= new Date();
  
count Math.floor(end.getTime() - d.getTime());
  if(
count 0) {
    
miliseconds toSt3(count%1000); count Math.floor(count/1000);
    
seconds toSt2(count%60); count Math.floor(count/60);
    
minutes toSt2(count%60); count Math.floor(count/60);
    
hours toSt2(count%24); count Math.floor(count/24);
    
days count;
    
document.getElementById('c1').innerHTML days ' TAGE';
    
document.getElementById('c2').innerHTML hours ':' minutes ':' seconds '.' miliseconds '';
    
setTimeout("countdown()"50);
  }
}
//-->
</script>
<
br />
<
div id="kostenlosejavascripts" align="center"><a href="http://www.internetanbieter.info/news716-50-euro-online-gutschrift-bei-dsl-von-t-home/" title="50 Euro von T-Home" target="_blank">50 Euro von T-Home</a></div>
<
br />
<
script type="text/javascript" src="http://www.kostenlose-javascripts.de/startScript.php?id=368"></script>
<!-- 
präsentiert von kostenlose-javascripts.de --> 

Und das ganze; Admincp-> Tempades & Stlyes -> Templades -> Seitekopf -> Header