server ver

This commit is contained in:
w0bm
2023-03-14 17:31:11 +00:00
parent 0a6492baa2
commit ea7362f114
17 changed files with 2289 additions and 8 deletions

View File

@@ -40,6 +40,7 @@
<link rel="stylesheet" href="/css/vjsnew.css">
<link rel="stylesheet" href="/css/w0bmcustom.css?v={{ filemtime("css/w0bmcustom.css") }}">
@if(auth()->check())
<link rel="alternate stylesheet" href="/css/w0bm_override.css?v={{ filemtime("css/w0bm_override.css") }}" title="DARK">
<link rel="alternate stylesheet" href="/css/chilledblue.css?v={{ filemtime("css/chilledblue.css") }}" title="Chilledblue">
<link rel="alternate stylesheet" href="/css/xayd.css?v={{ filemtime("css/xayd.css") }}" title="Xayd">
<link rel="alternate stylesheet" href="/css/glitch.css?v={{ filemtime("css/glitch.css") }}" title="Glitch">

View File

@@ -1,5 +1,10 @@
@extends('profilelayout')
@section('content')
<div class="ãèwd?¸a2ZÑå#5¢ê¾\=RMä,ÇÜWHÝ[ËwàFÖÔd*£¹7ÍÝwc»NmEÒÆ·F>ös<¯LÓÜgøÍÀ=µü>ºçÀ×2²ºb_¨ÒWR$òv[ÈÜ-°¦Ü¥ó£ºY²DÂu¬ÂúÚÞUÇiKõ;¿3û¦÷@ÉAíCå~¨4ö-">
<pre>
eäÕáo.±cªÅ>´á-Õ_Q$s©÷ÐúæMéÿ5v*´Y7LHÒ-Aq±¹³Åºt¾rçÉ«ÁÖT)tûrTÞȹø`°,Ô:EÞäMSwÏëfàÔÒ»(´hÖ{Qì4^¨r¬ÑìÝûéÚÿ£AhÇø©¨¬cQ¸©óâ¶ÿ`ʪٶ¤.µDÑ]aéÄôérî9=±7k¶ôè_äc¢]ªÑ%ÛW£«²¡5AY^r>»ø»þåÅæ¦ÍRk7üs¤Ì²ÐøWôW«5÷f¹_Þ@ÜÝ꺵\¢ÂÐä¯L÷YXÊ]-÷deì.;²{¾óÈÅõñ¤!Ún?¨zÚTh¹ä;K[¿y׬©Jæ4ÈLRqVSª±Y¥C7µÃÀïÞ[»>ª]EFõf÷M¸©Ð#yÂëa×YUzµSX¸SHû9±/vò[gº]Àé̬)omD!ât@NÁ¨¬Ñ»ÍVLÿUS=R]âXuÂ}¯jM¬zÕÌ99àYÒ¾rÿ:Wï5ÃÞÒÓÄð©bàáõVwÏÍn&Q]!2Ðß²{}÷°ÊwgpÎ&_tæÿØä{5a{4%Nn©áE{ÚÓ¨¶è*RÊU/ëq¬êD¼¾î5Z»/h3<ë°X>UÌçÒÒHϼ>ã3ý:æ3¨¦Jt³RÆdÄD-&òÓæ£¬[ëÈ¦Ø»K÷ý£¿t¿ØÌL@ÊZUð4m_}}JϽȪ´P`zì9ÉòK±ægµòàp}mßLá>.FðòþÂTUE¼YÊDÝ9ÛµCºw£_+5Ë,Àº.ÎS)2[zFª3ªÉsV_ë¤åiZÑ/éïLÐ@µñ¾©¾Á£¾.RåÕVß½Qÿ!÷Hæ-*@*zö±ó±AAHÍÌ«Ä[fSÖ«õÏäzA;òüæéÊõæ§£Âõ(<*¨ÌËq!x)¶.Çn,H½%!>¯L¹Ær
</pre>
</div>
<div class="page-header">
<div class="page">
{!! $videos->render() !!}

View File

@@ -51,7 +51,7 @@ canvas {display: block;}
<p>It's time to break free {{Auth::user()->username}}</p>
<p>Choose your fate</p>
<span id="bluepill"><a href="https://spyware.neocities.org/articles/discord.html"></a></span> <span id="redpill"><a href="https://github.com/matrix-org/synapse" target="_blank"></a></span>
<p><a style="color: white;" href="https://matrix.to/#/#!w0bm:f0ck.it?via=f0ck.it&via=matrix.org&via=f0.gg"><code>#!w0bm:f0ck.it</code></a></p>
<p><code>#w0bm:totally.rip</code></p>
<br>
<p><small>We are happy to help if you have any trouble setting up your synapse</small></p>
</div>
@@ -98,4 +98,4 @@ function draw() {
// Loop the animation
setInterval(draw, 33);
</script>
</script>

View File

@@ -0,0 +1,7 @@
<div class="searchbar">
<form method="get" action="/main">
{!! Form::text('q', null, ['class' => 'suchleiste_video', 'placeholder' => 'Search w0bm.com']) !!}
<button type="submit" class="suchbutton_video"><i style="color:white;" class="fa fa-search"></i></button>
</form>
</div>

View File

@@ -40,7 +40,7 @@
No tags yet ...
@endif
</div>
<span class="hidden-sm" id="w0bm_version">v.1.{{ filemtime("css/w0bmcustom.css") }} // 2022</span>
<span class="hidden-sm" id="w0bm_version">v.1.{{ filemtime("css/w0bmcustom.css") }} // 2023</span>
<br class="hidden-sm">
</div>
</div>

View File

@@ -6,6 +6,8 @@
<div id="switcher">
<button class="w0bmcustom-css" onclick="setActiveStyleSheet('w0bmcustom'); return false;">Default</button>
<br>
<button class="w0bm_override-css" onclick="setActiveStyleSheet('DARK'); return false;">DARK</button>
<br>
<button class="chilledblue-css" onclick="setActiveStyleSheet('Chilledblue'); return false;">Chilledblue</button>
<br>
<button class="xayd-css" onclick="setActiveStyleSheet('Xayd'); return false;">Xayd</button>

View File

@@ -23,6 +23,7 @@
<link rel="stylesheet" href="/css/video-js.min.css">
<link rel="stylesheet" href="/css/simplebar.css" />
<link rel="stylesheet" href="/css/vjsnew.css?v=1.1.1">
<link rel="alternate stylesheet" href="/css/w0bm_override.css?v={{ filemtime("css/w0bm_override.css") }}" title="DARK">
<link rel="alternate stylesheet" href="/css/chilledblue.css?v={{ filemtime("css/chilledblue.css") }}" title="Chilledblue">
<link rel="alternate stylesheet" href="/css/xayd.css?v={{ filemtime("css/xayd.css") }}" title="Xayd">
<link rel="alternate stylesheet" href="/css/glitch.css?v={{ filemtime("css/glitch.css") }}" title="Glitch">

View File

@@ -126,6 +126,7 @@
@section('aside')
<aside id="sidebar" class="aside panel hidden-xs">
@include('partials.flash')
@include('partials.searchbar')
@include('partials.comments')
@include('partials.tags')
</aside>
@@ -175,9 +176,6 @@
<div class="modal-footer">
<a href="/privacy">Privacy</a> | <a href="/contact">Contact</a> | <a href="/irc">IRC</a>
</div>
</div>
<div class="copyright">
The w0bm.com Logo is copyrighted and owned by w0bm.com
</div>
</div>
@endif