Fallagassrini Bypass Shell

echo"
Fallagassrini
";
Current Path : /home/happyrenas/old/happy-r.fr/transfere_pro/administration/templates/admin2/

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/old/happy-r.fr/transfere_pro/administration/templates/admin2/google_agenda1.php

<meta charset="utf-8"/>
<?
//https://www.sitepoint.com/community/t/ics-file-creation/3507/4
//http://www.kanzaki.com/docs/ical/dateTime.html
// For example, the following represents January 19, 1998, at 0700 UTC:
// DTSTART:19980119T070000Z
session_start();
$page="fiche";
include("config.php");

$id=17;

$myquery = "SELECT * from reservation where (statut=1 || statut=3 || statut=4) AND id_proprietaire=".$id." order by id";
//echo $myquery."\n";
$site_calls = $db->get_results($myquery);
$num = $db->num_rows;

echo "BEGIN:VCALENDAR\n";						
echo "VERSION:2.0\n";
echo "PRODID:-//hacksw/handcal//NONSGML v1.0//EN\n";
						
						
if (!empty($site_calls))
{
	foreach ( $site_calls as $call )
	{
		
		if ($call->statut=='1') {$montexte="Réservation demandée";}
		if ($call->statut=='3') {$montexte="Réservation validée";}
		if ($call->statut=='4') {$montexte="Réservation payée";}
									
									
		$myquery1 = "SELECT nom,prenom from proprietaire where id=".$call->id_proprietaire;
		$marequete1 = $db->get_row($myquery1);
	
		$myquery2 = "SELECT label from logement where id=".$call->id_logement;
		$marequete2 = $db->get_row($myquery2);
	
		$DTSTART	=	date("Ymd", strtotime($call->date1))."T000000Z";
		$DTEND		=	date("Ymd", strtotime($call->date2))."T000000Z";
	
		echo "BEGIN:VEVENT\n";
		echo "DTSTART:".$DTSTART."\n";
		echo "DTEND:".$DTEND."\n";
		echo "SUMMARY:".$marequete2->label."\n".$montexte."\nMail : ".$call->mail."\n";
		echo "END:VEVENT\n";

	}
}
	
echo "END:VCALENDAR\n";
?>

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