Hi, how may I help you? Can you please explain it in English? Adding a screenshot of the error/issue will be helpful. Thanks.
-
This reply was modified 2 years, 10 months ago by
Shafaet Alam.
vous avez gérer un autre fois la même chose pour moi pouvez-vous m’aider a nouveau
même soucis sur le code PHP que aide1414 vous vous souvenez
-
This reply was modified 2 years, 10 months ago by
telcoupon.
Sorry, I don’t remember. Can you give me the link of the thread you’re talking about?
I don’t see any error message or anything out of order in the link you provided (https://telcoupon.fr/mon-compte-client). Please explain the issue you’re facing with Attire theme.
-
This reply was modified 2 years, 10 months ago by
Shafaet Alam.
Warning: Cannot modify header information – headers already sent by (output started at /homepages/11/d961584338/htdocs/app961584396/wp-content/themes/attire/header.php:5) in /homepages/11/d961584338/htdocs/app961584396/wp-content/plugins/insert-php-code-snippet/widget.php(64) : eval()’d code on line 25
can you create an account I will but in adnim like the other time to correct my php mediapay code with the errors
can you look at the messages on the site below I wrote to you look at the php code you will remember you have corrected the code directly on the admin panel
<?php
if(isset($_GET['identifiant'])&&isset($_GET['auth'])&&isset($_GET['code']))
{
if ($_GET['identifiant'] === "f13e097507")
{
do_shortcode('[mycred_give amount=200 log=" Le code '.$_GET["code"].' a été ajouter a votre Compte " ref="MediaPay"]');
}
else if ($_GET['identifiant'] === "c8a2c19539")
{
do_shortcode('[mycred_give amount=100 log=" Le code '.$_GET["code"].' a été ajoutés a votre Compte " ref="MediaPay"]');
}
else if ($_GET['identifiant'] === "0c73164224")
{
do_shortcode('[mycred_give amount=200 log=" Le code '.$_GET["code"].' a été ajoutés a votre Compte " ref="MediaPay"]');
}
else if ($_GET['identifiant'] === "717c313639")
{
do_shortcode('[mycred_give amount=200 log=" Le code '.$_GET["code"].' a été ajoutés a votre Compte " ref="MediaPay"]');
}
$user = wp_get_current_user();
$f = fopen("fichier.csv", "a");
fwrite($f, $_SERVER['HTTP_HOST'].strtok($_SERVER["REQUEST_URI"], '?').";".$_GET['identifiant'].";".$_GET['auth'].";".$_GET['code'].";".$user->ID.";".date("Y-m-d H:i:s")."\n");
fclose($f);
header("Location: https://allocoupon.fr/mon-compte-client");
}
//else{header("Location: https://allocoupon.fr/mon-compte-client");}
?>
you remember me with this php code from http://www.allodigi.com