BLACKSITE
:
216.73.217.60
:
89.163.214.37 / samaistanbool.com
:
Linux da1 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64
:
/
home
/
samaist1
/
public_html
/
Upload File:
files >> /home/samaist1/public_html/scripts.php
<script src="assets/js/sweetalert.min.js"></script> <?php if(isset($_SESSION['status']) && $_SESSION['status']!='') { ?> <script> swal({ title: "<?php echo $_SESSION['status'] ?>", //text: "You clicked the button!", icon: "<?php echo $_SESSION['status_code'] ?>", button: "موافق", }); </script> <?php unset($_SESSION['status']); } ?> <script > $(function(){ 'use strict'; $('.delet').click(function() { swal({ title: "حذف البيانات المحددة", //text: "Once deleted, you will not be able to recover this imaginary file!", icon: "warning", buttons: true, dangerMode: true, }) .then((willDelete) => { if (willDelete) { swal("Poof! Your imaginary file has been deleted!", { icon: "success", }); } else { swal("تم الغاء الحذف"); } }); }); $('.delete').click(function() { if(!confirm('حذف البيانات')){ return false; } }); $('.save').click(function() { if(alert('تم الحفظ')){ return false; } }); $('.ok').click(function() { if(alert('تم نسخ الاعلان')){ return false; } }); }); </script>