Script for automatic message in MotD plugin (Linux)

What I love of MotD plugin is that you can give an incentive to users for login in your server.

What I hate of MotD plugin is that with the current implementation you must change the message manually every day.

For this reason I have create a script that change the message everyday.

First of all I decided download a package that gives you the new message. But you can get the new message from where you prefer:

aptitude install fortune

You can search the different themes with ‘aptitude search fortune’

I changed the mysql field (plugin.motd.message). But it didn’t work because MotD plugin stores some information in the java cache. So, what you have to do is send the information in html POST way.

I attach the script.

Comments

  1. I haven’t try the https connection yet. So, be careful with the script permissions/location, because your password is clear there.
  2. It’s necessary truncate the text in the message because POST-DATA convert spaces in ‘+’.
  3. If there are some problems with wget you can use the debug option (-d) and delete the output option (-O).

I hope this will be useful for somebody.

Hello, where is the attachment? Thanks.

His message is 9 years old. The attachment was lost during numerous migrations of the forums…

It’s on https://igniterealtime.jiveon.com. You can download it here.

1 Like