<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:02:04
 namespace App\Http\Controllers; use App\Article; class RssFeedController extends Controller { public function bbsFeed() { $yfR3J = Article::isPublished()->where("\164\171\160\x65", "\161\165\x65\163\164\x69\x6f\156")->orderBy("\143\162\x65\141\x74\145\x64\x5f\141\x74", "\104\x45\123\x43")->limit(50)->get(); $frlPw = ["\x73\151\x74\145\137\x75\x72\x6c" => env("\101\120\120\137\x55\x52\114"), "\x73\x69\x74\145\137\x6e\x61\155\145" => config("\163\x65\x74\164\x69\156\147\163\x2e\x73\x69\164\x65\137\x6e\141\155\145"), "\x66\x65\x65\144\x5f\x75\162\x6c" => env("\101\x50\x50\137\125\x52\x4c") . "\x2f\142\x62\x73\x2f\146\x65\145\144"]; return response()->view("\162\x73\163\56\x62\x62\x73", ["\x63\x6f\x6e\146\151\x67\x73" => $frlPw, "\x70\x6f\163\x74\x73" => $yfR3J])->header("\x43\x6f\156\164\145\x6e\164\x2d\x54\x79\x70\x65", "\x61\160\x70\x6c\x69\x63\x61\164\x69\157\x6e\x2f\162\x73\x73\x2b\x78\x6d\154\73\x20\143\x68\141\x72\163\145\x74\75\x55\x54\x46\x2d\70")->header("\x4c\141\163\164\x2d\x4d\157\144\x69\x66\151\145\x64", gmdate("\x44\54\x20\144\x20\x4d\x20\131\40\x48\72\151\72\x73") . "\x20\x47\x4d\124"); } public function columnFeed() { $yfR3J = Article::isPublished()->where("\x74\171\x70\145", "\141\162\x74\x69\143\154\145")->orderBy("\143\x72\x65\x61\x74\x65\144\x5f\141\x74", "\x44\x45\123\x43")->limit(50)->get(); $frlPw = ["\x73\151\164\145\137\165\x72\154" => env("\101\120\x50\x5f\125\122\114"), "\x73\151\x74\x65\137\x6e\141\155\x65" => config("\163\145\164\164\x69\156\x67\163\x2e\163\x69\x74\145\x5f\156\x61\x6d\145"), "\146\145\x65\144\137\x75\x72\154" => env("\101\x50\120\x5f\x55\x52\x4c") . "\x2f\143\x6f\x6c\x75\155\x6e\x2f\146\x65\x65\144"]; return response()->view("\x72\163\x73\x2e\143\157\x6c\x75\x6d\x6e", ["\143\x6f\156\146\151\147\163" => $frlPw, "\x70\157\x73\x74\x73" => $yfR3J])->header("\103\157\156\164\145\x6e\164\55\x54\171\160\145", "\x61\x70\x70\154\151\143\141\x74\x69\x6f\x6e\57\162\x73\x73\53\x78\155\154\73\x20\x63\150\x61\162\163\x65\164\x3d\125\x54\x46\x2d\70")->header("\114\x61\163\x74\55\x4d\x6f\144\x69\146\x69\x65\144", gmdate("\104\x2c\x20\144\40\x4d\x20\x59\40\110\x3a\x69\72\x73") . "\40\107\115\x54"); } }