shell bypass 403

GrazzMean Shell

Uname: Linux webm016.cluster127.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Software: Apache
PHP version: 7.4.33 [ PHP INFO ] PHP os: Linux
Server Ip: 54.36.31.145
Your Ip: 216.73.216.182
User: homesquasz (91404) | Group: users (100)
Safe Mode: OFF
Disable Function:
_dyuweyrj4,_dyuweyrj4r,dl

name : export.php
<?php 
try
{
	$html2pdf = new HTML2PDF('L', 'A4', 'fr', true, 'UTF-8', array(10, 10, 10, 10));
	$html2pdf->pdf->SetDisplayMode('fullpage');
	ob_start();
	?>
	<style type="text/css">
	<!--
	table{width:100% !important;}
	table tr td{ text-align:center; padding: 5px; }
	table tr th{text-align:center;padding: 5px;}
	table tr .title{font-size:10pt; font-weight: bold;}
	table tr .content{text-align:left; font-size:10pt;}
	h2{
		text-align: center;
	}
	-->
</style>
<page backtop="30mm" backbottom="7mm" footer="page" >
	<page_header footer='page' >
	<table cellspacing="0" align="center" style="margin-bottom:40px; width: 100%;height:25%;  text-align:center;text-align: center; font-size: 10pt;" align="center">
		<tr>
			<td rowspan="3" style="width: 33%; text-align: center;border: solid 1px black;"><h2>Groupe Hammami</h2></td>
			<td rowspan="3" style="width: 33%; text-align: center;border: solid 1px black;font-weight: bold; font-size:20pt;">Liste des conges</td>
			<td style="width: 33%; text-align: center;border: solid 1px black;text-transform: uppercase;"></td>
		</tr>
		<tr>
			<td style="text-align: center;border: solid 1px black;text-transform: uppercase;"></td>
		</tr>
		<tr>
			<td style="text-align: center;border: solid 1px black;text-transform: uppercase;">Page [[page_cu]] </td>
		</tr>
	</table>
	 </page_header>
	<table class="table table-striped" align="center" border="1">
                    <tr>
                    	<th class="title">Ordre</th>
						<th class="title">Date de la demande</th>
						<th class="title">Utilisateur</th>
						<th class="title">Date debut</th>
						<th class="title">Date fin</th>
                        <th class="title">Total</th>
                        <th class="title">Nature de congé</th>
						<th class="title">Motif de congé</th>
                        <th class="title">Interim</th>
						<th class="title">Etat</th>
						
                    </tr>
                    <?php foreach($conge as $key=>$d){ ?>
                    <tr <?php echo ($key%2==0)?"style='background:#eff0f1;'":""?> >
                    	<td class="content"><?php echo $key+1; ?></td>
						<td class="content"><?php echo $d['creationdate']; ?></td>
						<td class="content"><?php echo $d['name']." ".$d['prenom']; ?></td>
						<td class="content"><?php echo date("d/m/Y H:i",strtotime($d['datedebut'])); ?></td>
						<td class="content"><?php echo date("d/m/Y H:i",strtotime($d['datefin'])); ?></td> 
                       <td class="content"> <?php
                      $datetime1 = new DateTime($d['datedebut']);
                      $datetime2 = new DateTime($d['datefin']);
                      
                     $countferie =$ecriture->get_count_ferie_in_periode($d['datedebut'],$d['datefin']);
                      if (($d['demijourned']=="0")&&($d['demijournef']=="0"))
                      {
                        $interval = $datetime1->diff($datetime2);
                        echo ($interval->d+1)-$countferie ;
                      }
                      elseif(($d['demijourned']!="0")&&($d['demijournef']!="0"))
                      {
                        $interval = $datetime1->diff($datetime2);
                        echo ($interval->d+1-0.5-0.5)-$countferie ;
                      }
                      elseif(($d['demijourned']!="0")||($d['demijournef']!="0"))
                      {
                        $interval = $datetime1->diff($datetime2);
                        echo ($interval->d+1-0.5)-$countferie ;
                      }
                    
                        ?></td>
                        <td class="content"><?php echo $d['libelle']; ?></td>
						<td class="content"><?php echo $d['description']; ?></td>
                        <td class="content"><?php echo $d['interim']; ?></td>
						<td class="content">
                        <?php 
                        $valide_values = array(
                            '0'=>'En Attente',
                            '1'=>'Confirmée',
                            '2'=>'Rejetée',
                            '3'=>'Annulée',
                            );
                            echo $valide_values[$d["etat"]];
                        ?>
                            
                        </td>
					
                    </tr>
                    <?php } ?>
    </table>

	
</page>
<?php
$content = ob_get_clean();
$html2pdf->writeHTML($content, isset($_GET['vuehtml']));
$html2pdf->Output("exportation.pdf");
}
catch(HTML2PDF_exception $e) {
	echo $e;
	exit;
}

?>
© 2026 GrazzMean
Page non trouvée – APK Comptoir Hammami
Jannah Theme License is not validated, Go to the theme options page to validate the license, You need a single license for each domain name.

404 :(

Oups ! Cette page est introuvable.

Il semble que nous ne puissions pas trouver ce que vous cherchez. Peut-être qu'une recherche pourrait vous aider.

Bouton retour en haut de la page