Re: Neuer Formulargenerator
Verfasst: Sa 23. Aug 2025, 14:45
Danke Klaus
Das senden wird dann auch gehen - da bin ich mir sicher

Das senden wird dann auch gehen - da bin ich mir sicher

Forum für Mobirise und NOF
https://www.mobirise-tutorials.com/Forum/
https://www.mobirise-tutorials.com/Forum/viewtopic.php?t=1782
Code: Alles auswählen
// ----------------------------------------------------
// 1. Erstelle index.php
// ----------------------------------------------------
$indexContent = '
<?php
session_start();
' . ($settings['useCaptcha'] === 'simple' ? '
$captcha_num1 = mt_rand(1, 9);
$captcha_num2 = mt_rand(1, 9);
Code: Alles auswählen
// ----------------------------------------------------
// 1. Erstelle index.php
// ----------------------------------------------------
$indexContent = '<?php
session_start();
' . ($settings['useCaptcha'] === 'simple' ? '
$captcha_num1 = mt_rand(1, 9);
$captcha_num2 = mt_rand(1, 9);
grünes Licht- große Leistung - Hut ab
ChatGPTmuss ich aber dennoch in Schutz nehmen, denn schlussendlich hat sie jede von Deinem Generator generierte Seite auch zum Laufen bei mir bekommen.
Ich habe es nun in meiner php.ini auf off gesetzt; Default Value: Off
; Development Value: 4096
; Production Value: 4096
; https://php.net/output-buffering
output_buffering = off
Code: Alles auswählen
<img src="../../app/themes/mobirise5/components/content5/captcha.php" alt="CAPTCHA" class="captcha-image" id="captcha-image">
Code: Alles auswählen
<!-- Tommy added -->
<script>
if ( self == top ) { location.href = "https://www.mobirise-tutorials.com/Tutorials-3/Formulargenerator-KI.php#Formular"; }
</script>