PHP 8.2.31
Preview: pay.php Size: 2.38 KB
/proc/self/root/home/nshryvcy/taramarriagebureau.com/wp-content/themes/planmyday/pay.php

<?php
/* Template Name: Simple Payment Page */
get_header();
?>

<div style="max-width:600px; margin:50px auto; font-family: Arial, sans-serif; text-align:center;">
  <h2>सेवा रोज्नुहोस् र भुक्तानी गर्नुहोस्</h2>

  <select id="serviceSelect" style="font-size:16px; padding:8px; margin-top:20px; width:80%;">
    <option value="">-- सेवा चयन गर्नुहोस् --</option>
    <option value="matrimonial">बैबाहिक जोडीमिलान</option>
    <option value="auspicious">धार्मिक / सांस्कृतिक शुभकार्यहरु</option>
    <option value="pilgrimage">तीर्थयात्रा</option>
  </select>

  <div id="qrContainer" style="margin-top:30px; display:none;">
    <img id="qrCode" src="http://taramarriagebureau.com/wp-content/uploads/2025/05/Screenshot-2025-05-25-183417.png" alt="QR Code for Payment" style="width:100%; max-width:400px; height:auto; border:1px solid #ccc; border-radius:8px;">
    <p id="note" style="margin-top:15px; font-size:16px; color:#333;"></p>
  </div>
</div>

<script>
  const serviceNotes = {
    matrimonial: 'बैबाहिक जोडीमिलान सेवाको लागि माथिको QR कोड स्क्यान गरी शुल्क भुक्तानी गर्नुहोस्।',
    auspicious: 'धार्मिक / सांस्कृतिक शुभकार्यहरुको लागि माथिको QR कोड स्क्यान गरी शुल्क भुक्तानी गर्नुहोस्।',
    pilgrimage: 'तीर्थयात्रा सेवाको लागि माथिको QR कोड स्क्यान गरी शुल्क भुक्तानी गर्नुहोस्।'
  };

  const select = document.getElementById('serviceSelect');
  const qrContainer = document.getElementById('qrContainer');
  const note = document.getElementById('note');

  select.addEventListener('change', function() {
    if (this.value) {
      qrContainer.style.display = 'block';
      note.textContent = serviceNotes[this.value] || '';
    } else {
      qrContainer.style.display = 'none';
      note.textContent = '';
    }
  });
</script>

<?php
get_footer();
?>

Directory Contents

Dirs: 8 × Files: 24

Name Size Perms Modified Actions
css DIR
- drwxr-xr-x 2025-04-30 03:18:26
Edit Download
fw DIR
- drwxr-xr-x 2025-04-30 03:18:34
Edit Download
images DIR
- drwxr-xr-x 2025-04-30 03:18:27
Edit Download
includes DIR
- drwxr-xr-x 2025-04-30 03:18:25
Edit Download
js DIR
- drwxr-xr-x 2025-04-30 03:18:27
Edit Download
languages DIR
- drwxr-xr-x 2025-04-30 03:18:25
Edit Download
plugins DIR
- drwxr-xr-x 2025-04-30 03:18:25
Edit Download
templates DIR
- drwxr-xr-x 2025-04-30 03:18:26
Edit Download
364 B lrw-r--r-- 2025-04-30 03:18:26
Edit Download
60 B lrw-r--r-- 2025-04-30 03:18:27
Edit Download
503 B lrw-r--r-- 2025-04-30 03:18:27
Edit Download
236 B lrw-r--r-- 2025-04-30 03:18:25
Edit Download
240 B lrw-r--r-- 2025-04-30 03:18:26
Edit Download
8.66 KB lrw-r--r-- 2025-04-30 03:18:26
Edit Download
2.88 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
5.03 KB lrw-r--r-- 2025-04-30 03:18:27
Edit Download
6.36 KB lrw-r--r-- 2025-05-19 13:28:11
Edit Download
18.10 KB lrw-r--r-- 2025-05-19 13:43:28
Edit Download
6.16 KB lrw-r--r-- 2025-05-25 05:11:26
Edit Download
484 B lrw-r--r-- 2025-04-30 03:18:25
Edit Download
61 B lrw-r--r-- 2025-04-30 03:18:27
Edit Download
2.38 KB lrw-r--r-- 2025-05-25 14:07:19
Edit Download
195.05 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
75 B lrw-r--r-- 2025-04-30 03:18:34
Edit Download
399 B lrw-r--r-- 2025-04-30 03:18:26
Edit Download
1.63 KB lrw-r--r-- 2025-05-25 13:29:21
Edit Download
1.13 KB lrw-r--r-- 2025-04-30 03:18:26
Edit Download
60 B lrw-r--r-- 2025-04-30 03:18:27
Edit Download
114 B lrw-r--r-- 2025-04-30 03:18:25
Edit Download
571 B lrw-r--r-- 2025-04-30 03:18:25
Edit Download
229.78 KB lrw-r--r-- 2025-04-30 03:18:27
Edit Download
16.54 KB lrw-r--r-- 2025-04-30 03:18:27
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).