diff --git a/app/Http/Controllers/tmp/test.png b/app/Http/Controllers/tmp/test.png index 0d9791e..56c5b83 100644 Binary files a/app/Http/Controllers/tmp/test.png and b/app/Http/Controllers/tmp/test.png differ diff --git a/app/Http/Kernel.php b/app/Http/Kernel.php index 21c33fa..4034b64 100644 --- a/app/Http/Kernel.php +++ b/app/Http/Kernel.php @@ -12,7 +12,7 @@ class Kernel extends HttpKernel * @var array */ protected $middleware = [ - \Clockwork\Support\Laravel\ClockworkMiddleware::class, + //\Clockwork\Support\Laravel\ClockworkMiddleware::class, \Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode::class, Middleware\EncryptCookies::class, \Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse::class, diff --git a/app/Http/routes.php b/app/Http/routes.php index 29efbee..2844156 100644 --- a/app/Http/routes.php +++ b/app/Http/routes.php @@ -132,6 +132,7 @@ Route::group(["middleware" => "theme"], function() { Route::get('webm', function() { return view('webm'); })->middleware('auth'); Route::get('settings', function() { return view('settings'); })->middleware('auth'); Route::get('matrix', function() { return view('matrix'); })->middleware('auth'); + Route::get('git', function() { return view('git'); })->middleware('auth'); #Route::get('about', function() { return view('about'); })->middleware('auth'); Route::get('about', 'aboutController@index')->middleware('auth'); Route::get('irc', function() { return view('irc'); }); @@ -142,6 +143,8 @@ Route::group(["middleware" => "theme"], function() { Route::get('contact', function() { return view('contact'); }); #Route::get('terms', function() { return view('tos'); })->middleware('auth'); Route::get('privacy', function() { return view('privacy'); }); + Route::get('marderchen', function() { return view('marder'); }); + Route::get('blog', function() { return view('blog'); }); Route::get('stats', function() { return view('stats', [ 'user_count' => \App\Models\User::count(), diff --git a/config/app.php b/config/app.php index db076d5..66c3b50 100644 --- a/config/app.php +++ b/config/app.php @@ -155,7 +155,7 @@ return [ App\Providers\BladeServiceProvider::class, Greggilbert\Recaptcha\RecaptchaServiceProvider::class, Cviebrock\EloquentTaggable\ServiceProvider::class, - Clockwork\Support\Laravel\ClockworkServiceProvider::class, + //Clockwork\Support\Laravel\ClockworkServiceProvider::class, Sentry\SentryLaravel\SentryLaravelServiceProvider::class, ], diff --git a/public/css/chilledblue.css b/public/css/chilledblue.css index 4c37c08..3087e15 100644 --- a/public/css/chilledblue.css +++ b/public/css/chilledblue.css @@ -112,7 +112,7 @@ span.addtagsy>a:hover { .bootstrap-tagsinput { background: #21292f none repeat scroll 0 0; - border: 1px solid #000000; + border: 1px solid #717375; } .panel-default>.panel-heading { @@ -257,4 +257,8 @@ button#submittags:hover { .w0bm_emoji_anchor { background: #3e494f; -} \ No newline at end of file +} + +.tags { + background: rgb(33, 41, 47); + } \ No newline at end of file diff --git a/public/css/glitch.css b/public/css/glitch.css index dca89b9..57ce100 100644 --- a/public/css/glitch.css +++ b/public/css/glitch.css @@ -333,7 +333,7 @@ a.navbar-brand { font-size: 12px; border: 1px solid #000000; background-size: cover; - border-radius: 35px; + border-radius: 0px; height: 45px; position: relative; top: 2px; @@ -354,7 +354,7 @@ a.navbar-brand { .navbar-header { background: linear-gradient(to top, #0dd97d63 0%, #0000004f 100%); - border-radius: 50px; + border-radius: 0px; } .navbar-header:hover { @@ -496,7 +496,7 @@ ul.nav.navbar-nav.info-nav { } .navbar-inverse .navbar-nav > li > a, ul.nav.navbar-nav.info-nav > li.addtagsy { - border-radius: 15px; + border-radius: 0; } ::-webkit-scrollbar { @@ -952,21 +952,21 @@ label[for='tag-add-toggle']:hover { position: relative; } -.toggo.tag-panel-body::after { +/* .toggo.tag-panel-body::after { content: "TAGS"; position: absolute; bottom: 0; right: 2px; font-size: 10px; opacity: 0.2; -} +} */ div#tag-display { box-shadow: inset 0px 0px 25px -25px cyan; padding-bottom: 5px; } -.LooLOut:after { +/* .LooLOut:after { content: "Design by sirx"; position: absolute; bottom: 0; @@ -977,7 +977,7 @@ div#tag-display { color: darkkhaki; text-shadow: 1px 1px saddlebrown; font-size: 8px; -} +} */ .text-center { font-size: 20px; @@ -1127,4 +1127,27 @@ ul.pagination { border-radius: 5px; padding: 10px; background: linear-gradient(to top, #0a0a0a 0%, #163f42 100%); -} \ No newline at end of file +} + +.navbar.navbar-inverse.navbar-static-top { + background: linear-gradient(to top, #0a0a0a 0%, #326558a6 100%); + background-color: rgba(0, 0, 0, 0); + } + + .navbar.navbar-inverse.navbar-static-top { + box-shadow: 0px 1px 0px #333d3c; + } + + .toggo { + padding-bottom: 0; + } + + .git { + background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%); + padding: 5px; + } + + pre { + background-color: #0000007a; + border-radius: 5px; + } \ No newline at end of file diff --git a/public/css/w0bmcustom.css b/public/css/w0bmcustom.css index 3fc5c7b..b4224cc 100644 --- a/public/css/w0bmcustom.css +++ b/public/css/w0bmcustom.css @@ -4247,4 +4247,20 @@ pre { background: black; width: 100%; margin-bottom: 5px; + } + + .toggo { + padding-bottom: 0; + } + + .git { + background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%); + padding: 5px; + text-align: center; + opacity: 0.2; + font-family: monospace; + } + + .git a { + color: white; } \ No newline at end of file diff --git a/public/js/marderchen_cat.js b/public/js/marderchen_cat.js index 5294cee..dafaaa3 100644 --- a/public/js/marderchen_cat.js +++ b/public/js/marderchen_cat.js @@ -3,7 +3,7 @@ linked to marderchen.de so only need the script still writing on it hihi*/ //sound start - var html5_audiotypes={ +/* var html5_audiotypes={ "mp3": "audio/mpeg","mp4": "audio/mp4","ogg": "audio/ogg","wav": "audio/wav"} function createsoundbite(sound){ var html5audio=document.createElement('audio') @@ -25,7 +25,7 @@ } else{ return {playclip:function(){throw new Error("Your browser doesn't support HTML5 audio unfortunately")}} - }} + }} */ //var mouseoversounds=createsoundbite("http://marderchen.de/wusel/Aneko_data/flower_pngs/meow_click.mp3") //soundend diff --git a/public/js/marderchen_cat_b.js b/public/js/marderchen_cat_b.js new file mode 100644 index 0000000..5294cee --- /dev/null +++ b/public/js/marderchen_cat_b.js @@ -0,0 +1,225 @@ + /*MEOW HTML5 /jquery browser CAT ANEKO by mardechen (png pictures from https://play.google.com/store/apps/details?id=skin.flower10&hl=de apk) + script by me (not the soundcript) MEOW! other skins possible if batching pngs filnames with irfanview like "_#" after deleting icon.png don't forget the _bubble.png i like flower CAT! png and sound + linked to marderchen.de so only need the script still writing on it hihi*/ + + //sound start + var html5_audiotypes={ + "mp3": "audio/mpeg","mp4": "audio/mp4","ogg": "audio/ogg","wav": "audio/wav"} + function createsoundbite(sound){ + var html5audio=document.createElement('audio') + if (html5audio.canPlayType){ //check support for HTML5 audio + for (var i=0; i"); } // onmouseover='mouseoversounds.playclip()' + kommeaufy=document.getElementById('commentForm').offsetHeight;// + document.getElementById('commentForm').innerHeight ; + mittex=document.getElementById('mCSB_2').offsetLeft- document.getElementById('mCSB_2').scrollLeft+350; + x=0; y=kommeaufy; xalt=0; yalt=kommeaufy; xcatz=200; ycatz=kommeaufy; malkrier=0; + katzensagenmenge= 16; + katzensagen1 = "Think have seen movement there "; + katzensagen2 = "awesome scratching me with spiky mouscursor ***PURRRRRRRRRR*** "; + katzensagen3 = "~ ~ ~ MEOW ~ ~ ~ :3 "; + katzensagen4 = "mew MEW MEEEEW (>^.^<) "; + katzensagen5 = "Have you CATNIP?? *extremly cute look* "; + katzensagen6 = "I like you so much *hug* *"; + katzensagen7 = "Iam dieing if you close page, not much lifes left *caterwaul* "; + katzensagen8 = "mew MIAUS MEOOOOW ... >Purrrrrr< "; + katzensagen9 = "Didyou know? Iam noxy =^.^= "; + katzensagen10 = "Oh look! webms with sound ~JOY~ "; + katzensagen11 = "I want to get invissible hihi *"; + katzensagen12 = "here I go.. ,,,^.^.,, "; + katzensagen13 = "lets take a look behind the w0bm banner"; + katzensagen14 = "Iam wearily .. so wearily slepping a while.."; + katzensagen15 = "You terrify me hihihihihi "; + katzensagen16 = "Wh00Oops! this is s c a r r y "; + katzensagen17 = "Need to catch mouse again its gone :> "; + document.write(" "); + document.write("

!MEOW!

thinking...

"); + meme=0; countyy=0; meowcach= new Array(); meme=0; zeit5=0; zeit6=0; showeran=Math.random()*500+100; showeraus=0; textposx=100;textposy=100; + cuteszeugs=8;fillmeowzbuffer(cuteszeugs); + } + + function getmouse() { + document.onmousemove = handleMouseMove; + function handleMouseMove(event) { + xmcach = event.clientX+15 + document.body.scrollLeft; + ymcach = event.clientY+15 + document.body.scrollTop ; + if (ymcach =2) {countz =0;} + for (t=1; t 31 &&active==1) {getnextt=1;} + } + function wuseldahin(x,y,normal){ + + if(x >= (xalt+speedz*1.5) || x <= (xalt-speedz*1.5) || y <= (yalt-speedz*1.5) ||y>= (yalt+speedz*1.5)){ + daa=0; zeit3++; katze=3; } else {daa=1; zeit3=0; } + if(zeit3 >50){ + if(x < xalt && y < yalt){katze=wohin[7][countz]; xalt-=speedz; yalt-=speedz; }//mupl + if(x > xalt && y > yalt){katze=wohin[3][countz]; xalt+=speedz; yalt+=speedz; }//mdownr + if(x < xalt && y > yalt){katze=wohin[5][countz]; yalt+=speedz; xalt-=speedz;}//mdownl + if(x > xalt && y < yalt){katze=wohin[1][countz]; yalt-=speedz; xalt+=speedz; }//mupr + if(x <= (xalt+speedz) && x >= (xalt-speedz) && y < yalt){katze=wohin[0][countz]; yalt-=speedz; }//mup + if(x <= (xalt+speedz) && x >= (xalt-speedz) && y > yalt){katze=wohin[4][countz]; yalt+=speedz; }//mdown + if(x < xalt&& y >= (yalt-speedz) &&y<= (yalt+speedz)) {katze=wohin[6][countz]; xalt-=speedz*1.5; } //mleft + if(x > xalt && y >= (yalt-speedz) &&y<= (yalt+speedz)){katze=wohin[2][countz]; xalt+=speedz; }//mright + } + // if (Math.round(tutrandom) ==8 && zeit3 ==48) {meme=0;} + //if (zeit3>120){meme=0;} + xcatz=xalt; ycatz=yalt; + bewegz(katze); + } + + function animierzufallig() { + if(daa==1){ + if( istani> 4) {katze=actionenrand[Math.round(tutrandom)][tutcounter];} + if( istani<=4) {katze=1;} + }} + function zeitreise() { + if (zeit6 =zeit1random ){tutrandom= Math.random()*9; zeit1=0; if (spooldone==1) {malkreier=0; fillmeowzbuffer(Math.round(Math.random()*(katzensagenmenge-3))); } + if (Math.round(tutrandom) !=8) {zeit1random=Math.random()*140+90; istani=Math.random()*10;} + if(zeit5 > showeran && spooldone ==1){ spooldone=0; } + // if (zeit6 > (suchminimumzeit-3)){zeit6++;} + if (zeit6 >showeraus &&spooldone==1){zeit5=0; zeit6=0; spooldone=0; showeran =Math.random()*400+300; showeraus=Math.random()*1+3;}} + if (Math.round(tutrandom) ==8) {if (malkreier ==0) {fillmeowzbuffer(13); malkreier=1;} zeit1random=Math.random()*300+650; istani=6; wohinzufallzeit=Math.random()*300+700;} + + if (zeit2 >=20){tutcounter++;if (tutcounter >=2) {tutcounter=0;}zeit2=0;} + setTimeout('zeitreise()',10); + } + function wuselirgentwohin() { + wohinrandomx=xcatz+Math.random()*400-200; wohinrandomy=ycatz+Math.random()*400-200; + if (zeit4 > wohinzufallzeit && getnextt==1){zeit4=0; getnextt=2; wohinzufallzeit=Math.random()*150+80; often=Math.random()*8+2;} + if (getnextt ==2) {zeit5++; if(daa==1){zeit5=100;}} + // if (oftenist > often && getnextt==2 &&spooldone ==1) {getnextt=1;} + if (getnextt ==2 && (zeit5 > 40 || daa ==1)) { + if ((wohinrandomx)< (document.body.clientHeight-document.body.scrollTop-600) && (wohinrandomx)> 100 ) {xchaos=wohinrandomx;oftenist++;} + if ((wohinrandomy)< (document.body.clientWidth-document.body.scrollLeft-600) && (wohinrandomy)> 100 ) {ychaos=wohinrandomy;oftenist++;} zeit5=0; + } + } + function fillmeowzbuffer(cuteszeugs){ + durchlaufcounter=0; color =0; countyy=1; zeit6=0; + // if ((Math.random()*20) <6) { meme=1; } else{meme=0;} + if (getnextt ==0){cuteszeugs =8;} + meowcach =""; + if (cuteszeugs ==0) {meowcach = katzensagen1.split('');} + if (cuteszeugs ==1) {meowcach = katzensagen2.split('');} + if (cuteszeugs ==2) {meowcach = katzensagen3.split('');} + if (cuteszeugs ==3) {meowcach = katzensagen4.split('');} + if (cuteszeugs ==4) {meowcach = katzensagen5.split('');} + if (cuteszeugs ==5) {meowcach = katzensagen6.split('');} + if (cuteszeugs ==6) {meowcach = katzensagen7.split('');} + if (cuteszeugs ==7) {meowcach = katzensagen8.split('');} + if (cuteszeugs ==8) {meowcach = katzensagen9.split('');} + if (cuteszeugs ==9) {meowcach = katzensagen10.split('');} + if (cuteszeugs ==10) {meowcach = katzensagen11.split('');} + if (cuteszeugs ==11) {meowcach = katzensagen12.split('');} + if (cuteszeugs ==12) {meowcach = katzensagen13.split('');} + if (cuteszeugs ==13) {meowcach = katzensagen14.split('');} + if (cuteszeugs ==14) {meowcach = katzensagen15.split('');} + if (cuteszeugs ==15) {meowcach = katzensagen16.split('');} + if (cuteszeugs ==16) {meowcach = katzensagen17.split('');} + } + function mewmewmew() { + if (spooldone==0) { document.all["blubb"].style.position = "absolute"; + textposx= 20+Math.random()*2+xcatz; + textposy= -30+Math.random()*2+ycatz; + document.all["blubb"].style.left = textposx+'px'; document.all["blubb"].style.top = textposy+'px'; + document.all["meowz"].style.left = 5+textposx+'px'; document.all["meowz"].style.top = textposy+'px'; + haarkneul=""; + for(var iy=0 ; iy< 18; iy++){ haarkneul +=meowcach[iy];} + meowcach[meowcach.length]= meowcach[0]; + meowcach.splice( 0,1); + document.all["meowz"].style.color="#00ff00"; //or use rainbowarray rainbow[chosencolor] + document.getElementById("meowz").textContent=haarkneul; + durchlaufcounter++; + if (durchlaufcounter> (meowcach.length*3)){ spooldone=1;meme=0;} + if (cuteszeugs ==12){wuseldahin(0,0,0);}}//document.getElementById('commentForm').innerHeight; + if (meme ==0) { document.all["blubb"].style.position = "absolute"; document.all["meowz"].style.position = "absolute"; + document.all["blubb"].style.left = -120+'px'; document.all["blubb"].style.top = -120+'px'; + document.all["meowz"].style.left = -120+'px'; document.all["meowz"].style.top = -120+'px'; meme=1; } + setTimeout('mewmewmew()',100); + } + function holdiemaus() { + if (spooldone==1){fillmeowzbuffer(Math.round(Math.random()*2+(katzensagenmenge-2))); getmouse(); getnextt=3; spooldone=0; zeit6=0; suchminimumzeit= Math.random()*50+400; } + } + function wusel() { + getmouse(); + if (getnextt==0) {initdieCATZ(-40,kommeaufy);} + if (getnextt==1) {xchaos=ym; ychaos=xm; wuseldahin(xchaos,ychaos,0);} + if (getnextt==2) { wuselirgentwohin(); wuseldahin(xchaos,ychaos,0);} + if (getnextt==3) {wuseldahin(xm,ym,0);} + animierzufallig(); + setTimeout('wusel()',100); + } + + getmouse(); + leszeugs(); + wusel(); + mewmewmew(); + zeitreise(); \ No newline at end of file diff --git a/public/watching.webp b/public/watching.webp new file mode 100644 index 0000000..5741d29 Binary files /dev/null and b/public/watching.webp differ diff --git a/public/wusel/flower_pngs.zip b/public/wusel/flower_pngs.zip new file mode 100644 index 0000000..d086409 Binary files /dev/null and b/public/wusel/flower_pngs.zip differ diff --git a/public/wusel/meow_click.mp3 b/public/wusel/meow_click.mp3 new file mode 100644 index 0000000..34e37e3 Binary files /dev/null and b/public/wusel/meow_click.mp3 differ diff --git a/public/wusel/meow_png/_1.png b/public/wusel/meow_png/_1.png new file mode 100644 index 0000000..d062dd3 Binary files /dev/null and b/public/wusel/meow_png/_1.png differ diff --git a/public/wusel/meow_png/_10.png b/public/wusel/meow_png/_10.png new file mode 100644 index 0000000..2b147a2 Binary files /dev/null and b/public/wusel/meow_png/_10.png differ diff --git a/public/wusel/meow_png/_11.png b/public/wusel/meow_png/_11.png new file mode 100644 index 0000000..234a4b7 Binary files /dev/null and b/public/wusel/meow_png/_11.png differ diff --git a/public/wusel/meow_png/_12.png b/public/wusel/meow_png/_12.png new file mode 100644 index 0000000..b6bf832 Binary files /dev/null and b/public/wusel/meow_png/_12.png differ diff --git a/public/wusel/meow_png/_13.png b/public/wusel/meow_png/_13.png new file mode 100644 index 0000000..3850a3f Binary files /dev/null and b/public/wusel/meow_png/_13.png differ diff --git a/public/wusel/meow_png/_14.png b/public/wusel/meow_png/_14.png new file mode 100644 index 0000000..b261801 Binary files /dev/null and b/public/wusel/meow_png/_14.png differ diff --git a/public/wusel/meow_png/_15.png b/public/wusel/meow_png/_15.png new file mode 100644 index 0000000..cefa088 Binary files /dev/null and b/public/wusel/meow_png/_15.png differ diff --git a/public/wusel/meow_png/_16.png b/public/wusel/meow_png/_16.png new file mode 100644 index 0000000..558b119 Binary files /dev/null and b/public/wusel/meow_png/_16.png differ diff --git a/public/wusel/meow_png/_17.png b/public/wusel/meow_png/_17.png new file mode 100644 index 0000000..0ddadd3 Binary files /dev/null and b/public/wusel/meow_png/_17.png differ diff --git a/public/wusel/meow_png/_18.png b/public/wusel/meow_png/_18.png new file mode 100644 index 0000000..1e72ea1 Binary files /dev/null and b/public/wusel/meow_png/_18.png differ diff --git a/public/wusel/meow_png/_19.png b/public/wusel/meow_png/_19.png new file mode 100644 index 0000000..d062dd3 Binary files /dev/null and b/public/wusel/meow_png/_19.png differ diff --git a/public/wusel/meow_png/_2.png b/public/wusel/meow_png/_2.png new file mode 100644 index 0000000..92cdac4 Binary files /dev/null and b/public/wusel/meow_png/_2.png differ diff --git a/public/wusel/meow_png/_20.png b/public/wusel/meow_png/_20.png new file mode 100644 index 0000000..b6bf832 Binary files /dev/null and b/public/wusel/meow_png/_20.png differ diff --git a/public/wusel/meow_png/_21.png b/public/wusel/meow_png/_21.png new file mode 100644 index 0000000..fbc4fa7 Binary files /dev/null and b/public/wusel/meow_png/_21.png differ diff --git a/public/wusel/meow_png/_22.png b/public/wusel/meow_png/_22.png new file mode 100644 index 0000000..3497df8 Binary files /dev/null and b/public/wusel/meow_png/_22.png differ diff --git a/public/wusel/meow_png/_23.png b/public/wusel/meow_png/_23.png new file mode 100644 index 0000000..843c2e1 Binary files /dev/null and b/public/wusel/meow_png/_23.png differ diff --git a/public/wusel/meow_png/_24.png b/public/wusel/meow_png/_24.png new file mode 100644 index 0000000..24f3151 Binary files /dev/null and b/public/wusel/meow_png/_24.png differ diff --git a/public/wusel/meow_png/_25.png b/public/wusel/meow_png/_25.png new file mode 100644 index 0000000..8f530f7 Binary files /dev/null and b/public/wusel/meow_png/_25.png differ diff --git a/public/wusel/meow_png/_26.png b/public/wusel/meow_png/_26.png new file mode 100644 index 0000000..6fb2802 Binary files /dev/null and b/public/wusel/meow_png/_26.png differ diff --git a/public/wusel/meow_png/_27.png b/public/wusel/meow_png/_27.png new file mode 100644 index 0000000..c6df0ba Binary files /dev/null and b/public/wusel/meow_png/_27.png differ diff --git a/public/wusel/meow_png/_28.png b/public/wusel/meow_png/_28.png new file mode 100644 index 0000000..0c6b76b Binary files /dev/null and b/public/wusel/meow_png/_28.png differ diff --git a/public/wusel/meow_png/_29.png b/public/wusel/meow_png/_29.png new file mode 100644 index 0000000..0c317b9 Binary files /dev/null and b/public/wusel/meow_png/_29.png differ diff --git a/public/wusel/meow_png/_3.png b/public/wusel/meow_png/_3.png new file mode 100644 index 0000000..782c938 Binary files /dev/null and b/public/wusel/meow_png/_3.png differ diff --git a/public/wusel/meow_png/_30.png b/public/wusel/meow_png/_30.png new file mode 100644 index 0000000..baf71c0 Binary files /dev/null and b/public/wusel/meow_png/_30.png differ diff --git a/public/wusel/meow_png/_31.png b/public/wusel/meow_png/_31.png new file mode 100644 index 0000000..84c76b8 Binary files /dev/null and b/public/wusel/meow_png/_31.png differ diff --git a/public/wusel/meow_png/_32.png b/public/wusel/meow_png/_32.png new file mode 100644 index 0000000..fb7f31b Binary files /dev/null and b/public/wusel/meow_png/_32.png differ diff --git a/public/wusel/meow_png/_33.png b/public/wusel/meow_png/_33.png new file mode 100644 index 0000000..58fb69d Binary files /dev/null and b/public/wusel/meow_png/_33.png differ diff --git a/public/wusel/meow_png/_34.png b/public/wusel/meow_png/_34.png new file mode 100644 index 0000000..fb34a76 Binary files /dev/null and b/public/wusel/meow_png/_34.png differ diff --git a/public/wusel/meow_png/_35.png b/public/wusel/meow_png/_35.png new file mode 100644 index 0000000..003bd50 Binary files /dev/null and b/public/wusel/meow_png/_35.png differ diff --git a/public/wusel/meow_png/_4.png b/public/wusel/meow_png/_4.png new file mode 100644 index 0000000..054a1b0 Binary files /dev/null and b/public/wusel/meow_png/_4.png differ diff --git a/public/wusel/meow_png/_5.png b/public/wusel/meow_png/_5.png new file mode 100644 index 0000000..e0fa69b Binary files /dev/null and b/public/wusel/meow_png/_5.png differ diff --git a/public/wusel/meow_png/_6.png b/public/wusel/meow_png/_6.png new file mode 100644 index 0000000..96e7ff1 Binary files /dev/null and b/public/wusel/meow_png/_6.png differ diff --git a/public/wusel/meow_png/_7.png b/public/wusel/meow_png/_7.png new file mode 100644 index 0000000..f196ed9 Binary files /dev/null and b/public/wusel/meow_png/_7.png differ diff --git a/public/wusel/meow_png/_8.png b/public/wusel/meow_png/_8.png new file mode 100644 index 0000000..59bcd71 Binary files /dev/null and b/public/wusel/meow_png/_8.png differ diff --git a/public/wusel/meow_png/_9.png b/public/wusel/meow_png/_9.png new file mode 100644 index 0000000..1345fda Binary files /dev/null and b/public/wusel/meow_png/_9.png differ diff --git a/public/wusel/meow_png/_bubble.png b/public/wusel/meow_png/_bubble.png new file mode 100644 index 0000000..d6a7956 Binary files /dev/null and b/public/wusel/meow_png/_bubble.png differ diff --git a/resources/views/layout1/blog.blade.php b/resources/views/layout1/blog.blade.php new file mode 100644 index 0000000..3d6dab6 --- /dev/null +++ b/resources/views/layout1/blog.blade.php @@ -0,0 +1,22 @@ +@extends('profilelayout') +@section('content') + + +
+30.06.2023 +

Dear friends and users of w0bm.com,

+

We will turn 8 years old on the 13th of Semptember!

+

Thank you for all the great years we had together, w0bm was from the very beginning a passion and fun project, mainly to learn a bit about hosting a website, when I first had this idea I didn't even know what "ssh" was, but it didn't stop me from learning about it.

+

w0bm is a community driven project maintained for the last 8 years by the same small circle of friends, we had ups and downs but the project somehow kept going.

+

I had some bad times myself where I just wanted to end this project but I always came back to the conclusion that it is something worth keeping and maintaining.

+

We have some great content on this website, sadly also a lot of very bad content, but for now it is what it is.

+

If it wasn't for you, our users and friends this website probably wouldn't have turned 8 years old.

+

We thank everyone who particicpated and still participates in this community, we also thank everyone that helped us with the coding of this project!

+

Let's hope for some more great years together :)

+

For this matter, we invite everyone to our IRC to celebrate with us the 8th birthday of w0bm, come and have a nice chat with us, stay if you like it!

+The first official w0bm logo +
+@include('footer') +@endsection diff --git a/resources/views/layout1/git.blade.php b/resources/views/layout1/git.blade.php new file mode 100644 index 0000000..98dd416 --- /dev/null +++ b/resources/views/layout1/git.blade.php @@ -0,0 +1,28 @@ +@extends('profilelayout') +@section('content') +"; + echo "Latest commit"; + //echo "

$commitID

"; + echo "
$latestCommit
"; + echo ""; +} + +function getLastTenCommits() { + $lastTenCommits = shell_exec('git log -n 10'); + echo "
"; + echo "Last 10 Commits"; + echo "
$lastTenCommits
"; + echo "
"; +} + +getLatestCommit(); +getLastTenCommits() +?> + +@endsection \ No newline at end of file diff --git a/resources/views/layout1/irc.blade.php b/resources/views/layout1/irc.blade.php index 0e63a94..1875253 100644 --- a/resources/views/layout1/irc.blade.php +++ b/resources/views/layout1/irc.blade.php @@ -1,32 +1,22 @@ @extends('profilelayout') @section('content')
{{--
@if(auth()->check()) - + @else - + @endif
--}}
IRC
irc.n0xy.net +6697 (ssl only) #w0bm
-

webirc.n0xy.net

+

n0xy.net Webirc

More information: n0xy.net

-
[matrix]
-
#w0bm on the [matrix] network
-

#!w0bm:f0ck.it

-

Alternatively you can use the Element web client hosted at f0ck.it to connect to our channel, it has some modifications to make chatting more comfy:
Note: Registrations are disabled, you can still use this client with every homeserver you have an account on!

-
    -
  • w0bm.com Stylesheet
  • -
  • Greentexting
  • -
-discord-no-way
Additional Redpill -
@include('footer') @endsection diff --git a/resources/views/layout1/main.blade.php b/resources/views/layout1/main.blade.php index f2e3331..fe0faaa 100644 --- a/resources/views/layout1/main.blade.php +++ b/resources/views/layout1/main.blade.php @@ -1,10 +1,5 @@ @extends('profilelayout') @section('content') -
-
-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ì.h¼;²{¾óÈÅõñ¤!Ú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
-
-
diff --git a/resources/views/layout1/video.blade.php b/resources/views/layout1/video.blade.php index a188923..66bf9c5 100644 --- a/resources/views/layout1/video.blade.php +++ b/resources/views/layout1/video.blade.php @@ -126,7 +126,6 @@ @section('aside') diff --git a/resources/views/layout2/marder.blade.php b/resources/views/layout2/marder.blade.php new file mode 100644 index 0000000..11ae7ad --- /dev/null +++ b/resources/views/layout2/marder.blade.php @@ -0,0 +1,24 @@ +@extends('profilelayout') +@section('novidcontent') +

Hello everyone!

+ +
+ +

Today we have sad news, a beloved friend of us and one of our most unique members died.

+

Some of you may remember his unique and interesting and somewhat chaotic but cool videos.

+

Today we mourn the loss of our friend marderchen.

+

We sincerely hope you are at a better place now.

+

We thank you for the great time we had with you, you inspired many of us and brought joy to the IRC and to the website, you will be missed old friend.

+ +

To say it in your words: =^_^= MEOW

+ +

We have archived his long gone website, make sure to check it out! It is absolutely wild (only available in German)

+ +

https://marderchen.totally.rip/marderchen.lima-city.de/index.html

+ +

Also make sure to check out his uploads https://w0bm.com/main?q=marderchen and enjoy it.

+ +

- w0bm staff

+
+@endsection + diff --git a/resources/views/layout3/marder.blade.php b/resources/views/layout3/marder.blade.php new file mode 100644 index 0000000..7d53282 --- /dev/null +++ b/resources/views/layout3/marder.blade.php @@ -0,0 +1,24 @@ +@extends('profilelayout') +@section('content') +

Hello everyone!

+ +
+ +

Today we have sad news, a beloved friend of us and one of our most unique members died.

+

Some of you may remember his unique and interesting and somewhat chaotic but cool videos.

+

Today we mourn the loss of our friend marderchen.

+

We sincerely hope you are at a better place now.

+

We thank you for the great time we had with you, you inspired many of us and brought joy to the IRC and to the website, you will be missed old friend.

+ +

To say it in your words: =^_^= MEOW

+ +

We have archived his long gone website, make sure to check it out! It is absolutely wild (only available in German)

+ +

https://marderchen.totally.rip/marderchen.lima-city.de/index.html

+ +

Also make sure to check out his uploads https://w0bm.com/main?q=marderchen and enjoy it.

+ +

- w0bm staff

+
+@endsection + diff --git a/resources/views/layout5/marder.blade.php b/resources/views/layout5/marder.blade.php new file mode 100644 index 0000000..250e794 --- /dev/null +++ b/resources/views/layout5/marder.blade.php @@ -0,0 +1,24 @@ +@extends('layout') +@section('content') +

Hello everyone!

+ +
+ +

Today we have sad news, a beloved friend of us and one of our most unique members died.

+

Some of you may remember his unique and interesting and somewhat chaotic but cool videos.

+

Today we mourn the loss of our friend marderchen.

+

We sincerely hope you are at a better place now.

+

We thank you for the great time we had with you, you inspired many of us and brought joy to the IRC and to the website, you will be missed old friend.

+ +

To say it in your words: =^_^= MEOW

+ +

We have archived his long gone website, make sure to check it out! It is absolutely wild (only available in German)

+ +

https://marderchen.totally.rip/marderchen.lima-city.de/index.html

+ +

Also make sure to check out his uploads https://w0bm.com/main?q=marderchen and enjoy it.

+ +

- w0bm staff

+
+@endsection + diff --git a/resources/views/layout8/marder.blade.php b/resources/views/layout8/marder.blade.php new file mode 100644 index 0000000..11ae7ad --- /dev/null +++ b/resources/views/layout8/marder.blade.php @@ -0,0 +1,24 @@ +@extends('profilelayout') +@section('novidcontent') +

Hello everyone!

+ +
+ +

Today we have sad news, a beloved friend of us and one of our most unique members died.

+

Some of you may remember his unique and interesting and somewhat chaotic but cool videos.

+

Today we mourn the loss of our friend marderchen.

+

We sincerely hope you are at a better place now.

+

We thank you for the great time we had with you, you inspired many of us and brought joy to the IRC and to the website, you will be missed old friend.

+ +

To say it in your words: =^_^= MEOW

+ +

We have archived his long gone website, make sure to check it out! It is absolutely wild (only available in German)

+ +

https://marderchen.totally.rip/marderchen.lima-city.de/index.html

+ +

Also make sure to check out his uploads https://w0bm.com/main?q=marderchen and enjoy it.

+ +

- w0bm staff

+
+@endsection + diff --git a/storage/clockwork/.gitignore b/storage/clockwork/.gitignore deleted file mode 100644 index a6c57f5..0000000 --- a/storage/clockwork/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.json