This Social Network X on Monday underwent a vast breakdown. While Internet users have denounced access problems, its owner, Elon Musk, assured that his platform had been the victim of a massive cyber attack.
© Nathan Stirk/Getty Images Save save Receive the Elon Musk alerts from bugs and access problems around 11 a.m., then around 2 p.m., 3 p.m. and since 4:30 p.m. … This Monday, March 10, the social network X was no longer accessible for many users, according to data from the specialized DowndeTector site. Whether on the web version or the mobile application, it was for example impossible for users to go up the news feed, when others received error messages such as “an error occurred”, reports Franceinfo. Other Internet users have even met a more disturbing message: “This site is inaccessible”. This world failure was finally resolved in the evening and was explained by Elon Musk, his boss. As the Parisian reports, the billionaire explained on X revealing: “There was (and there is still) a massive cyberattack against X.” The founder of Tesla responded to a tweet from the “Dogesigner” account. The latter made the link with the attacks perpetrated in recent days against the commission with the government efficiency that the billionaire, Doge, or Tesla (concessions have been attacked) leads). Read also: Trump – Musk: This big bug that disturbed the broadcast of their “conversation” “a large coordinated group involved”? According to Elon Musk, all its groups are “attacked every day”, but this cyber attack “was organized with a lot of resources”. The billionaire goes even further by insinuating that “a large coordinated group is involved or a country”, but everything is fine, because his teams “follow the track”. While Internet users have suggested that some want to “reduce it to silence”, Elon Musk responded in the affirmative. The social network X is rarely attacked, the last breakdown dates back to December 2023 according to our colleagues. Since December, huge breakdowns have, on the other hand, affected its competitor, the Meta group, including the messaging Whatsapp, Messenger, but also Facebook or Instagram. Last August, Elon Musk’s interview with Donald Trump, then candidate for the presidency of the United States, was disrupted by technical problems. Elon Musk had already mentioned a “cyber attack”. Receive our latest news each morning, the information to be remembered on the financial markets. (Tagstotranslate) Elon Musk (T) Twitter (T) Cyberattaque (T) R U00E9Seaux (T) Donald Trump
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
News kiosk Latest Posts
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!