Файловый менеджер - Редактировать - /home/gqdcvggs/go.imators.com/eyefind.zip
Назад
PK �4�[���' ' index.htmlnu �[��� <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>EyeFind Search</title> <link href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.19/tailwind.min.css" rel="stylesheet"> <style> body { background: #dcdcdc; font-family: Arial, sans-serif; overflow: hidden; } .search-container { background: #ffffff; border: 2px solid #000000; box-shadow: 5px 5px 0 #000000; padding: 20px; max-width: 800px; margin: 20px auto; text-align: center; position: relative; z-index: 2; } .search-bar { width: 70%; padding: 10px; border: 2px solid #000000; margin-bottom: 20px; } .search-button { padding: 10px 20px; background: #000000; color: #ffffff; border: 2px solid #000000; cursor: pointer; } .logo { margin: 0 auto 20px; } .results { background: #ffffff; border: 2px solid #000000; box-shadow: 5px 5px 0 #000000; padding: 20px; max-width: 800px; margin: 20px auto; position: relative; z-index: 2; } .result-item { margin-bottom: 15px; padding: 10px; border: 2px solid #000000; position: relative; } .result-item a { text-decoration: none; color: #0000ee; } .result-item a:hover { text-decoration: underline; } .glitch { position: relative; display: inline-block; color: #000; font-weight: bold; } .glitch::before, .glitch::after { content: attr(data-text); position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: #000; background: #fff; overflow: hidden; clip: rect(0, 900px, 0, 0); animation: glitch 2s infinite; } .glitch::before { left: 2px; text-shadow: -2px 0 red; animation-delay: -0.2s; } .glitch::after { left: -2px; text-shadow: -2px 0 blue; animation-delay: -0.3s; } @keyframes glitch { 0% { clip: rect(42px, 9999px, 44px, 0); } 5% { clip: rect(12px, 9999px, 56px, 0); } 10% { clip: rect(10px, 9999px, 85px, 0); } 15% { clip: rect(45px, 9999px, 85px, 0); } 20% { clip: rect(75px, 9999px, 85px, 0); } 25% { clip: rect(10px, 9999px, 105px, 0); } 30% { clip: rect(60px, 9999px, 105px, 0); } 35% { clip: rect(40px, 9999px, 125px, 0); } 40% { clip: rect(30px, 9999px, 145px, 0); } 45% { clip: rect(20px, 9999px, 165px, 0); } 50% { clip: rect(10px, 9999px, 185px, 0); } 55% { clip: rect(50px, 9999px, 195px, 0); } 60% { clip: rect(30px, 9999px, 200px, 0); } 65% { clip: rect(20px, 9999px, 220px, 0); } 70% { clip: rect(10px, 9999px, 240px, 0); } 75% { clip: rect(60px, 9999px, 260px, 0); } 80% { clip: rect(40px, 9999px, 280px, 0); } 85% { clip: rect(30px, 9999px, 300px, 0); } 90% { clip: rect(20px, 9999px, 320px, 0); } 95% { clip: rect(10px, 9999px, 340px, 0); } 100% { clip: rect(5px, 9999px, 360px, 0); } } .background-glitch { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('https://www.toptal.com/designers/subtlepatterns/patterns/static-tv.png'); mix-blend-mode: multiply; animation: bg-glitch 0.5s infinite; } @keyframes bg-glitch { 0% { opacity: 0.8; transform: scale(1); } 50% { opacity: 1; transform: scale(1.02); } 100% { opacity: 0.8; transform: scale(1); } } </style> </head> <body class="flex flex-col items-center"> <div class="background-glitch"></div> <div class="search-container"> <img src="https://cdn.imators.com/eyefind.png" alt="Logo" class="w-32 h-12 mx-auto mb-4"> <p class="text-sm mb-5 glitch" data-text="Version datant du 18 décembre 2003">Version datant du 18 décembre 2003</p> <input type="text" class="search-bar" placeholder="Trouver une Flecca Bank"> <button class="search-button">Search</button> </div> <div class="results"> <div class="result-item"> <h2 class="text-xl glitch" data-text="L'ANR et son programme de recrutement"><a href="anr.html">L'ANR et son programme de recrutement</a></h2> <p>Envie de visiter le site de l'ANR ? Devenez inviter de nos nombreuses éxperience écologique pour un monde meilleur !</p> </div> <div class="result-item"> <h2 class="text-xl glitch" data-text="EyeFind message"><a href="msg.html">EyeFind message</a></h2> <p>Envoyez des messages dans toute l'Amérique grâce à notre système de messagerie en ligne</p> </div> <div class="result-item"> <h2 class="text-xl glitch" data-text="FlyUS | Vol en direction d'un reve !"><a href="/fly.html">FlyUS | Vol en direction d'un reve !</a></h2> <p>Avec FlyUS, reserver votre vol vers une destination incroyable pour vous et votre famille</p> </div> </div> <script> const heading = document.getElementById('main-heading'); const originalText = heading.getAttribute('data-text'); const errorText = 'ERROR DATABASE'; function glitchText() { const glitchChance = Math.random(); if (glitchChance > 0.7) { heading.innerText = errorText; } else { heading.innerText = originalText; } } setInterval(glitchText, 500); </script> </body> </html>PK �4�[Rw�q q anr.htmlnu �[��� <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>ANR</title> <link href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.19/tailwind.min.css" rel="stylesheet"> <style> body { background: #dcdcdc; font-family: 'Times New Roman', Times, serif; color: #333; } .container { background: #ffffff; border: 2px solid #000000; box-shadow: 5px 5px 0 #000000; padding: 20px; max-width: 800px; margin: 20px auto; text-align: center; } .header { border-bottom: 2px solid #000000; padding-bottom: 20px; margin-bottom: 20px; } .header h1 { font-size: 3rem; margin-bottom: 10px; } .header p { font-size: 1.25rem; color: #666; } .nav { margin-bottom: 20px; } .nav a { text-decoration: none; color: #0000ee; margin: 0 10px; font-weight: bold; } .nav a:hover { text-decoration: underline; } .main { text-align: left; } .main h2 { font-size: 2rem; margin-bottom: 10px; } .main p, .main ul { margin-bottom: 20px; } .footer { border-top: 2px solid #000000; padding-top: 20px; margin-top: 20px; font-size: 0.875rem; } </style> </head> <body> <div class="container"> <header class="header"> <h1>ANR</h1> <p>L'assemblé nationalle des régions, depuis 1990, s'engage à servir votre nation en trouvant des solutions civiles favorable pour tous !</p> </header> <nav class="nav"> <a href="index.html">Retour sur EyeFind</a> </nav> <main class="main"> <section id="about" class="mb-8"> <h2>Notre campagne de recrutement</h2> <p>Notre campagne de recrutement a pour but d'écarter les intrus et de filtrer les personnes qui souhaitent nous rejoindre. Pour être recruté, vous devez nous envoyer un message sur le canal ANR via EyeFind Message. Si votre présentation et votre sérieux sont au rendez-vous, vous obtiendrez une réponse.</p> </section> <section id="services" class="mb-8"> <h2>Nous protégons déja :</h2> <ul class="list-disc list-inside"> <li>Cayo Perico - Siège de l'ANR</li> <li>Paleto Bay - Poste marin de garde</li> <li>Los Santos - Poste marin de garde</li> <li>Human - Laboratoire privé</li> </ul> </section> </main> <footer class="footer"> <p>&copy; 2003 Assemblé Nationnale des Régions. Une .</p> </footer> </div> </body> </html>PK �4�[_���w w msg.htmlnu �[��� <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Institut Exemple - Messagerie</title> <link href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.19/tailwind.min.css" rel="stylesheet"> <style> body { background: #dcdcdc; font-family: 'Times New Roman', Times, serif; color: #333; } .container { background: #ffffff; border: 2px solid #000000; box-shadow: 5px 5px 0 #000000; padding: 20px; max-width: 800px; margin: 20px auto; text-align: center; } .header { border-bottom: 2px solid #000000; padding-bottom: 20px; margin-bottom: 20px; } .header h1 { font-size: 3rem; margin-bottom: 10px; } .header p { font-size: 1.25rem; color: #666; } .contacts { display: flex; justify-content: space-around; margin-bottom: 20px; } .contact { text-align: center; cursor: pointer; } .contact img { border: 2px solid #000000; border-radius: 50%; margin-bottom: 10px; } .modal { display: none; position: fixed; z-index: 10; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.5); justify-content: center; align-items: center; } .modal-content { background: #ffffff; border: 2px solid #000000; box-shadow: 5px 5px 0 #000000; padding: 20px; width: 90%; max-width: 500px; text-align: left; } .form-group { margin-bottom: 20px; } .form-group label { display: block; margin-bottom: 5px; } .form-group input, .form-group textarea { width: 100%; padding: 10px; border: 2px solid #000000; margin-bottom: 10px; } .send-button { padding: 10px 20px; background: #000000; color: #ffffff; border: 2px solid #000000; cursor: pointer; } .close-button { float: right; cursor: pointer; padding: 5px; background: #000000; color: #ffffff; border: none; } .notification { display: none; position: fixed; bottom: 20px; right: 20px; background: #48bb78; color: white; padding: 10px 20px; border-radius: 5px; box-shadow: 0px 0px 10px rgba(0,0,0,0.1); } </style> </head> <body> <div class="container"> <header class="header"> <h1>EyeFind message</h1> <p>Envoyer un message � un canal</p> </header> <div class="contacts"> <div class="contact" onclick="openModal('ANR')"> <img src="https://cdn.imators.com/anr.png" alt="ANR" class="w-24 h-24"> <p>ANR</p> </div> <div class="contact" onclick="openModal('contact2')"> <img src="https://via.placeholder.com/100" alt="Contact 2" class="w-24 h-24"> <p>Not found</p> </div> <div class="contact" onclick="openModal('contact3')"> <img src="https://via.placeholder.com/100" alt="Contact 3" class="w-24 h-24"> <p>Not found</p> </div> </div> </div> <div id="modal" class="modal"> <div class="modal-content"> <button class="close-button" onclick="closeModal()">X</button> <div class="form-group"> <label for="discord-username">Lien-D (Nom complet Discord) :</label> <input type="text" id="discord-username" placeholder="Entrez votre pseudo Discord"> </div> <div class="form-group"> <label for="message">Votre message :</label> <textarea id="message" rows="4" placeholder="Entrez votre message"></textarea> </div> <button class="send-button" onclick="sendMessage()">Envoyer</button> </div> </div> <div id="notification" class="notification"> Message envoy� avec succ�s. </div> <script> let selectedContact = ''; function openModal(contact) { selectedContact = contact; document.getElementById('modal').style.display = 'flex'; } function closeModal() { document.getElementById('modal').style.display = 'none'; } function showNotification(message) { const notification = document.getElementById('notification'); notification.textContent = message; notification.style.display = 'block'; setTimeout(() => { notification.style.display = 'none'; }, 3000); } function sendMessage() { const username = document.getElementById('discord-username').value; const message = document.getElementById('message').value; let webhookUrl = ''; if (!username || !message) { showNotification('Veuillez saisir votre pseudo Discord et votre message.'); return; } switch (selectedContact) { case 'contact1': webhookUrl = 'https://discord.com/api/webhooks/1256283040930332825/QEUV3orGrxytSnqo-gJSdLPEqwBEg339pkNIdbBxnLMNsgrHBUlTW-I72akeWMgkoAtU'; break; case 'contact2': webhookUrl = 'https://discord.com/api/webhooks/YOUR_WEBHOOK_ID_2/YOUR_WEBHOOK_TOKEN_2'; break; case 'contact3': webhookUrl = 'https://discord.com/api/webhooks/YOUR_WEBHOOK_ID_3/YOUR_WEBHOOK_TOKEN_3'; break; default: showNotification('Contact non valide.'); return; } const payload = { content: message, username: username, }; fetch(webhookUrl, { method: 'POST', headers: { 'Content-Type': 'application/json', }, body: JSON.stringify(payload), }) .then(response => { if (response.ok) { showNotification('Message envoy� avec succ�s.'); closeModal(); document.getElementById('discord-username').value = ''; document.getElementById('message').value = ''; } else { showNotification('Une erreur est survenue lors de l\'envoi du message.'); } }) .catch(error => { console.error('Erreur:', error); showNotification('Une erreur est survenue lors de l\'envoi du message.'); }); } </script> </body> </html> PK �4�[���' ' index.htmlnu �[��� PK �4�[Rw�q q a anr.htmlnu �[��� PK �4�[_���w w msg.htmlnu �[��� PK � �:
| ver. 1.6 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка