Open TheIzquierdoGD opened 7 hours ago
It is possible to do from PMA with this command
INSERT INTO messages (userID, userName, body, subject, accID, toAccountID, timestamp, secret, isNew) SELECT 2, 'Izquierdo', 'YUZdV1BfUF0VVF0UQVxCRVFfVBFVURJYVF9HU19UQhRVWV5TVV4VR1hVEmZgfRgSUVhCV0dZQVRaEllQQhRfWl1UR0ZcUEIUCBwRHExmfHZ1YHd0fEkZ', 'VXJnZW50ZSEgTWVuc2FqZSBHbG9iYWw=', 71, userID, '1730355805', 0, 1 FROM users GROUP BY userID;
But there is a bug (The message does not appear as new) but it does reach all GDPS accounts
-My suggestion would be that in the "Messages" (In Dashboard) section those who have certain permission can send this type of "Podcast" messages.
(The message is encrypted, I thought it was a base64 translation error. XD)
This would be useful for users who don't have Discord/your GDPS doesn't have a Discord. Seems like a good idea to me
It is possible to do from PMA with this command
INSERT INTO messages (userID, userName, body, subject, accID, toAccountID, timestamp, secret, isNew) SELECT 2, 'Izquierdo', 'YUZdV1BfUF0VVF0UQVxCRVFfVBFVURJYVF9HU19UQhRVWV5TVV4VR1hVEmZgfRgSUVhCV0dZQVRaEllQQhRfWl1UR0ZcUEIUCBwRHExmfHZ1YHd0fEkZ', 'VXJnZW50ZSEgTWVuc2FqZSBHbG9iYWw=', 71, userID, '1730355805', 0, 1 FROM users GROUP BY userID;
But there is a bug (The message does not appear as new) but it does reach all GDPS accounts
-My suggestion would be that in the "Messages" (In Dashboard) section those who have certain permission can send this type of "Podcast" messages.
(The message is encrypted, I thought it was a base64 translation error. XD)