Linux lionsclub 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.29 (Ubuntu)
: 161.35.52.75 | : 3.137.217.235
Cant Read [ /etc/named.conf ]
7.4.28
www-data
shells.trxsecurity.org
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
Backdoor Scanner
Backdoor Create
Alfa Webshell
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
dev /
core /
app /
Http /
Controllers /
[ HOME SHELL ]
Name
Size
Permission
Action
APIs
[ DIR ]
drwxr-xr-x
Auth
[ DIR ]
drwxr-xr-x
Dashboard
[ DIR ]
drwxr-xr-x
.DS_Store
10
KB
-rw-r--r--
Controller.php
361
B
-rw-r--r--
HomeControll1er.php
46.99
KB
-rw-r--r--
HomeController.php
53.41
KB
-rw-r--r--
LanguageController.php
525
B
-rw-r--r--
LciPagesController.php
2.9
KB
-rw-r--r--
LionsClubController2.php
3.63
KB
-rw-r--r--
LionsPagesController.php
1.73
KB
-rw-r--r--
SiteMapController.php
4.28
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : LionsPagesController.php
<?php // this route link is not working in the bottom of the wep.route file use App\Http\Controllers\LionsPageController; use App\Models\TopicField; use App\Helpers\Helper; use App\Models\Section; use App\Models\Topic; use App\Models\WebmasterSectionField; // return view("frontEnd.home", // compact("WebsiteSettings", // "WebmasterSettings", // "SliderBanners", // "TextBanners", // "PageTitle", // "PageDescription", // "PageKeywords", // "PageTitle", // "PageDescription", // "PageKeywords", // "HomePage", // "HomeTopics", // "HomePhotos", // "HomePartners", // "LatestNews")); // } // return view("frontEnd.home", // $insights = Menu::all()->where('father_id',51 ); // $resources = Menu::all()->where('father_id',57 ); // $resources2 = Menu::all()->where('father_id',247 ); // $grants = Menu::all()->where('father_id',280 ); class LionsPageController extends Controller { // public function showstudents() { // $students = DB::table('TopicField')->get(); // return View::make("ofile")->with('students',$students); // } public function leadership(Request $request){ $Leaderships = Section::select('photo')->where('father_id','21')->get(); $title_leadeship = Section::select('title_en')->where('father_id','21')->get(); $contents_leadership = TopicField::select('field_value')->where('topic_id','12')->get(); return view("frontEnd.home", compact("Leaderships", "title_leadeship", "contents_leadership" )); } }
Close