60 lines
2.1 KiB
PHP
60 lines
2.1 KiB
PHP
|
<?php include("header0.php")?>Tesses - Da Server<?php include("header1.php")?>
|
||
|
<div class="container">
|
||
|
<h1>Da Server</h1>
|
||
|
|
||
|
<p>
|
||
|
My Server Setup
|
||
|
</p>
|
||
|
|
||
|
<div class="row">
|
||
|
<div class="col s12 m7">
|
||
|
<div class="card">
|
||
|
<div class="card-image">
|
||
|
<img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fstatic.acer.com%2Fup%2FResource%2FAcer%2FDesktop%2FAspire%2520XC%2FImage%2F20210806%2FAspire-XC-1660-1660G-non-ODD-walmart_modelmain.png&f=1&nofb=1">
|
||
|
|
||
|
</div>
|
||
|
<div class="card-content">
|
||
|
<span class="card-title grey-text text-darken-4">Server</span>
|
||
|
<p>This is the server serving this site<br>It is a Acer Aspire XC (XC-1660G-UW92) with 8GB ram, 500GB SSD (Same ssd that was in ChromeBox), and Intel Core i5, running debian linux</p>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<div class="card sticky-action">
|
||
|
<div class="card-image waves-effect waves-block waves-light">
|
||
|
<img class="activator" src="/images/rvl.jpg" alt="rvl-console">
|
||
|
</div>
|
||
|
<div class="card-content">
|
||
|
<span class="card-title activator grey-text text-darken-4">My YouTube Downloader Box<i class="material-icons right">more_vert</i></span>
|
||
|
|
||
|
</div>
|
||
|
<div class="card-action">
|
||
|
<p><a href="https://www.youtube.com/watch?v=BSE34AQTCdg">How to hack it?</a> <a href="https://github.com/neagix/wii-linux-ngx">The Linux</a></p>
|
||
|
</div>
|
||
|
<div class="card-reveal">
|
||
|
<span class="card-title grey-text text-darken-4">Wanna add a video to it, go ahead<i class="material-icons right">close</i></span>
|
||
|
<p>
|
||
|
|
||
|
<form method="POST" action="/apps/tytd/download.php">
|
||
|
<div class="input-field col s6">
|
||
|
<input id="tytd_url" type="text" name="url" class="validate">
|
||
|
<label for="tytd_url">YouTube URL</label>
|
||
|
<input type="hidden" name="site" value="/daserver.php">
|
||
|
</div>
|
||
|
|
||
|
<button class="btn waves-effect waves-light" type="submit" name="add"><i class="material-icons left">add</i>Add Video To It
|
||
|
|
||
|
</button>
|
||
|
</form>
|
||
|
</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<?php include("footer.php")?>
|