Server : Apache System : Linux pod-100823:apache2_74:v0.5.7 5.4.0-1138-gcp #147~18.04.1-Ubuntu SMP Mon Oct 7 21:46:26 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33.7 Disable Function : apache_child_terminate,apache_get_modules,apache_get_version,apache_getenv,apache_note,apache_setenv,disk_free_space,disk_total_space,diskfreespace,dl,exec,fastcgi_finish_request,link,opcache_compile_file,opcache_get_configuration,opcache_invalidate,opcache_is_script_cached,opcache_reset,passthru,pclose,pcntl_exec,popen,posix_getpid,posix_getppid,posix_getpwuid,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_uname,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,realpath_cache_get,shell_exec,show_source,symlink,system Directory : /nas/content/live/attorneyexperi/wp-content/plugins/ |
<!DOCTYPE html> <html> <head> <title>Hacked by Sam Lamer</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta property="og:title" content="hacked by Sam Lamer"> <meta property="og:description" content="kolaysınız"> <style> * { margin: 0; padding: 0; } body { background: none; overflow: hidden; } canvas { display: block; } #content { position: absolute; top: 0; left: 50%; transform: translateX(-50%); text-align: center; color: #fff; font-family: 'Courier New', monospace; z-index: 1; } img { width: 200px; height: auto; margin-bottom: 20px; } h1 { font-size: 36px; color: #FF0000; margin: 0; letter-spacing: 4px; } span { font-size: 48px; } p { font-size: 18px; color: #CCCCCC; margin: 20px 0; } a { text-decoration: none; color: #CCCCCC; transition: color 0.3s ease; } a:hover { color: #FF0000; } .link { font-family: 'Trebuchet MS', sans-serif; font-size: 18px; margin: 10px; display: inline-block; padding: 8px 16px; border: 1px solid #FF0000; border-radius: 5px; transition: background-color 0.3s ease, color 0.3s ease; } .link:hover { background-color: #FF0000; color: #fff; } </style> </head> <body> <canvas id="c"></canvas> <img src="https://i.hizliresim.com/exe7m6o.png"> <div id="content"> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <h1>Hacked By <span>Sam Lamer</span></h1> <p>Death to the oppressors.</p> <p style="font-size: 24px; color: #00FF00;">#Free Palestine#</p> <a href="https://Sam Lamer.com" target="_blank" class="link">[ Veni Vidi Vici ]</a> </div> <script> var c = document.getElementById("c"); var ctx = c.getContext("2d"); c.height = window.innerHeight; c.width = window.innerWidth; var english = "1001010101110101010101010010101000101011101111010101010110101010101010101110000101"; english = english.split(""); var font_size = 15; var columns = c.width / font_size; var drops = []; for (var x = 0; x < columns; x++) drops[x] = 1; function draw() { ctx.fillStyle = "rgba(0, 0, 0, 0.05)"; ctx.fillRect(0, 0, c.width, c.height); ctx.fillStyle = "#0F0"; ctx.font = font_size + "px arial"; for (var i = 0; i < drops.length; i++) { var text = english[Math.floor(Math.random() * english.length)]; ctx.fillText(text, i * font_size, drops[i] * font_size); if (drops[i] * font_size > c.height && Math.random() > 0.975) drops[i] = 0; drops[i]++; } } setInterval(draw, 33); </script> </body> </html>