Home Showbiz Nabilla declared dead on Wikipedia, chilling discovery when she woke up: “They...

Nabilla declared dead on Wikipedia, chilling discovery when she woke up: “They want me to die”

9
0

Résumé

Nabilla Vergara was revealed to have been falsely discovered dead on Wikipedia, one of the macabre rumors among others concerning celebrities recently.

Summary

Nabilla Vergara has come a long way since her debut on the small screen. Révélée au grand public grâce à sa participation à la deuxième saison de Love is blindthe young woman has become, over the years, one of the most influential personalities in the French media landscape.

With more than 9 million subscribers on Instagram, she has established herself as an essential figure on social networks. A reputation which, however, has its share of disadvantages.

Dance invites La Boîte à Questions on Canal+ this Wednesday June 17, 2026, the mother of Milann and Leyann actually spoke about the craziest rumor she faced during his career. And this is quite disastrous.

One day I woke up and I was dead“at-elle I confided in her GARDEN. “Someone had changed my Wikipedia and put a death date. I said to myself: ‘Oh yeah… they want me to die’.“A very dark anecdote.

Jean-Luc Reichmann suffered the same fate as Nabilla

Nabilla is far from being the only personality to have been the victim of a false death rumor. Like the influencer, many celebrities have already had to deal with this type of misinformation. Of Johnny Hallyday à Mick Jaggerpassing through Barack Obamaseveral public figures were once wrongly announced dead on the Internet. More recently, Jean-Luc Reichmann was also the target of such a rumor. The host also chose to respond with a lot of humor.

Good evening everyone, it is May 8, 2023 and I come back from an extraordinary weekend, I arrive in my room and I must admit that every evening, I check to see what the alerts are. Well ladies and gentlemen, take a good look at this alert, it is extraordinary! It’s May 8, it’s 10:51 p.m. and here, what am I learning? ‘Jean-Luc Reichmann is dead’. Yes, look closely…“, he declared before adding: “Jean-Luc Reichmann died on May 9, 2023 at the age of 62, that is to say… tomorrow. I’m dead tomorrow, be careful!

And to conclude: “So, ladies and gentlemen, I die tomorrowdon’t worry everything is fine, I still wanted to wish you a good night and a good end of life… Thank you for these end of weekend alerts, it’s always a pleasure!

Hits & People en continu

Public Radio


<![CDATA[
// Player audio réel
const audioPlayer = document.getElementById('audioPlayer');
const playBtn = document.getElementById('playBtn');
const playIcon = document.getElementById('playIcon');
const pauseIcon = document.getElementById('pauseIcon');
const currentTrack = document.getElementById('currentTrack');

let isPlaying = false;
let frequencyInterval;
let trackInterval;

// Fonction pour récupérer le titre en cours depuis l'API
async function fetchCurrentTrack() {
try {
const response = await fetch('https://stream.webradio.ai/publicradio.json');
const data = await response.json();

if (data.en_cours) {
const artiste = data.en_cours.artiste || 'Public Radio';
const titre = data.en_cours.titre || 'En direct';

currentTrack.textContent = titre;
document.getElementById('currentArtist').textContent = artiste;

console.log('Titre récupéré:', titre, '-', artiste);
}
} catch (error) {
console.error('Erreur lors de la récupération du titre:', error);
// En cas d'erreur, afficher un titre par défaut
currentTrack.textContent = "Hits & People en continu";
document.getElementById('currentArtist').textContent = "Public Radio";
}
}

// Animation des barres de fréquence
function animateFrequencyBars() {
if (isPlaying) {
for (let i = 1; i <= 10; i++) {
const bar = document.getElementById(`freq${i}`);
const height = Math.random() * 15 + 5;
bar.style.height = height + 'px';
}
}
}

// Fonction pour jouer/arrêter la radio
function togglePlay() {
if (isPlaying) {
// Arrêter la lecture
audioPlayer.pause();
playIcon.style.display = 'block';
pauseIcon.style.display = 'none';
isPlaying = false;

currentTrack.textContent = "Radio en pause";
document.getElementById('currentArtist').textContent = "Public Radio";

// Arrêt des animations
clearInterval(frequencyInterval);
clearInterval(trackInterval);

// Arrêt des barres
for (let i = 1; i {
console.log(‘Lecture démarrée avec succès’);
}).catch(err => {
console.error(‘Erreur de lecture:’, err);
alert(‘Impossible de lire le flux radio. Détails: ‘ + err.message);
playIcon.style.display = ‘block’;
pauseIcon.style.display = ‘none’;
isPlaying = false;
currentTrack.textContent = “Erreur de connexion”;
document.getElementById(‘currentArtist’).textContent = “Public Radio”;
});
}
}
}

// Événement du bouton play/pause
playBtn.addEventListener(‘click’, function(e) {
e.stopPropagation();
togglePlay();
});

// Événements audio
audioPlayer.addEventListener(‘playing’, () => {
playIcon.style.display = ‘none’;
pauseIcon.style.display = ‘block’;
isPlaying = true;

// Démarrer les animations
frequencyInterval = setInterval(animateFrequencyBars, 200);

// Récupérer le titre immédiatement puis toutes les 12 secondes
fetchCurrentTrack();
trackInterval = setInterval(fetchCurrentTrack, 12000);
});

audioPlayer.addEventListener(‘pause’, () => {
playIcon.style.display = ‘block’;
pauseIcon.style.display = ‘none’;
isPlaying = false;
});

audioPlayer.addEventListener(‘error’, (e) => {
console.error(‘Erreur audio:’, e);
playIcon.style.display = ‘block’;
pauseIcon.style.display = ‘none’;
isPlaying = false;
currentTrack.textContent = “Erreur de connexion”;
document.getElementById(‘currentArtist’).textContent = “Public Radio”;

clearInterval(frequencyInterval);
clearInterval(trackInterval);

for (let i = 1; i

Mentioned in this article