Zitat: Unterschied zwischen den Versionen

 
(20 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
<html>
+
[[file:001z.jpg]]
<?php
 
$allqts = array
 
    ("The Black Knight Always Triumphs!",
 
        "Monty Python"
 
        );
 
  
$totalqts = (count($allqts)/2);
+
test
  
$nmbr = (rand(0,($totalqts-1)));
+
[[category:Zitate]]
$nmbr = $nmbr*2;
 
 
 
$quote = $allqts[$nmbr];
 
        $nmbr = $nmbr+1;
 
$author = $allqts[$nmbr];
 
 
 
$space = "<font color=$bgcolor>.....................................</font>";
 
$comments = "<br><center><font size='-2'><i><a href='quotes.php'>Random Quote Script by Dave</a></i></font></center>";
 
 
 
echo "<center>";
 
echo "<Font color=$textcolor size='$textsize'><i>";
 
echo "$quote<br>";
 
echo "</i></font>";
 
echo "$space $author";
 
echo "$comments";
 
echo "</center>";
 
?>
 
</html>
 

Aktuelle Version vom 27. November 2021, 01:29 Uhr

001z.jpg

test