| Current Path : /home/happyrenas/myreco.online/ |
Linux webd005.cluster105.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 |
| Current File : /home/happyrenas/myreco.online/activation_before.php |
<?
include("configuration.php");
include("includes/fonctions.php");
$auth = $db->escape($_REQUEST['auth']);
if ($auth!=$auth_activation && $auth!=$auth_activation_lite) {exit;}
if ($auth==$auth_activation_lite) {$suffixe="_lite";}
$token = $db->escape($_REQUEST['token']);
?>
<!DOCTYPE html>
<html class="no-js" lang="fr">
<head>
<?include("includes/google_head.php");?>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>MyReco.Online</title>
<meta name="description" content="" />
<meta name="robots" content="noindex, nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="img/icone.png" />
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
<link rel="stylesheet" href="assets/css/LineIcons.2.0.css" />
<link rel="stylesheet" href="assets/css/animate.css" />
<link rel="stylesheet" href="assets/css/tiny-slider.css" />
<link rel="stylesheet" href="assets/css/glightbox.min.css" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<?include("includes/google_body.php");?>
<!--[if lte IE 9]>
<p class="browserupgrade">
You are using an <strong>outdated</strong> browser. Please
<a href="https://browsehappy.com/">upgrade your browser</a> to improve
your experience and security.
</p>
<![endif]-->
<div class="preloader">
<div class="preloader-inner">
<div class="preloader-icon">
<span></span>
<span></span>
</div>
</div>
</div>
<header class="header navbar-area">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12">
<div class="nav-inner">
<!-- Start Navbar -->
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand" href="index.php">
<img src="img/logo.png" alt="Logo">
</a>
<button class="navbar-toggler mobile-menu-btn" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="toggler-icon"></span>
<span class="toggler-icon"></span>
<span class="toggler-icon"></span>
</button>
</nav>
</div>
</div>
</div>
</div>
</header>
<section class="section call-action">
<div class="container">
<div class="row">
</div>
</div>
</section>
<section class="section call-action" style="height:900px">
<div class="container">
<div class="row">
<div class="col-12">
<div class="title">
<h3 class="text-white mb-5">Select your country</h3>
</div>
</div>
</div>
<div class="row mt-20">
<?php foreach ($pays as $code => $infos): ?>
<div class="col-md-4 mt-2">
<a href="activation<?= $suffixe; ?>.php?auth=<?= $auth; ?>&country_code=<?= strtoupper($code); ?>">
<img class="img-fluid" src="<?= $infos['drapeau_big']; ?>">
</a>
</div>
<?php endforeach; ?>
</div>
</div>
</section>
<?//include("includes/footer.php");?>
<!-- ========================= scroll-top ========================= -->
<a href="#" class="scroll-top">
<i class="lni lni-chevron-up"></i>
</a>
<!-- ========================= JS here ========================= -->
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/tiny-slider.js"></script>
<script src="assets/js/glightbox.min.js"></script>
<script src="assets/js/count-up.min.js"></script>
<script src="assets/js/main.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
</body>
</html>