• Bonjour, à tous je rencontre un soucis avec mon code PHP mediapy comme l’autre fois un administrateur du thème attire est venu me donner un coup de main il a avais trouvé le soucis en espèrent qu’il soit encore parmi nous pour m’aider de nouveau ou une autre personne

    The page I need help with: [log in to see the link]

Viewing 11 replies - 1 through 11 (of 11 total)
  • Theme Author Shafaet Alam

    (@shafayat-alam)

    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 1 year, 9 months ago by Shafaet Alam.
    Thread Starter telcoupon

    (@telcoupon)

    vous avez gérer un autre fois la même chose pour moi pouvez-vous m’aider a nouveau

    Thread Starter telcoupon

    (@telcoupon)

    même soucis sur le code PHP que aide1414 vous vous souvenez

    • This reply was modified 1 year, 9 months ago by telcoupon.
    Theme Author Shafaet Alam

    (@shafayat-alam)

    Sorry, I don’t remember. Can you give me the link of the thread you’re talking about?

    Thread Starter telcoupon

    (@telcoupon)

    Thread Starter telcoupon

    (@telcoupon)

    1 ans est 10 mois

    Theme Author Shafaet Alam

    (@shafayat-alam)

    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 1 year, 9 months ago by Shafaet Alam.
    Thread Starter telcoupon

    (@telcoupon)

    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

    Thread Starter telcoupon

    (@telcoupon)

    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

    Thread Starter telcoupon

    (@telcoupon)

    <?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");}
    ?>
    Thread Starter telcoupon

    (@telcoupon)

    you remember me with this php code from https://www.allodigi.com

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘code php erreur’ is closed to new replies.