📤
UPLOAD INDEX
Root + Dir1 + Dir2 — 5x Paralel
🔗
Root:
daisybusgardens.com | Total:
93
subdo
📤 Upload
index.php
ke 3 lokasi per subdo:
①
subdo.com/
(root)
②
subdo.com/dir1/
③
subdo.com/dir1/dir2/
🎲 Title
random
per lokasi dari
title.txt
📄 Semua URL berhasil disimpan ke
hasil.txt
// index.php — EDITOR
↺ Reset Default
<!DOCTYPE html> <html lang="id"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>{{title}}</title> <style> * { margin:0; padding:0; box-sizing:border-box; } body { min-height:100vh; display:flex; align-items:center; justify-content:center; background:#0f172a; font-family:Arial,sans-serif; color:white; text-align:center; padding:20px; } h1 { font-size:clamp(28px,8vw,56px); font-weight:900; } p { color:#64748b; margin-top:12px; font-size:16px; } </style> </head> <body> <div> <h1>🚀 {{title}}</h1> <p>We are working on something awesome. Stay tuned!</p> </div> </body> </html>
📝 Gunakan {{title}} untuk title random
🚀 UPLOAD SEMUA — ROOT + DIR1 + DIR2