HEX
Server: Apache
System: Linux iad1-shared-e1-19 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User: austral3d (14892361)
PHP: 5.6.40
Disabled: NONE
Upload Files
File: /home/austral3d/fourdplan.com/php/matrix.html
<html>
	<head>
		<title>
		</title>
		<style type="text/css">
			.text {
			  font: bold 90% monospace;
			  color:#42C920;
			  text-transform:uppercase;
			}
			.parpadea {
			  
			  animation-name: parpadeo;
			  animation-duration: 5s;
			  animation-timing-function: linear;
			  animation-iteration-count: infinite;

			  -webkit-animation-name:parpadeo;
			  -webkit-animation-duration: 0.2s;
			  -webkit-animation-timing-function: linear;
			  -webkit-animation-iteration-count: infinite;
			}

			@-moz-keyframes parpadeo{  
			  0% { opacity: 1.0; }
			  50% { opacity: 0.0; }
			  100% { opacity: 1.0; }
			}

			@-webkit-keyframes parpadeo {  
			  0% { opacity: 1.0; }
			  50% { opacity: 0.0; }
			   100% { opacity: 1.0; }
			}

			@keyframes parpadeo {  
			  0% { opacity: 1.0; }
			   50% { opacity: 0.0; }
			  100% { opacity: 1.0; }
			}
		</style>
	</head>
	<body style="background-color:black;">
		<span class="text">Tu pagina esta siendo hackeada<span class="parpadea text"><strong>_</strong>
	</body>
</html>