Ray.Services
1indexfile
Ray.Services
Ray.Services
affiliate.php ( PHP script, UTF-8 Unicode text )<?php $dataFile = 'data.txt'; // Handle form submission if ($_SERVER['REQUEST_METHOD'] === 'POST') { $name = trim($_POST['name'] ?? ''); $email = trim($_POST['email'] ?? ''); $referralCode = trim($_POST['referral'] ?? ''); if ($name && $email) { $entry = "$name | $email | $referralCode | " . date('Y-m-d H:i:s') . "n"; file_put_contents($dataFile, $entry, FILE_APPEND | LOCK_EX); $message = "✅ Thanks for signing up, $name!"; } else { $message = "⚠️ Please fill in all required fields."; } } ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Affiliate Signup</title> <style> body { font-family: sans-serif; background: #f4f4f4; padding: 40px; } .form-box { background: #fff; padding: 20px; max-width: 400px; margin: auto; border-radius: 8px; box-shadow: 0 0 10px rgba(0,0,0,0.1); } input, button { width: 100%; padding: 10px; margin-top: 10px; font-size: 1rem; } .message { margin-top: 20px; font-weight: bold; color: green; } </style> </head> <body> <div class="form-box"> <h2>Affiliate Signup</h2> <form method="POST"> <input type="text" name="name" placeholder="Your Name" required /> <input type="email" name="email" placeholder="Your Email" required /> <input type="text" name="referral" placeholder="Referral Code (optional)" /> <button type="submit">Sign Up</button> </form> <?php if (!empty($message)): ?> <div class="message"><?= htmlspecialchars($message) ?></div> <?php endif; ?> </div> </body> </html>
Ray Services – Unlimited Apps & Website Template
index.php ( HTML document, UTF-8 Unicode text )<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Subscribe for Unlimited Apps</title> <style> :root { --primary-color: #007bff; --background-color: #f4f7f6; --text-color: #333; --card-background: #fff; --border-radius: 8px; } body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; background-color: var(--background-color); color: var(--text-color); display: flex; justify-content: center; align-items: center; min-height: 100vh; margin: 0; padding: 20px; } .container { max-width: 700px; width: 100%; text-align: center; } .card { background-color: var(--card-background); padding: 40px; border-radius: var(--border-radius); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); } h1 { color: var(--primary-color); font-size: 2.5rem; margin-bottom: 10px; } p { font-size: 1.1rem; line-height: 1.6; margin-bottom: 20px; } ul { list-style: none; padding: 0; text-align: left; margin: 20px 0; } li { font-size: 1rem; margin-bottom: 10px; } .subscribe-btn { display: inline-block; background-color: var(--primary-color); color: #fff; font-size: 1.2rem; font-weight: bold; padding: 15px 30px; border-radius: var(--border-radius); text-decoration: none; transition: background-color 0.3s ease; } .mailto:crh2123" style="color:#0070f3;">crh2123@icloud.com</a> </div> <div style="margin-bottom:12px;"> <label><strong>Cash App:</strong></label><br> <a href="https://cash.app/app/MJMXLLT" target="_blank" style="color:#0070f3;">Join via Cash App</a> </div> <div style="margin-bottom:12px;"> <label><strong>Signal (Mobile Payments):</strong></label><br> <a href="sms:+16717872345" style="color:#0070f3;">+1 (671) 787-2345</a> </div> <hr style="margin:20px 0;"> <p style="font-size:0.9em; color:#666;">All payments go directly to Ray. No middlemen. 99% commission guaranteed.</p> </div> <div class="link-list"> <h2>Explore Our Live Apps</h2> <a href="https://crh2507.github.io/DOCOMO/" target="_blank">DOCOMO</a> <a href="https://crh2507.github.io/coin5/" target="_blank">coin5</a> <a href="https://crh2507.github.io/coin4/" target="_blank">coin4</a> <a href="https://crh2507.github.io/sheet/" target="_blank">sheet</a> <a href="https://crh2507.github.io/coin3/" target="_blank">coin3</a> <a href="https://crh2507.github.io/coin2/" target="_blank">coin2</a> <a href="https://crh2507.github.io/coin/" target="_blank">coin</a> <a href="https://crh2507.github.io/raycoin/" target="_blank">raycoin</a> <a href="https://crh2507.github.io/ad/" target="_blank">ad</a> <a href="https://crh2507.github.io/sell/" target="_blank">sell</a> <a href="https://crh2507.github.io/hub/" target="_blank">hub</a> <a href="https://crh2507.github.io/money/" target="_blank">money</a> <a href="https://crh2507.github.io/art/" target="_blank">art</a> <a href="https://crh2507.github.io/memo/" target="_blank">memo</a> <a href="https://crh2507.github.io/journal/" target="_blank">journal</a> <a href="https://crh2507.github.io/bot2/" target="_blank">bot2 admin TRAIN</a> <a href="https://crh2507.github.io/bot1/" target="_blank">bot1 TRAIN</a> <a href="https://crh2507.github.io/bot/" target="_blank">bot PWA</a> <a href="https://crh2507.github.io/drop/" target="_blank">MeMe drop</a> <a href="https://crh2507.github.io/5/" target="_blank">RayBot Admin</a> <a href="https://crh2507.github.io/4/" target="_blank">2nd DoCoMo Wallet</a> <a href="https://crh2507.github.io/3/" target="_blank">DoCoMo wallet</a> <a href="https://crh2507.github.io/2/" target="_blank">2nd wallet</a> <a href="https://crh2507.github.io/1/" target="_blank">1st wallet</a> </div> </div> </div> </body> </html>
Self-Selling Landing Page