HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //proc/self/root/tmp/cs-sound-ready-ui-form.patch
*** Begin Patch
*** Update File: /home/kiwerkzeuge.de/public_html/creator-studio/_lib/redesign.php
@@
             <input type="hidden" name="csrf" value="<?= cs_h($csrf) ?>" />
             <input type="hidden" name="action" value="photo-carousel-brief" />
             <label class="cs-field"><?= cs_h($isEn ? 'Template' : 'Template') ?><select name="template_id"><?php foreach ($templates as $template): ?><option value="<?= cs_h((string) $template['template_id']) ?>"><?= cs_h((string) $template['label']) ?></option><?php endforeach; ?></select></label>
+            <label class="cs-field"><?= cs_h($isEn ? 'Delivery path' : 'Auslieferungspfad') ?><select name="delivery_mode"><?php foreach ($deliveryModes as $mode): ?><option value="<?= cs_h((string) $mode['mode']) ?>"><?= cs_h((string) ($isEn ? $mode['label'] : ($mode['mode'] === 'sound_ready_mp4' ? 'Sound-fähige vertikale MP4' : 'Photo/Carousel in TikTok-Inbox'))) ?></option><?php endforeach; ?></select></label>
             <label class="cs-field"><?= cs_h($isEn ? 'TikTok title' : 'TikTok-Titel') ?><input name="title" maxlength="90" required /></label>
             <label class="cs-field"><?= cs_h($isEn ? 'HTTPS image URLs, one per line' : 'HTTPS-Bild-URLs, eine pro Zeile') ?><textarea name="image_urls" required placeholder="https://kiwerkzeuge.de/creator-studio/assets/carousel/creator-studio-proof-1.png"></textarea></label>
             <label class="cs-field"><?= cs_h($isEn ? 'Description / caption direction' : 'Beschreibung / Caption-Richtung') ?><textarea name="description"></textarea></label>
+            <label class="cs-field"><?= cs_h($isEn ? 'Visible CTA URL / QR target' : 'Sichtbare CTA-URL / QR-Ziel') ?><input name="cta_url" type="url" placeholder="https://kiwerkzeuge.de/creator-studio/" /></label>
+            <label class="cs-field"><?= cs_h($isEn ? 'Sound direction' : 'Sound-Richtung') ?><input name="sound_direction" maxlength="240" placeholder="<?= cs_h($isEn ? 'Brand-safe upbeat bed, embedded into the MP4' : 'Markensicherer upbeat Sound, in die MP4 eingebettet') ?>" /></label>
             <label class="cs-field"><?= cs_h($isEn ? 'Cover image index' : 'Cover-Bildindex') ?><input name="cover_index" type="number" min="0" value="0" /></label>
+            <div class="cs-toggle-list">
+              <label><input type="hidden" name="visible_url_required" value="0" /><input type="checkbox" name="visible_url_required" value="1" checked /><?= cs_h($isEn ? 'Visible URL in media' : 'Sichtbare URL im Medium') ?></label>
+              <label><input type="hidden" name="qr_required" value="0" /><input type="checkbox" name="qr_required" value="1" checked /><?= cs_h($isEn ? 'QR code required' : 'QR-Code erforderlich') ?></label>
+              <label><input type="hidden" name="ai_disclosure_required" value="0" /><input type="checkbox" name="ai_disclosure_required" value="1" checked /><?= cs_h($isEn ? 'AI disclosure required' : 'KI-Hinweis erforderlich') ?></label>
+            </div>
             <label class="cs-field" style="display:none">Website<input name="website" tabindex="-1" autocomplete="off" /></label>
*** End Patch