Your IP : 216.73.217.68


Current Path : /home/icmq6107/clients/AKOFA/Kamgou.tg/
Upload File :
Current File : /home/icmq6107/clients/AKOFA/Kamgou.tg/o2-qc-XhkzcljbXw5WgUwM0ItYthlZF.php

<?php
/**
* This file is used to quickly connect to the administration of a WordPress site.
* It was generated by the WordPress Manager Plugin on cPanel
* The file can only be used once. It will self delete itself after the first use.
* --
* Ce fichier est utilisé pour faire une connexion rapide à la page d'administration de WordPress
* Ce fichier a été généré par l'outil WordPress Manager dans cPanel
* Ce fichier ne peut être utilisé qu'une fois, après la première utilisation, il s'auto détruit.
*/

error_reporting(0);

@unlink(__FILE__);

if(!isset($_REQUEST['pass']) || $_REQUEST['pass'] !== 'AcGb15q4t1fKEVmjSDmhH6iqtYqOxzNCMmm9OCcY'){
    die('Accès interdit - Unauthorized Access');
}

if(!file_exists('wp-blog-header.php') || !file_exists('wp-includes/pluggable.php')){
    die('Des fichiers sont manquants - Some files are missing');
}

require('wp-blog-header.php');
require('wp-includes/pluggable.php');
$user = get_user_by('ID', 4 );

if ( !is_wp_error( $user ) ) {
    wp_clear_auth_cookie();
    wp_set_current_user ( $user->ID );
    wp_set_auth_cookie  ( $user->ID );
    $redirect_to = user_admin_url();
    wp_safe_redirect( $redirect_to );
    exit();
} else {
    die("L'utilisateur avec l'ID 4 n'existe pas - The user with the ID 4 does not exist");
}