We are currently working on our servers, so there may be outages on the domains.Zurzeit wird an unseren Servern gearbeitet, deshalb kann es zu Ausfällen bei den Domains kommen.
ln 39: in /* $notAllowedTags = array('<?php', '?>' , '<?', '<?='); */
echo "<div>Noch im PHP-Modus!"; echo "<br>Mit abschließendem ?> nicht mehr, deshalb jetzt html folgend"; ?><p>haha, ich bin html. Nun mit einleitendem ?php wieder php-modus <?php echo "<br>Wieder im PHP-Modus!</p></div>";
ln 39: $notAllowedTags = array('<?php', '?>' , '<?', '<?='); inln 39: $notAllowedTags = array('');
?> <style>media="screen"><!-- .codex { color: red; visibility: visible; } --></style><br><div>Ich bin nicht nur html, <br>sondern auch JS<script>document.write ("<H4>Ich bin JS-generierter Text</H4>oder css.");</script> <p class="codex";>Ich bin CSS-formatierter Text</p></div><br><?php echo "";
Code wurde vor 100 Jahren programmiert
Der Code darf nicht in öffnende und schließende PHP-Tags eingeschlossen sein, d.h. 'echo "Hi!";' muss anstelle von '<?php echo "Hi!"; ?>' übergeben werden. Es ist dennoch möglich den PHP-Modus durch die entsprechenden PHP-Tags zu verlassen und wieder zu betreten, z.B. 'echo "Im PHP-Modus!"; ?>Im HTML-Modus!<?php echo "Wieder im PHP-Modus!";'.
SEO ist so wichtig wie 'ne TÜV-Plakette auf krumme EU-Gurken,
Ich hab' keine Enkel.
Es wäre also so, das eine möglicherweise eingebundene frontend.css zu 99,99% leer ist
Kannst Du den Anhang nach'm Download löschen? Käme mir entgegen.
- eine Zentrale Stelle im Module-Installer- die install.php des jeweiligen Moduls
<?php if(isset($_POST['content'])) {/* $notAllowedTags = array('<?php', '?>' , '<?', '<?='); */ $notAllowedTags = array(''); $content = (\str_replace($notAllowedTags, '', $_POST['content']));
<?php if(isset($_POST['content'])) { // $notAllowedTags = array('<?php', '?>' , '<?', '<?='); // $content = (\str_replace($notAllowedTags, '', $_POST['content'])); $content = $_POST['content'];