get nuked

This commit is contained in:
Juli 2024-06-13 15:38:43 +00:00
parent 799258b453
commit f0a26b40c4
3 changed files with 0 additions and 81 deletions

View file

@ -1,27 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<!-- Cloudflare Web Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "3951490bfd414fa9aa21aa112269bd5c"}'></script><!-- End Cloudflare Web Analytics -->
<title>Juli's page</title>
<meta content="Juli's page" property="og:title" />
<meta content="Some fur's contacts" property="og:description" />
<meta content="#43B581" data-react-helmet="true" name="theme-color"/>
<link rel="stylesheet" href="/style/posts.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<?php
// Use ls command to shell_exec
// function
$output = shell_exec("fastfetch");
// Display the list of all file
// and directory
echo "<pre>$output</pre>";
?>
</body>
</html>

View file

@ -1,51 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<!-- Cloudflare Web Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "3951490bfd414fa9aa21aa112269bd5c"}'></script><!-- End Cloudflare Web Analytics -->
<title>Juli's page</title>
<meta content="Juli's page" property="og:title" />
<meta content="Some fur's contacts" property="og:description" />
<meta content="#43B581" data-react-helmet="true" name="theme-color"/>
<link rel="stylesheet" href="/style/pages.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="container">
<div class="header">
<h1>Juli's page</h1>
<div class="links">
<a href="/">Home</a> |
<a href="/posts/">Posts</a> |
<a href="/projects/">Projects</a> |
<a href="/contacts/">Contact</a> |
<a href="/lexis_crazybox/thesilly.html">idiots page :P</a>
</div>
<br>
<hr>
</div>
<div class="main">
Hello!<br>
This website is selfhosted by me, Juli.<br>
Our workflow is coding the site in replit, having that push to a git repo and a webhook from that to a python script which updated the live site.<br>
<br>
Below is the servers neofetch and phpinfo<br>
<div class="php_infi">
<iframe width=500 height=300 src="/hosting/info.php"></iframe>
</div>
<div class="fastfetch">
<iframe width=500 height=300 src="/hosting/fastfetch.php"></iframe>
</div>
</div>
</div>
<div class="footer">
<p>&copy; <?php echo date(
"Y"
); ?> Juli <a href="/images/footer.png">&</a> <a href="/lexis_crazybox/thesilly.html">idiot</a>. All rights reserved.</p>
</div>
</body>
</html>

View file

@ -1,3 +0,0 @@
<?php
phpinfo();
?> :3