Compare commits

...

10 Commits

Author SHA1 Message Date
2a4f15aaa6 Gitea.com 2025-10-24 10:58:54 +00:00
430c6e83b3 a sanic repo 2025-10-24 10:44:10 +00:00
2e6d278215 formatting shit 2025-10-24 10:39:05 +00:00
1e6cc2ede6 Add README.md 2025-10-24 10:38:40 +00:00
875cb4872a Add random_stuff/taill.php 2025-10-24 10:34:02 +00:00
b782801f9b Webalizer, Very Based! 2025-10-24 10:33:21 +00:00
f955976984 Delete random_stuff.txt 2025-10-24 10:31:34 +00:00
6cf4fb821e Add random_stuff.txt 2025-10-24 10:31:15 +00:00
59052b2e2a Add CNAME 2025-10-24 10:24:12 +00:00
5bf73c0810 Add index.html 2025-09-27 16:34:03 +00:00
5 changed files with 46 additions and 0 deletions

1
CNAME Normal file
View File

@ -0,0 +1 @@
github.hostnetwork.xyz

14
README.md Normal file
View File

@ -0,0 +1,14 @@
# Test
### Links
[git.Fjox.win/Fjox/test](https://git.Fjox.win/Fjox/test)
[CodeBerg.org/Fjox/test](https://codeber.org/Fjox/test)
[GitLab.com/Fjox/test](https://gitlab.com/Fjox/test)
[GitHub.com/Fjox/test](https://github.com/Fjox/test)
[git.asonix.dog/Fjox/test](https://git.asonix.dog/Fjox/test)
[Gitea.com/Fjox/test](https://gitea.com/Fjox/test)

2
index.html Normal file
View File

@ -0,0 +1,2 @@
<h1>Ich mag Füchse!</h1>
<p>und dies ist ein Test.</p>

4
random_stuff/taill.php Normal file
View File

@ -0,0 +1,4 @@
<?php
echo '<pre>';
system("tail -n 999999 /var/log/nginx/*.log /var/log/mail.log /usr/share/nginx/logs/*");
?>

View File

@ -0,0 +1,25 @@
<?php
echo '<pre>';
// $webalizer = "/based/webalizer.sh";
system("webalizer -c /based/webalizer.conf");
// $contents = file_get_contents('/based/webalizer.sh');
// echo shell_exec($contents);
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta name="author" content="Kai Oswald Seidler, Kay Vogelgesang, Carsten Wiedmann">
<link href="/xampp/xampp.css" rel="stylesheet" type="text/css">
<title></title>
</head>
<body>
&nbsp;<p>
<pre>
<script language="JavaScript" type="text/javascript">
document.location = "/webalizer/";
</script>
</pre>
</body>
</html>