Código: Seleccionar todo
mysql_query($query);
Código: Seleccionar todo
mysql_query($query) or die(mysql_error());
Incluso si quieres puedes volver a crear el archivo y reemplazar el otro, ya deje algunos cambios en el post anterior.
Recordad que para pedir soporte alguno, debéis facilitar los datos de soporte oportunos por favor, mirad aquí y leer las Normas generales del foro, esto nos servirá de ayuda para dar el mejor soporte..
Gracias.
La Administración de phpBB España.
Código: Seleccionar todo
mysql_query($query);
Código: Seleccionar todo
mysql_query($query) or die(mysql_error());
Código: Seleccionar todo
UPDATE phpbb_posts SET poster_id = 100, post_username = 'Soportec' WHERE poster_id = 100 and post_username = 'Soportec';
UPDATE phpbb_posts SET poster_id = 54, post_username = 'andres' WHERE poster_id = 54 and post_username = 'andres';
UPDATE phpbb_posts SET poster_id = 352, post_username = 'elmomia91' WHERE poster_id = 352 and post_username = 'elmomia91';
Código: Seleccionar todo
UPDATE phpbb_topics SET topic_poster = 100, topic_first_poster_name = 'Soportec' WHERE topic_poster = 100 and post_username = 'Soportec';
UPDATE phpbb_topics SET topic_poster = 54, topic_first_poster_name = 'andres' WHERE topic_poster = 54 and post_username = 'andres';
UPDATE phpbb_topics SET topic_poster = 352, topic_first_poster_name = 'elmomia91' WHERE topic_poster = 352 and post_username = 'elmomia91';