Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
new_tlmf /
app /
Http /
Controllers /
[ HOME SHELL ]
Name
Size
Permission
Action
Auth
[ DIR ]
drwxrwxr-x
admin
[ DIR ]
drwxrwxr-x
frontend
[ DIR ]
drwxrwxr-x
AlbumImageController.php
2.22
KB
-rw-rw-r--
Controller.php
361
B
-rw-rw-r--
DownloadController.php
125
B
-rw-rw-r--
HomeController.php
467
B
-rw-rw-r--
PublicationController.php
6.12
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : AlbumImageController.php
<?php namespace App\Http\Controllers; use Illuminate\Http\Request; class AlbumImageController extends Controller { // public function index($id) // { // try{ // $album_images = AlbumImage::where('albums_id',$id)->get(); // return view('admin.album.images',compact('id','album_images')); // }catch(\Exception $e){ // return $e; // return redirect()->route('albums.index')->with('error',"Something Went Wrong"); // } // } // public function store(Request $request){ // try{ // // return $request; // $request->validate([ // 'image'=>'required|mimes:png,jpg,jpeg,webp|max:2048' // ]); // if ($image = $request->file('image')) { // $destinationPath = 'album/'; // $profileImage = date('YmdHis') . "." . $image->getClientOriginalName(); // $image->move($destinationPath, $profileImage); // $input['image'] = "$profileImage"; // } // $input['description'] = $request->description; // $input['description_np'] = $request->description_np; // $input['albums_id'] =$request->albums_id; // // return $input; // AlbumImage::create($input); // return redirect()->back()->with('success','Album image uploaded successfully'); // }catch(\Exception $e){ // // return $e; // return redirect()->back()->with('error',"Something Went Wrong"); // } // } // public function edit($id){ // $data = AlbumImage::findOrFail($id); // return $data; // return response()->json($data); // } // public function destroy(AlbumImage $album_image){ // try{ // $album_images=AlbumImage::find($id); // $path = public_path()."/album/".$album_images->image; // unlink($path); // $album_images->delete(); // return back()->with('success',"SuccessFully Deleted"); // }catch(\Exception $e){ // // return $e; // return redirect()->route('albums.index')->with('error',"Something Went Wrong"); // } // } }
Close