Wieder derselbe Fehler, HTML-Code im PHP Code Bereich.
Ich würde dir da 'nen Editor mit Syntax-Highlighting empfehlen, da sieht man dass wesentlich besser, bspw.:
wSciTE (830KB, Download, keine Installation nötig)
Wieder derselbe Fehler, HTML-Code im PHP Code Bereich.
Ich würde dir da 'nen Editor mit Syntax-Highlighting empfehlen, da sieht man dass wesentlich besser, bspw.:
wSciTE (830KB, Download, keine Installation nötig)
Kill one man, and you are a murderer.
Kill millions of men, and you are a conqueror.
Kill them all, and you are a god. - Jean Rostand, Thoughts of a Biologist (1939)
wieso der selbe fehler
ist doch da gleiche wie bei Ativrally
PHP-Code:
head ('Platzierungen und Preise'); ?>
<object type="application/x-shockwave-flash"
data="images/myprogress.swf?progress=<?=$swf_prozent;?>&name=<?=$swf_name;?>&status=<?=$swf_status;?>&color=<?=$swf_bar_color;?>&bgcolor=<?=$swf_hintergrund_color;?>&bgcolor2=<?=$swf_rand_color;?>&fcolor=<?=$swf_font_color;?>&"
width="330" height="120">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie"
value="images/myprogress.swf?progress=<?=$swf_prozent;?>&name=<?=$swf_name;?>&status=<?=$swf_status;?>&color=<?=$swf_bar_color;?>&bgcolor=<?=$swf_hintergrund_color;?>&bgcolor2=<?=$swf_rand_color;?>&fcolor=<?=$swf_font_color;?>&" />
<param name="quality" value="high" />
</object>
jo hab schon gefunden, in der Klickrally stand ja noch der PHP code
Danke euch allenPHP-Code:
if ($ralleydaten['art'] != 'statisch') { ?>
<div>Diese Klickralley läuft vom <b><?=date('d.m.Y H:i', $ralleydaten['start']);?></b> bis zum <b><?=date('d.m.Y H:i', $ralleydaten['ende']);?></b>.<br />
Dabei handelt es sich um eine dynamische Klickralley wo pro Klick <b><?=number_format($ralleydaten['pro'], 2, ',', '.').' '.$waehrung;?></b> in den Jackpot fliesen.<br />
Im Jackpot befinden sicher gerade <b><?=number_format($ralleydaten['jackpot'], 2, ',', '.').' '.$waehrung;?></b> die wie unten aufgeführt auf die Plätze <b>1 bis <?=$ralleydaten['plaetze'];?></b> verteilt werden.</div>
<br />
<?