Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 162.158.155.72
Cant Read [ /etc/named.conf ]
8.1.5
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 /
arcusdesignz.com /
source /
resources /
views /
[ HOME SHELL ]
Name
Size
Permission
Action
admin
[ DIR ]
drwxr-xr-x
client_panel
[ DIR ]
drwxr-xr-x
emails
[ DIR ]
drwxr-xr-x
errors
[ DIR ]
drwxr-xr-x
exports
[ DIR ]
drwxr-xr-x
layouts
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
about_us.blade.php
18.64
KB
-rw-r--r--
blogs.blade.php
3.17
KB
-rw-r--r--
contact_us.blade.php
13.09
KB
-rw-r--r--
index.blade.php
58.91
KB
-rw-r--r--
index_old.blade.php
9.71
KB
-rw-r--r--
portfolio.blade.php
5.45
KB
-rw-r--r--
post.blade.php
2.35
KB
-rw-r--r--
privacy_security.blade.php
829
B
-rw-r--r--
project_detail.blade.php
4.59
KB
-rw-r--r--
projects.blade.php
1.66
KB
-rw-r--r--
review.blade.php
9.18
KB
-rw-r--r--
search.blade.php
13.68
KB
-rw-r--r--
service_detail.blade.php
30.77
KB
-rw-r--r--
services.blade.php
21.78
KB
-rw-r--r--
sitemap.blade.php
5.96
KB
-rw-r--r--
sitemapxml.blade.php
2.34
KB
-rw-r--r--
templates.blade.php
42.18
KB
-rw-r--r--
terms.blade.php
760
B
-rw-r--r--
thank_you.blade.php
1.66
KB
-rw-r--r--
welcome.blade.php
72.5
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : blogs.blade.php
@extends('layouts.app') @section('contents') <style> .top_mar{ margin-top: 32px; } .owl-carousel .owl-item img { height: auto !important; } .dsn-pagination ul.pagination{ display: flex; gap: 8px; font-size: 19px; } </style> <?php if(isset($_GET['gclid'])){ $gclid=$_GET['gclid']; }else{ $gclid=''; } ?> <?php if(isset($_GET['MSCLKID'])){ $MSCLKID=$_GET['MSCLKID']; }else{ $MSCLKID=''; } ?> <!-- ========== Header Normal========== --> <header id="dsn_header" class="dsn-header-animation header-normal "> <div class="entry-header p-relative over-hidden"> <div id="hero_content" class="d-flex p-relative h-100 dsn-hero-parallax-title container"> <div class="content p-relative "> <div class="intro-project w-100"> <div class="intro-title "> <div id="hero_title"> <h1 class="title title-org" data-dsn-ajax="title">Our Blogs</h1> </div> <p class="subtitle-meta metas p-relative mt-10">NEWS & IDEAS</p> </div> </div> </div> </div> </div> <a href="#page_wrapper" rel="nofollow" class="dsn-scroll-bottom" data-dsn-option='{"ease": "power4.inOut" , "duration" : 1.5}'> <div class="text">SCROLL</div> </a> </header> <!-- ========== End Header Normal ========== --> <div id="page_wrapper" class="wrapper"> <!-- ========== Stories ========== --> <div class="root-blog container section-margin dsn-blog"> @foreach($blogs as $k=>$b) <article class="blog-item p-relative pt-50 pb-50 border-bottom"> <div class="blog-item-inner p-relative"> <div class="left-box"> <a href="{{url('blog/'.$b->slug)}}" class="effect-ajax word-wrap" rel="bookmark"> <h4 class="title-block">{{$b->post_title}} </h4> </a> <div class="link mt-15"> <span class="font-caps heading-color"> {{date('F-d-Y', strtotime($b->created))}} </span> </div> </div> <div class="right-box"> <p class="max-w570"> <?php $stringBlogDetail = substr(strip_tags($b->post_detail), 0, 150); echo substr($stringBlogDetail, 0, strrpos($stringBlogDetail, ' ')).'...'; ?> </p> </div> </div> </article> @endforeach <div class="type-p-nav"> <div class="dsn-pagination p-relative d-flex align-items-center"> {{$blogs->links()}} </div> </div> </div> <!-- ========== End Stories ========== --> </div> @endsection
Close