Close Menu

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    Gamescom has issued an apology regarding its initial reaction to hardware thefts, acknowledging that it “did not show the people affected the empathy they deserve”

    September 7, 2026

    Singaporean actor allegedly spotted at Nanning Ponzi scheme event

    September 7, 2026

    Babita Singh Reporting Review: How one woman’s quest for justice makes you question what society has normalised

    September 7, 2026
    Facebook X (Twitter) Instagram
    Facebook X (Twitter) Instagram YouTube TikTok
    Comic Vibe
    Monday, September 7
    • Home
    • Comics
      • Comic Vibe News
    • Gaming
    • Movies
    • TV
    • Anime
    • Toys & Collectibles
    • Cosplay
    • Tech
    • Digital Culture
      • Creators & Fan Culture
      • Creator Economy & Fan-Driven Platforms
      • Digital Fandom & Online Communities
      • Metaverse & Virtual Worlds
      • NFTs & Digital Collectibles
      • Virtual Events & Online Conventions
      • Virtual Identity & Avatars
    • Shop
    Comic Vibe
    • Home
    • Contact Us
    • Terms & Conditions
    • Advertise With Us
    • DMCA Policy
    • Privacy Policy
    • About Us
    Home»Gaming»Gamers revolt against PlayStation with seven
    Gaming

    Gamers revolt against PlayStation with seven

    JamesBy JamesJuly 28, 2026No Comments8 Mins Read
    Facebook Twitter
    Gamers revolt against PlayStation with seven
    Share
    Facebook Twitter

    Technology

    Gamers revolt against PlayStation with seven-day blackout planned for August

    The planned phase-out of physical video games by 2028 is one of the main drivers behind the protest.

    • North Korean hackers spy on China via video game platform
    • Rockstar Games hit by cyberattack, possible GTA 6 data leak feared

    PlayStation®5 Pro consoles.

    • 1

      Gamers revolt against PlayStation with seven-day blackout planned for August

    • 2

      Vatican prayer app leak exposes data of 700,000+ faithful

    • 3

      Fake Solana, Luno, and TradingView sites use In-browser JavaScript to deliver malware

    • 4

      Bruno Salvatella (CyberSources): “AI is lowering the barrier to entry for cybercriminals”

    • 5

      Fernando Pasquín: “War has shaped our societies; every one of them is rooted in military conflict”

    • Antonio Bustos
    • Expert in Defense, Security and Terrorism.
    • Published on
      28 July 2026 at 07:15

    The PlayStation gaming community does not like the decisions that Sony Interactive Entertainment (SIE) has made in recent years, andthe withdrawal of physical gameshas exhausted their patience, leading to the call for a seven-day disconnection strike in August, reports EP.

    DoesItPlay?, a community focused on game preservation, has called on the gaming community to conduct a week of “economic and gaming” blackout in protest of SIE’s decision to eliminate the physical format of video games in 2028.

    They consider this to be just the latest in a series of decisions that SIE has made in recent years that have “increasingly distanced it from its fan base,”including the closure of studios like Bluepoint, a live service strategy they do not share, the cancellation of events for followers, and the abandonment of PlayStation VR2.

    ‘Disconnected from its community’

    “PlayStation has never felt more disconnected from its community,” they assert. Therefore, they have called for a strike in August, which will begin on the 23rd at 19:00 (local time) and end on the 30th, also at 19:00.

    This is to show SIE the discontent with a blackout, meaning seven days “without logins, without gaming sessions, without purchases on any of Sony’s platforms,”and it only requires players to turn off their consoles or log out during that time.

    “We believe this period minimizes the impact on publishers and developers while allowing players to express their opinion,” they emphasized.

    In mid-July,the European Union commented on Sony’s decision, stating that it cannot intervene because companies “are free to offer games and services in the manner they deem appropriate,” as long as consumer rights are protected.

    The PlayStation gaming community does not like the decisions that Sony Interactive Entertainment (SIE) has made in recent years, andthe withdrawal of physical gameshas exhausted their patience, leading to the call for a seven-day disconnection strike in August, reports EP.

    DoesItPlay?, a community focused on game preservation, has called on the gaming community to conduct a week of “economic and gaming” blackout in protest of SIE’s decision to eliminate the physical format of video games in 2028.

    They consider this to be just the latest in a series of decisions that SIE has made in recent years that have “increasingly distanced it from its fan base,”including the closure of studios like Bluepoint, a live service strategy they do not share, the cancellation of events for followers, and the abandonment of PlayStation VR2.

    ‘Disconnected from its community’

    “PlayStation has never felt more disconnected from its community,” they assert. Therefore, they have called for a strike in August, which will begin on the 23rd at 19:00 (local time) and end on the 30th, also at 19:00.

    This is to show SIE the discontent with a blackout, meaning seven days “without logins, without gaming sessions, without purchases on any of Sony’s platforms,”and it only requires players to turn off their consoles or log out during that time.

    “We believe this period minimizes the impact on publishers and developers while allowing players to express their opinion,” they emphasized.

    In mid-July,the European Union commented on Sony’s decision, stating that it cannot intervene because companies “are free to offer games and services in the manner they deem appropriate,” as long as consumer rights are protected.

    Become a premium member for free!

    You may be interested in

    • TechnologyNorth Korean hackers spy on China via video game platformAntonio Bustos
    • TechnologyRockstar Games hit by cyberattack, possible GTA 6 data leak fearedSergio Delgado Martorell
    • TechnologyInstagram to ban hidden-camera prank and harassment videos from smart glassesAntonio Bustos
    • TechnologyDigital sovereignty realized: Lessons from Spain’s legaltech ecosystemMikel Viteri

    “;
    $(“#container-comentar-comentarios”).html(respuesta);
    } else if (data == 2) { //TIEMPO
    var respuesta =
    “No ha pasado aún un minuto desde tu último comentario. Espera un poco y podrás comentar de nuevo una noticia.
    “;
    $(“#container-comentar-comentarios”).html(respuesta);
    } else if (data == 3) { //PALABROTA
    var respuesta = “Por favor, utiliza un lenguaje correcto para comentar las noticias.”;
    Swal.fire({
    text: respuesta,
    icon: “warning”
    });
    } else { //NO LOGUEADO
    var respuesta =
    “Lo sentimos, al parecer no tienes una sesión iniciada. Vuelve a Iniciar Sesión y podrás publicar este comentario.”;
    Swal.fire({
    text: respuesta,
    icon: “warning”
    });
    }

    },
    error: function(request, error) {
    //console.log(error);
    }
    });

    }

    function sumarPositivo(id_comentario, id_usuario) {

    $.ajax({
    type: “POST”,
    xhrFields: {
    withCredentials: true
    },
    url: `https://api.v.1.2.3.escudodigital.newscript.es/api/sumar_reaccion_comentario.php?t=` +
    generarCadenaAlfanumerica(),
    data: {
    tipo: ‘positivo’,
    id_comentario: id_comentario,
    id_usuario: id_usuario
    },
    success: function(data) {
    //console.log(data);
    if (data == 1) {
    var likes = parseInt($(“#like_” + id_comentario + ” span”).text());
    $(“#like_” + id_comentario + ” span”).text(parseInt(likes + 1));
    }
    },
    error: function(request, error) {
    //console.log(error);
    }
    });

    }

    function sumarNegativo(id_comentario, id_usuario) {
    $.ajax({
    type: “POST”,
    xhrFields: {
    withCredentials: true
    },
    url: `https://api.v.1.2.3.escudodigital.newscript.es/api/sumar_reaccion_comentario.php?t=` +
    generarCadenaAlfanumerica(),
    data: {
    tipo: ‘negativo’,
    id_comentario: id_comentario,
    id_usuario: id_usuario
    },
    success: function(data) {
    //console.log(data);
    if (data == 1) {
    var dislikes = parseInt($(“#dislike_” + id_comentario + ” span”).text());
    $(“#dislike_” + id_comentario + ” span”).text(parseInt(dislikes + 1));
    }
    },
    error: function(request, error) {
    //console.log(error);
    }
    });
    }

    function recargar_widgets_sesion() {
    recargar_cabecero_sesion();
    recargar_menu_sesion();
    recargar_comentar_sesion();
    recargar_comentar_comentar();
    comprobar_user_sesion_215_articulo(0);
    }

    function iniciarSesion() {
    var continuar = true;
    var msg = “”;
    var usuario_log = $(“#usuario_log”).val();
    var password_log = $(“#password_log”).val();
    var valor_periodico = $(‘#valor_periodico’).val();

    // console.log(valor_periodico);
    if (usuario_log.length == 0) {
    continuar = false;
    msg += “Es necesario rellenar el correo electrónico n”;
    }

    if (password_log.length == 0) {
    continuar = false;
    msg += “Es necesario rellenar la contraseña.n”;
    }

    if (continuar) {

    $.ajax({
    type: “POST”,
    data: $(“#formulario_login”).serialize(),
    xhrFields: {
    withCredentials: true
    },
    url: `https://api.v.1.2.3.escudodigital.newscript.es/api/login-user.php?t=` +
    generarCadenaAlfanumerica(),
    success: function(data) {
    // console.log(data);
    if (data == 1) {
    recargar_widgets_sesion();
    $(“#modal-login .modal-action.modal-close.close-btn”).trigger(“click”);
    $(“#usuario_log”).val(“”);
    $(“#password_log”).val(“”);
    if (window.location.href.includes(“area-usuario”)) {
    // window.location.reload();
    }
    } else {
    var respuesta =
    “No hemos encontrado ningún usuario con el correo electrónico y la contraseña introducidos. Por favor, vuelve a intentarlo o recupera la contraseña pulsando el botón inferior.”;
    Swal.fire({
    text: respuesta,
    icon: “warning”
    });
    }
    }
    });
    } else {
    Swal.fire({
    text: msg,
    icon: “warning”
    });
    }
    }

    function comprobar_user_sesion_215_articulo(es_premium) {
    $.ajax({
    type: “POST”,
    xhrFields: {
    withCredentials: true
    },
    url: `https://api.v.1.2.3.escudodigital.newscript.es/api/comprobar_sesion_user.php?t=` +
    generarCadenaAlfanumerica(),
    success: function(data) {
    console.log(“COMPROBADO SESION USUARIO ” + data);
    if (data == 1) {
    $(“#art-cuerpo-visible”).removeClass(“d-none”);
    $(“#art-cuerpo-visible”).removeClass(“art-cuerpo-no-visible”);
    $(“#art-cuerpo-visible”).addClass(“art-cuerpo-visible”);
    $(“#art-cuerpo-visible-premium”).removeClass(“art-cuerpo-visible”);
    $(“#art-cuerpo-visible-premium”).addClass(“d-none”);
    $(“#banner-premium”).addClass(“d-none”);

    } else {
    // $(“#art-cuerpo-visible”).removeClass(“art-cuerpo-visible”);
    // $(“#art-cuerpo-visible”).addClass(“art-cuerpo-no-visible”);
    if (es_premium) {
    $(“#art-cuerpo-visible”).removeClass(“d-none”);
    $(“#art-cuerpo-visible”).removeClass(“art-cuerpo-no-visible”);
    $(“#art-cuerpo-visible”).addClass(“d-none”);
    $(“#art-cuerpo-visible-premium”).addClass(“art-cuerpo-visible”);
    $(“#art-cuerpo-visible-premium”).removeClass(“d-none”);
    $(“#banner-premium”).removeClass(“d-none”);
    } else {
    $(“#art-cuerpo-visible-premium”).removeClass(“art-cuerpo-visible”);
    $(“#art-cuerpo-visible-premium”).addClass(“d-none”);
    $(“#banner-premium”).addClass(“d-none”);
    $(“#art-cuerpo-visible”).removeClass(“d-none”);
    $(“#art-cuerpo-visible”).removeClass(“art-cuerpo-no-visible”);
    $(“#art-cuerpo-visible”).addClass(“art-cuerpo-visible”);

    }
    }
    }
    });
    }

    function comprobar_user_sesion_215() {
    $.ajax({
    type: “POST”,
    xhrFields: {
    withCredentials: true
    },
    url: `https://api.v.1.2.3.escudodigital.newscript.es/api/comprobar_sesion_user.php?t=` +
    generarCadenaAlfanumerica(),
    success: function(data) {
    console.log(“COMPROBADO SESION USUARIO ” + data);
    if (data == 1) {
    $(‘.col-comparador-registro-login’).addClass(‘w-auto’)

    } else {
    $(‘.col-comparador-registro-login’).removeClass(‘w-auto’)
    }
    }
    });
    }

    function cerrarSesion() {
    $.ajax({
    type: “POST”,
    xhrFields: {
    withCredentials: true
    },
    url: `https://api.v.1.2.3.escudodigital.newscript.es/api/delete-session-user.php?t=` +
    generarCadenaAlfanumerica(),
    success: function(data) {
    //console.log(data);
    recargar_widgets_sesion();
    $(“#offCanvasClose”).trigger(“click”);
    if (window.location.href.includes(“area-usuario”)) {
    window.location.href = ‘/’;
    }
    }
    });
    }

    function registrarCuenta() {
    var continuar = true;
    var msg = “”;
    var email_registro = $(“#email_reg”).val();
    var pass_registro = $(“#password_reg”).val();
    var pass_registro2 = $(“#password_reg_2”).val();
    var nombre_registro = $(“#nombre_reg”).val();
    var apellidos_registro = $(“#apellidos_reg”).val();
    var ref_id_periodico = $(“#ref_id_periodico”).val();

    if (pass_registro2 != pass_registro) {
    continuar = false;
    msg += “Deben coincidir ambas contraseñas. n”;
    }

    if (email_registro.length == 0) {
    continuar = false;
    msg += “Es necesario rellenar el correo electrónico. n”;
    }
    // if (pass_registro.length = 8) {
    $.ajax({
    type: “POST”,
    xhrFields: {
    withCredentials: true
    },
    data: $(‘#resetear-clave’).serialize(),
    url: `https://api.v.1.2.3.escudodigital.newscript.es/api/resetear-pass.php?t=` +
    generarCadenaAlfanumerica(),
    success: function(data) {
    //console.log(data);
    $(“#email_recuperar”).val(“”);
    var respuesta = “La contraseña se ha actualizado. Ya puedes volver a Iniciar Sesión.”;
    Swal.fire({
    text: respuesta,
    icon: “success”
    }).then((result) => {
    window.location.href = ‘http://www.escudodigital.com/’;
    });

    }
    });
    } else {
    var respuesta = “La contraseña debe tener un mínimo de 8 caracteres.”;
    Swal.fire({
    text: respuesta,
    icon: “warning”
    });

    }
    } else {
    var respuesta = “Ambas contraseñas deben coincidir.”;
    Swal.fire({
    text: respuesta,
    icon: “warning”
    });

    }

    }

    $(document).ready(function() {
    recargar_widgets_sesion(); //DESCOMENTAR ESTO
    });
    ‘)
    .text(msg)
    .insertAfter($el);
    }

    function esEmailValido(email) {
    return /^[^s@]+@[^s@]+.[^s@]{2,}$/.test(String(email).trim());
    }

    function validar() {
    limpiarErrores();
    let ok = true;

    const $nombre = $(“#nombre”);
    const $email = $(“#email”);
    const $motivo = $(“#motivo”);
    const $check = $(“#checkbox”);

    const nombre = $nombre.val().trim();
    const email = $email.val().trim();
    const motivo = $motivo.val().trim();
    if (nombre.length Message sent successfully.
    ‘);
    $form[0].reset();
    } else {
    $(“#msgFormContacto”).html(‘Message not sent. Try again.
    ‘);
    }
    })
    .fail(function(xhr) {
    $(“#msgFormContacto”).html(‘Connection error. Try again.
    ‘);
    })
    .always(function() {
    setLoading(false);
    });
    }

    $btn.on(“click”, function(e) {
    e.preventDefault();
    e.stopPropagation(); // Stop default button behavior if any

    if (!validar()) return;

    // Execute reCAPTCHA
    if (window.grecaptcha) {
    grecaptcha.ready(function() {
    grecaptcha.execute(RECAPTCHA_SITE_KEY, {
    action: ‘submit’
    }).then(function(token) {
    submitFormWithToken(token);
    });
    });
    } else {
    // Fallback or error if grecaptcha not loaded
    alert(“reCAPTCHA not loaded. Please refresh.”);
    }
    });

    $(“#nombre,#email,#motivo,#checkbox”).on(“input change”, function() {
    $(this).removeClass(“is-invalid”);
    $(this).next(“.error-text”).remove();
    });
    });

    against gamers PlayStation revolt Seven
    Share. Facebook Twitter
    Previous Article‘He made Damien Hirst look like a sideshow’: the bloodsplash horrors of Gunther von Hagens
    Next Article Thunder 3 Episode 4 Story & Preview Cuts Released
    James

    Related Posts

    LEGO PlayStation is the most boring brick

    September 7, 2026

    PlayStation 2 ‘Halo killer’ franchise set for comeback with new entry in development

    September 7, 2026

    Dropped Xbox Game Pass? Microsoft May Try to Tempt You Back With a Lower Price

    September 7, 2026

    PlayStation partially u-turns on physical media stance, more discs coming than originally said

    September 7, 2026

    Comments are closed.

    Our Picks

    Gamescom has issued an apology regarding its initial reaction to hardware thefts, acknowledging that it “did not show the people affected the empathy they deserve”

    September 7, 2026

    Singaporean actor allegedly spotted at Nanning Ponzi scheme event

    September 7, 2026

    Babita Singh Reporting Review: How one woman’s quest for justice makes you question what society has normalised

    September 7, 2026

    GTA 6 Leaker CyberLeek: How Much Money Did He Make?

    September 7, 2026
    • Facebook
    • Twitter
    • Instagram
    • YouTube
    • TikTok
    • Telegram
    Don't Miss
    Toys & Collectibles

    Hidden Collectibles? How to Obtain Shards of Corruption

    By JamesJuly 10, 20260

    In Sol: Enchantment (hereinafter ‘Sol’), Hit is one of the most important stats for progressing to higher-level hunting grounds. If your Hit is insufficient, you will often find yourself unable to land attacks on mobs, preventing you from gaining any EXP or Nine, even if your other stats are high enough

    New TV shows and movies to stream this weekend

    July 10, 2026

    Hollywood live-action Naruto movie announces global search for its Naruto, Sasuke, and Sakura

    July 10, 2026

    McFarlane Toys Celebrates Superman’s First Appearance With New ‘Action Comics #1’ 3D Metal Pin

    July 10, 2026

    Subscribe to Updates

    Get the latest creative news from SmartMag about art & design.

    About Us
    About Us

    Comic Vibe is a pop-culture destination created for fans who live and breathe comics, movies, anime, TV shows, gaming, tech, cosplay, and collectibles.

    Our mission is to deliver engaging news, reviews, features, guides, and opinions that celebrate geek culture in all its forms. From the latest comic releases and blockbuster films to anime trends, gaming updates, cutting-edge tech, and collector culture, Comic Vibe brings everything together in one vibrant hub.

    Our Picks

    Gamescom has issued an apology regarding its initial reaction to hardware thefts, acknowledging that it “did not show the people affected the empathy they deserve”

    September 7, 2026

    Singaporean actor allegedly spotted at Nanning Ponzi scheme event

    September 7, 2026

    Babita Singh Reporting Review: How one woman’s quest for justice makes you question what society has normalised

    September 7, 2026

    Subscribe to Updates

    Get the latest comics, anime, movies, TV, gaming, cosplay, and pop culture news delivered directly to your inbox. No spam—just the stories every fan should know.

    Facebook X (Twitter) Instagram YouTube TikTok
    • Home
    • Contact Us
    • Terms & Conditions
    • Advertise With Us
    • DMCA Policy
    • Privacy Policy
    • About Us
    © 2026 Comic Vibe. Designed by Comic Vibe.

    Type above and press Enter to search. Press Esc to cancel.