Server: | Microsoft-IIS/10.0 |
System: | Windows NT BH-PLESK-WEB3 10.0 build 20348 (Windows Server 2022) AMD64 |
User: | IWPD_8556(lensai) ( 0 ) |
PHP Version: | 8.3.21 |
Python Version: | Python is not available |
Disabled Functions: | , Cron, Curl, Ftp, GCC, Mail, Mysql, PKEXEC, Perl, Python, SendMail, Ssh, Wget, exec, passthru, shell_exec, system |
<!-- Content Wrapper. Contains page content --> <div> <!-- Content Header (Page header) --> <section class="content-header"> <h1> Dashboard <small>Control panel</small> </h1> <ol class="breadcrumb"> <li><a href="index.php"><i class="fa fa-dashboard"></i> Dashboard</a></li> </ol> </section> <!-- Main content --> <section class="content"> <!-- Small boxes (Stat box) --> <div class="row"> <div class="col-lg-3 col-xs-6"> <!-- small box --> <div class="small-box bg-aqua"> <div class="inner"> <?php $select="select* from ip_config ORDER BY id DESC LIMIT 1,1"; $exe=mysqli_query($con,$select); $row=mysqli_fetch_array($exe); ?> <h4><?php echo $row['ip']; ?></h4> <p>Last Login IP</p> </div> <div class="icon"> <i class="ion ion-android-globe"></i> </div> <a href="#" class="small-box-footer">More info <i class="fa fa-arrow-circle-right"></i></a> </div> </div><!-- ./col --> <div class="col-lg-3 col-xs-6"> <!-- small box --> <div class="small-box bg-green"> <div class="inner"> <h3>53<sup style="font-size: 20px">%</sup></h3> <p>Bounce Rate</p> </div> <div class="icon"> <i class="ion ion-stats-bars"></i> </div> <a href="#" class="small-box-footer">More info <i class="fa fa-arrow-circle-right"></i></a> </div> </div><!-- ./col --> <div class="col-lg-3 col-xs-6"> <!-- small box --> <div class="small-box bg-yellow"> <div class="inner"> <h3><?php $result = mysqli_query($con,"SELECT id FROM user"); echo $num_rows = mysqli_num_rows($result); ?> </h3> <p>User Registered</p> </div> <div class="icon"> <i class="ion ion-person-add"></i> </div> <a href="#" class="small-box-footer">More info <i class="fa fa-arrow-circle-right"></i></a> </div> </div><!-- ./col --> <div class="col-lg-3 col-xs-6"> <!-- small box --> <div class="small-box bg-red"> <div class="inner"> <?php $counter_name = "../counter.txt"; // Read the current value of our counter file $f = fopen($counter_name,"r"); $counterVal = fread($f, filesize($counter_name)); fclose($f); ?> <h3><?php echo $counterVal; ?></h3> <p> Visitors</p> </div> <div class="icon"> <i class="ion ion-ios-people"></i> </div> <a href="#" class="small-box-footer">More info <i class="fa fa-arrow-circle-right"></i></a> </div> </div><!-- ./col --> </div><!-- /.row --> <!-- Main row --> <div class="row"> <!-- Left col --> <section class="col-lg-7 connectedSortable"> <!--- Slider --> <div class="box box-primary"> <div class="box-header with-border"> <i class="ion ion-clipboard"></i> <h3 class="box-title">Slider</h3> <div class="pull-right box-tools"> <a class="btn btn-info btn-sm" href="index.php?p=slider">Add new</a> <button class="btn btn-info btn-sm" data-widget="remove" data-toggle="tooltip" title="Remove"><i class="fa fa-times"></i></button> </div> </div> <div class="box-body"> <?php include_once 'sliders/slider.php'; ?> </div> </div> <!-- quick email widget --> <?php if(isset($_SESSION['mail_success'])){ echo' <a name="mail_success"></a> <div class="alert alert-success alert-dismissable" > <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button> <h5> <i class="icon fa fa-check"></i>'; echo $_SESSION['mail_success']; unset($_SESSION['mail_success']); echo'</h5>'; echo'</div>'; } if(isset($_SESSION['mail_fail'])){ echo' <a name="mail_success"></a> <div class="callout callout-danger alert-dismissable" > <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button> <h5> <i class="icon fa fa-check"></i>'; echo $_SESSION['mail_fail']; unset($_SESSION['mail_fail']); echo'</h5>'; echo'</div>'; } ?> <div class="box box-info"> <div class="box-header"> <i class="fa fa-envelope"></i> <h3 class="box-title">Quick Mail</h3> <!-- tools box --> <div class="pull-right box-tools"> <button class="btn btn-info btn-sm" data-widget="remove" data-toggle="tooltip" title="Remove"><i class="fa fa-times"></i></button> </div><!-- /. tools --> </div> <div class="box-body"> <form action="controller.php" method="post" enctype="multipart/form-data"> <div class="form-group"> <input type="email" class="form-control" required name="emailto" placeholder="Email to:"> </div> <div class="form-group"> <input type="text" class="form-control" required name="subject" placeholder="Subject"> </div> <div> <textarea class="textarea" placeholder="Message" required name="message" style="width: 100%; height: 125px; font-size: 14px; line-height: 18px; border: 1px solid #dddddd; padding: 10px;"></textarea> </div> </div> <div class="pull-left"> <!--<div class="btn btn-default btn-file"> <i class="fa fa-paperclip"></i> Attachment <input type="file" name="attachment"> </div>--> </div> <div class="box-footer clearfix"> <button class="pull-right btn btn-default" id="sendEmail" name="quick_mail">Send <i class="fa fa-arrow-circle-right"></i></button> </div> </form> </div> </section><!-- /.Left col --> <!-- right col (We are only adding the ID to make the widgets sortable)--> <section class="col-lg-5 connectedSortable"> <!-- TO DO List --> <?php $Select="select * from subscriber ORDER BY `id` DESC LIMIT 9"; $run=mysqli_query($con,$Select); ?> <form action="controller.php" method="POST"> <div class="box box-primary"> <div class="box-header"> <i class="ion ion-clipboard"></i> <h3 class="box-title">New Subscriber</h3> <a class="btn btn-default pull-right" href="index.php?p=subscriber_list&page=0"><i class="fa fa-user"></i> View all</a> </div><!-- /.box-header --> <div class="box-body"> <ul class="todo-list"> <?php while($row=mysqli_fetch_array($run)){ ?> <li> <!-- drag handle --> <span class="handle"> <i class="fa fa-ellipsis-v"></i> <i class="fa fa-ellipsis-v"></i> </span> <!-- checkbox --> <input type="checkbox" value="" name=""> <span class="text"><?php echo $row['email']; ?></span> <small class="label label-danger"><i class="fa fa-clock-o"></i> <?php echo date('h:i:a, F-d-Y', strtotime($row['date'])); ?></small> <div class="tools"> <!--<a class="fa fa-Delete"></a> <a class="fa fa-trash-o" href="controller.php?subscriberid=<?php echo $row['id'];?>"></a>--> </div> </li> <?php } ?> </ul> </div><!-- /.box-body --> </div><!-- /.box --> </form> <!-------------Pagination------------------> <!-- Calendar --> <div class="box box-solid bg-green-gradient"> <div class="box-header"> <i class="fa fa-calendar"></i> <h3 class="box-title">Calendar</h3> <!-- tools box --> <div class="pull-right box-tools"> <!-- button with a dropdown --> <div class="btn-group"> <button class="btn btn-success btn-sm dropdown-toggle" data-toggle="dropdown"><i class="fa fa-bars"></i></button> <ul class="dropdown-menu pull-right" role="menu"> <li><a href="#">Add new event</a></li> <li><a href="#">Clear events</a></li> <li class="divider"></li> <li><a href="#">View calendar</a></li> </ul> </div> <button class="btn btn-success btn-sm" data-widget="collapse"><i class="fa fa-minus"></i></button> <button class="btn btn-success btn-sm" data-widget="remove"><i class="fa fa-times"></i></button> </div><!-- /. tools --> </div><!-- /.box-header --> <div class="box-body no-padding"> <!--The calendar --> <div id="calendar" style="width: 100%"></div> </div><!-- /.box-body --> <div class="box-footer text-black"> <div class="row"> </div><!-- /.row --> </div> </div><!-- /.box --> </section><!-- right col --> </div><!-- /.row (main row) --> </section><!-- /.content --> </div>
Name | Size | Type | Permissions | Options |
---|---|---|---|---|
bootstrap | DIR | Directory | drwxrwxrwx | |
build | DIR | Directory | drwxrwxrwx | |
css | DIR | Directory | drwxrwxrwx | |
dist | DIR | Directory | drwxrwxrwx | |
images | DIR | Directory | drwxrwxrwx | |
DIR | Directory | drwxrwxrwx | ||
mailbox | DIR | Directory | drwxrwxrwx | |
plugins | DIR | Directory | drwxrwxrwx | |
sliders | DIR | Directory | drwxrwxrwx | |
.htaccess | 0.118 KB | File | -rw-rw-rw- | |
add_blog.php | 2.889 KB | File | -rw-rw-rw- | |
add_brochures.php | 3.218 KB | File | -rw-rw-rw- | |
add_papers.php | 2.231 KB | File | -rw-rw-rw- | |
add_product.php | 3.519 KB | File | -rw-rw-rw- | |
add_product_attach.php | 1.443 KB | File | -rw-rw-rw- | |
add_slide.php | 2.555 KB | File | -rw-rw-rw- | |
add_specification.php | 3.123 KB | File | -rw-rw-rw- | |
add_user.php | 7.685 KB | File | -rw-rw-rw- | |
add_video.php | 1.582 KB | File | -rw-rw-rw- | |
ajax.php | 1.183 KB | File | -rw-rw-rw- | |
attachment.php | 4.931 KB | File | -rw-rw-rw- | |
blog.php | 4.760 KB | File | -rw-rw-rw- | |
brochures.php | 4.405 KB | File | -rw-rw-rw- | |
change_pass_control.php | 0.946 KB | File | -rw-rw-rw- | |
change_password.php | 1.690 KB | File | -rw-rw-rw- | |
changelog | 2.168 KB | File | -rw-rw-rw- | |
compose.php | 4.953 KB | File | -rw-rw-rw- | |
concentrated.php | 5.195 KB | File | -rw-rw-rw- | |
config.php | 0.233 KB | File | -rw-rw-rw- | |
controller.php | 17.718 KB | File | -rw-rw-rw- | |
counter.txt | 0.003 KB | File | -rw-rw-rw- | |
dashboard.php | 10.186 KB | File | -rw-rw-rw- | |
delete_process.php | 0.012 KB | File | -rw-rw-rw- | |
demo.php | 0.083 KB | File | -rw-rw-rw- | |
edit_blog.php | 2.999 KB | File | -rw-rw-rw- | |
edit_product.php | 4.765 KB | File | -rw-rw-rw- | |
edit_specification.php | 2.999 KB | File | -rw-rw-rw- | |
error_log | 288.954 KB | File | -rw-rw-rw- | |
forgot.php | 2.757 KB | File | -rw-rw-rw- | |
img.php | 0.359 KB | File | -rw-rw-rw- | |
index.php | 11.069 KB | File | -rw-rw-rw- | |
login.php | 0.582 KB | File | -rw-rw-rw- | |
login_control.php | 0.716 KB | File | -rw-rw-rw- | |
logout.php | 0.099 KB | File | -rw-rw-rw- | |
mail.php | 0.508 KB | File | -rw-rw-rw- | |
mail_controller.php | 1.324 KB | File | -rw-rw-rw- | |
papers.php | 4.332 KB | File | -rw-rw-rw- | |
Product.php | 4.522 KB | File | -rw-rw-rw- | |
read_mai.php | 18.012 KB | File | -rw-rw-rw- | |
register.php | 4.011 KB | File | -rw-rw-rw- | |
sent.php | 9.575 KB | File | -rw-rw-rw- | |
slider.php | 6.859 KB | File | -rw-rw-rw- | |
sliderupdate.php | 3.239 KB | File | -rw-rw-rw- | |
specification.php | 3.194 KB | File | -rw-rw-rw- | |
subscriber_list.php | 7.287 KB | File | -rw-rw-rw- | |
test.html | 0.006 KB | File | -rw-rw-rw- | |
update.php | 0.920 KB | File | -rw-rw-rw- | |
video.php | 4.870 KB | File | -rw-rw-rw- | |
viewproduct.php | 0.135 KB | File | -rw-rw-rw- | |
visotor_counter.php | 0.009 KB | File | -rw-rw-rw- |