Code:
/****** Interval Time apears to be Minutes
****** Also the NextTime can be used to offset the following messages
****** if you using the same Interval time ******/
USE ROM_ImportDB
GO
TRUNCATE TABLE [dbo].[BroadcastingTable]
GO
INSERT INTO [ROM_ImportDB].[dbo].[BroadcastingTable]
([WorldID], [StartTime], [EndTime], [IntervalTime], [NextTime], [Message]) VALUES
(1, N'2000-01-01 00:00:00', N'2015-12-31 00:00:00', 60, N'2015-01-01 00:00:00', N'SYSTEM - If you have a game issue then suck it up and fix it yourself.'),
(1, N'2000-01-01 00:00:00', N'2015-12-31 00:00:00', 60, N'2015-01-01 00:04:00', N'SYSTEM - If you need a zone opened please MSG a GM'),
(1, N'2000-01-01 00:00:00', N'2015-12-31 00:00:00', 60, N'2015-01-01 00:08:00', N'SYSTEM - PreDesigned, Statted+Runed Gear is available on request, MSG GM'),
(1, N'2000-01-01 00:00:00', N'2015-12-31 00:00:00', 60, N'2015-01-01 00:12:00', N'SYSTEM - Do you have an Event you would like enabled ?. Well GM can fix that. Let him know what you want.'),
(1, N'2000-01-01 00:00:00', N'2015-12-31 00:00:00', 60, N'2015-01-01 00:16:00', N'SYSTEM - MicroMacro is Allowed for running one toon at one time and for testing.'),
(1, N'2000-01-01 00:00:00', N'2015-12-31 00:00:00', 60, N'2015-01-01 00:20:00', N'SYSTEM - Romio allowed anywhere.'),
(1, N'2000-01-01 00:00:00', N'2015-12-31 00:00:00', 60, N'2015-01-01 00:24:00', N'SYSTEM - Model Folders allowed, TIP: Do not use when questing.'),
(1, N'2000-01-01 00:00:00', N'2015-12-31 00:00:00', 60, N'2015-01-01 00:28:00', N'SYSTEM - It cost money for power bills to keep this server running, please donate to keep it running.'),
(1, N'2000-01-01 00:00:00', N'2015-12-31 00:00:00', 60, N'2015-01-01 00:32:00', N'SYSTEM - Botting dailys and mini games allowed, BUT gold farm botting allowed on ONE TOON AT A TIME ONLY ok.'),
(1, N'2000-01-01 00:00:00', N'2015-12-31 00:00:00', 60, N'2015-01-01 00:36:00', N'SYSTEM - Current Event is --Crafting--');
GO
If you can get the hang of this then you can also use similar coding for users doing a cash donation via a webpage and the game sending them diamonds. It isn't hard when you can combine PHP and SQL. I will leave someone else to figure it out for now. I am reluctant to share that info cause I feel it can cause problems with people thinking it is a way to make a quick buck of mates.