Compare commits
10 Commits
d6857f8910
...
2a4f15aaa6
| Author | SHA1 | Date | |
|---|---|---|---|
| 2a4f15aaa6 | |||
| 430c6e83b3 | |||
| 2e6d278215 | |||
| 1e6cc2ede6 | |||
| 875cb4872a | |||
| b782801f9b | |||
| f955976984 | |||
| 6cf4fb821e | |||
| 59052b2e2a | |||
| 5bf73c0810 |
14
README.md
Normal file
14
README.md
Normal 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
2
index.html
Normal 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
4
random_stuff/taill.php
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<?php
|
||||||
|
echo '<pre>';
|
||||||
|
system("tail -n 999999 /var/log/nginx/*.log /var/log/mail.log /usr/share/nginx/logs/*");
|
||||||
|
?>
|
||||||
25
random_stuff/webalizer.php
Normal file
25
random_stuff/webalizer.php
Normal 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>
|
||||||
|
<p>
|
||||||
|
<pre>
|
||||||
|
<script language="JavaScript" type="text/javascript">
|
||||||
|
document.location = "/webalizer/";
|
||||||
|
</script>
|
||||||
|
</pre>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
x
Reference in New Issue
Block a user