Linux dpw.dpwebtech.com 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
Apache
: 192.232.243.69 | : 3.144.98.61
54 Domain
7.3.33
dpclient
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
/
home /
dpclient /
public_html /
auswellbeing /
includes /
[ HOME SHELL ]
Name
Size
Permission
Action
breadcrumbs.php
464
B
-rw-r--r--
footer.php
10.29
KB
-rw-r--r--
header.php
9.04
KB
-rw-r--r--
session.php
27
B
-rw-r--r--
subscribe.php
721
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : header.php
<?php date_default_timezone_set("Asia/Calcutta"); session_start(); require_once('config.ini/base.functions.php'); $pn = $tool->getFileNameWithoutExt(); if($pn == 'auswellbeing') { $pn = 'index'; } if(isset($pageType)) { $title = ucwords(getService($db, $pn)[6]); $description = getService($db, $pn)[7]; $keywords= getService($db, $pn)[8]; } else if($pn == 'post') { $raw_id = htmlspecialchars(pg_escape_string($_GET['post_id'])); $id = filter_var($raw_id, FILTER_SANITIZE_NUMBER_INT); if (checkPage($db, bt, $id)) { $postId = $id; }else { $postId = 1; } $post = getitem($db, bt, $postId); $title = ucwords($post[6]); $description = $post[7]; $keywords= $post[8]; } else { $seo = getSeoitem($db, seo, $pn); if(isset($seo[2])) { $title = ucwords($seo[2]); } else { $title = 'Aus Wellbeing'; } if(isset($seo[3])) { $description = $seo[3]; } else { $description = 'Aus Wellbeing'; } if(isset($seo[4])) { $keywords = $seo[4]; } else { $keywords = 'Aus Wellbeing'; } } ?> <!DOCTYPE html> <html lang="en"> <head> <title><?=$title ?></title> <meta charset="utf-8"> <meta name="author" content="Get Custom CMS"> <meta name="description" content="<?=$description ?>"> <meta name="keywords" content="<?=$keywords ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="css/bootstrap.min.css"> <?php if(isset($_SESSION['login'])){ ?> <link href="https://cdn.jsdelivr.net/npm/summernote@0.8.18/dist/summernote.min.css" rel="stylesheet"> <?php } ?> <link rel="stylesheet" href="css/fonts.css"> <link rel="stylesheet" href="css/main.css" class="color-switcher-link"> <script src="js/vendor/modernizr-2.6.2.min.js"></script> <?php if(isset($_SESSION['login'])){ ?> <link rel="stylesheet" href="css/fb.css"> <style> .form{ box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 1px; padding: 5%; margin: 5%; overflow: hidden; } input, textarea{ background-color: #fff !important; box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 1px !important; border: none !important; padding-left: 20px !important; } .found{box-shadow: rgba(245, 3, 3, 0.5) 0 0 5px 1px !important;} .notfound{box-shadow: rgba(7, 125, 11, 0.5) 0 0 5px 1px !important;} input[type="file"]{ padding-top: 10px; padding-bottom: 10px; } .form_heading{ color: #f7f7f7; padding: 10px 0; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 300; } .panel-default > .panel-heading { background-color: transparent; color: inherit; position: relative; border: none; border-radius: 0; /* padding-bottom: 35px; */ border-bottom: solid 1px #ccc; } </style> <?php }?> </head> <body> <?php if(isset($_SESSION['login'])){ ?> <?php if(in_array($pn, ['index', 'about', 'services', 'blog', 'contact'])){ ?> <div class="modal fade" id="updateSEO" role="dialog"> <div class="modal-dialog modal-lg"> <!-- Modal content--> <form action="process_seo.php" method="post" class="form" > <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <h4 class="modal-title"><i class="fa fa-save"></i> Update SEO/Meta Information</h4> </div> <div class="modal-body"> <div class="form-group row" style="padding:20px;"> <label for="title" class="col-md-12 lead pt-2" style="top:10px;">SEO Title</label> <input type="text" class="col-md-12" name="title" id="title" placeholder="Write here..." value="<?php if(isset($seo[2])){echo ucwords($seo[2]); }?>"> </div> <div class="form-group row" style="padding:20px;"> <label for="description" class="col-md-12 lead pb-2" >SEO Description</label> <textarea name="description" class="col-md-12 form-control" rows="5" id="description" placeholder="Write here..."><?php if(isset($seo[3])){echo ucwords($seo[3]); }?></textarea> </div> <div class="form-group row" style="padding:20px;"> <label for="keywords" class="col-md-12 lead pb-2" >SEO Keywords</label> <textarea name="keywords" class="col-md-12 form-control" rows="5" id="keywords" placeholder="Write here..."><?php if(isset($seo[4])){echo ucwords($seo[4]); }?></textarea> </div> </div> <div class="modal-footer"> <input type="hidden" name="id" value="<?php if(isset($seo[0])){echo $seo[0]; }?>"> <input type="hidden" name="pn" value="<?php if(isset($seo[1])){echo $seo[1]; }?>"> <button type="submit" class="btn btn-primary"><i class="fa fa-save"></i> Update Information</button> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> </form> </div> </div> <?php } ?> <?php }?> <div id="canvas"> <div id="box_wrapper"> <section class="page_topline cs table_section table_section_md columns_padding_0"> <div class="container-fluid"> <div class="row"> <div class="col-md-9 divided_content"> <div> <div class="media small-teaser"> <div class="media-left"> <i class="fa fa-user highlight fontsize_16"></i> </div> <div class="media-body"> +61 3 8376 6284 </div> </div> </div> <div> <div class="media small-teaser"> <div class="media-left"> <i class="fa fa-map-marker highlight fontsize_16"></i> </div> <div class="media-body"> 23 Hyde Street, Footscray VIC 3011 </div> </div> </div> <div> <div class="media small-teaser"> <div class="media-left"> <i class="fa fa-envelope highlight fontsize_16"></i> </div> <div class="media-body"> info@auswellbeing.com </div> </div> </div> <?php if(isset($_SESSION['login'])){ ?> <?php if(in_array($pn, ['index', 'about', 'services', 'blog', 'contact'])){ ?> <div> <div class="media small-teaser"> <div class="media-body"> <a data-toggle="modal" href="#updateSEO" class="btn btn-c py-2" ><i class="fa fa-pencil"></i> Update <?=ucwords($pn) ?>'s Page SEO</a> </div> </div> </div> <?php } ?> <?php }?> </div> <div class="col-md-3 text-center text-md-right bottommargin_0"> <a href="contact.php" class="theme_button color1 margin_0">Make an appointment</a> </div> </div> </div> </section> <header class="page_header header_white table_section columns_padding_0 toggler-xs-right"> <div class="container-fluid"> <div class="row"> <div class="col-md-3 col-sm-5"> <a href="index.php" class="logo"> <img src="https://auswellbeing.com/images/aus_logo.png"> </a> <!-- header toggler --> <span class="toggle_menu visible-xs"> <span></span> </span> </div> <div class="col-md-6 col-sm-2 text-center"> <!-- main nav start --> <nav class="mainmenu_wrapper"> <ul class="mainmenu nav sf-menu"> <li<?php if($pn == 'index'){echo ' class="active"';}?>> <a href="index.php">Home</a> </li> <li<?php if($pn == 'about'){echo ' class="active"';}?>> <a href="about.php">About</a> </li> <li<?php if($pn == 'services'){echo ' class="active"';}?>> <a href="services.php">Services</a> </li> <li<?php if($pn == 'blog'){echo ' class="active"';}?>> <a href="blog.php">Blog</a> </li> <li<?php if($pn == 'contact'){echo ' class="active"';}?>> <a href="contact.php">Contact</a> </li> <?php if(isset($_SESSION['login'])){ ?> <li> <a href="logout.php" style="color:red;" title="Log Out">Logout</a> </li> <?php }?> </ul> </nav> <!-- eof main nav --> <span class="toggle_menu hidden-xs"> <span></span> </span> </div> <div class="col-md-3 col-sm-5 text-right hidden-xs lightgreylinks"> <div class="page_social_icons divided_content"> <span> <a class="social-icon soc-facebook" href="#" title="Facebook"></a> </span> <span> <a class="social-icon soc-twitter" href="#" title="Twitter"></a> </span> <span> <a class="social-icon soc-google" href="#" title="Google"></a> </span> <span> <a class="social-icon soc-linkedin" href="#" title="LinkedIn"></a> </span> </div> </div> </div> </div> </header>
Close