astroport/www/LOVELand/boursorama.php

36 lines
1.4 KiB
PHP

<?php
// A changer avant 07/03/2018
// Tirage au sort
$dice = rand(0,1);
if($dice==0) {
$AFFIL = "https://bour.so/CC1Kg1U"; // Fred
$AFFIL = "https://www.boursorama.com/banque-en-ligne/compte-bancaire/souscrire/index-parrainage.html?sponsorship_link=cruXrSZPpDy-PqtV92BonPblRv9r8yXTWzQxBHzZP9mEek8R-eVNDbjuVVs42TEztwFqIfWxX0NqU2piQeH-mg&show_choice=0&origine=868&xtor=EPR-305";
} else {
$AFFIL = "https://bour.so/0Z6x0WJ"; // Auré
$AFFIL = "https://www.boursorama.com/banque-en-ligne/compte-bancaire/souscrire/index-parrainage.html?sponsorship_link=9baUh_eO47Vh2lF3sAkjhym0KAAf8ZxbEcXEi4_9ITrh9jNB7Q99JBzMHv834pwPrHV-BKwP9jyxdMlpaX1yW4gnfx45D2gpLpmUwY5xMu4&show_choice=0&origine=868&xtor=EPR-305";
}
?>
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="3;URL=<?php echo $AFFIL; ?>">
<title>Une banque en ligne sans revenu. ouvrir un compte en ligne sur Boursorama. </title>
</head>
<body style='background: url("/img/bg-showcase-1.jpg") no-repeat scroll center center / cover rgb(0, 0, 0);'>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-114787603-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-114787603-1');
</script>
</body>
</html>