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/thread-self/root/tmp/bm_seo_cta_patch.cjs
const fs = require('fs');
function replaceExact(file, from, to) {
  let s = fs.readFileSync(file, 'utf8');
  if (!s.includes(from)) throw new Error(`Missing expected text in ${file}: ${from.slice(0,140)}`);
  s = s.replace(from, to);
  fs.writeFileSync(file, s, 'utf8');
}
replaceExact('web/scripts/generate-seo-pages.mjs',
`      <section class="seo-quick-start" data-growth-marker="seo-quick-start" aria-label="Schneller Einstieg in den Profilbild-Test">
        <div class="seo-quick-copy">
          <span class="seo-quick-label">Sofort ausprobieren · kein Upload nötig</span>
          <strong>Bewerte sofort das erste Foto statt weiterzulesen.</strong>
          <span>Ein Klick führt direkt zu einem echten Foto im Bewertungsflow: keine Anmeldung, kein eigenes Foto, sofort Dating-, Business- oder Social-Wirkung verstehen.</span><div class="quick-start-proof"><span>1 Klick bis zum ersten Foto</span><span>echte Community-Stimmen</span><span>danach eigenes Foto testen</span></div>
        </div>
        <div class="seo-quick-actions">
          <a class="btn btn-primary" href="\${rateUrl}" \${seoTrackAttributes('seo_flow_rate_click', page.slug, 'quick-start-primary-direct-rate')}>Jetzt sofort ein Foto bewerten</a>`,
`      <section class="seo-quick-start" data-growth-marker="seo-quick-start seo-above-fold-rate-cta" aria-label="Schneller Einstieg in den Profilbild-Test">
        <div class="seo-quick-copy">
          <span class="seo-quick-label">Beliebtester nächster Schritt · ohne Upload</span>
          <strong>Sieh sofort ein echtes Profilbild und gib eine Stimme ab.</strong>
          <span>Für Suchbesucher ist das der schnellste Weg, bewertemich.de zu verstehen: ein Foto sehen, 1 bis 10 bewerten, danach erst entscheiden, ob du dein eigenes Foto testen willst.</span><div class="quick-start-proof"><span>10 Sekunden bis zur ersten Stimme</span><span>keine Anmeldung</span><span>danach eigenes Foto testen</span></div>
        </div>
        <div class="seo-quick-actions">
          <a class="btn btn-primary" href="\${rateUrl}" \${seoTrackAttributes('seo_flow_rate_click', page.slug, 'quick-start-primary-direct-rate')}>Erstes Foto jetzt bewerten</a>`);
replaceExact('web/scripts/generate-seo-pages.mjs',
`          <p class="hero-nudge"><strong>Kein Upload nötig:</strong> Starte mit drei schnellen Bewertungen. Keine Anmeldung, kein Foto von dir, sofort im Community-Flow.</p>
          <div class="actions">
            <a class="btn btn-primary" href="\${rateUrl}" \${seoTrackAttributes('seo_flow_rate_click', page.slug, 'hero-rate-first')}>Jetzt mitbewerten statt weiterlesen</a>`,
`          <p class="hero-nudge"><strong>Kein Upload nötig:</strong> Starte mit einer echten Bewertung. Keine Anmeldung, kein Foto von dir, sofort im Community-Flow.</p>
          <div class="actions">
            <a class="btn btn-primary" href="\${rateUrl}" \${seoTrackAttributes('seo_flow_rate_click', page.slug, 'hero-rate-first')}>Erstes Foto bewerten</a>`);
let smoke = fs.readFileSync('scripts/growth-smoke-check.mjs', 'utf8');
smoke = smoke.replaceAll("'Sofort ausprobieren · kein Upload nötig'", "'Beliebtester nächster Schritt · ohne Upload'");
smoke = smoke.replaceAll("'Jetzt sofort ein Foto bewerten'", "'Erstes Foto jetzt bewerten'");
if (!smoke.includes("'seo-above-fold-rate-cta'")) smoke = smoke.replaceAll("'quick-start-primary-direct-rate'", "'quick-start-primary-direct-rate', 'seo-above-fold-rate-cta', '10 Sekunden bis zur ersten Stimme'");
fs.writeFileSync('scripts/growth-smoke-check.mjs', smoke, 'utf8');