ULX

Author Topic: [Dev] PHP MOTD Page  (Read 2227 times)

0 Members and 1 Guest are viewing this topic.

Offline RunEndless

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
[Dev] PHP MOTD Page
« on: September 23, 2010, 03:53:20 AM »
I would like to try create a general (public/shared) MOTD template for the servers.
Share your ideas with me in this topic if you have something what this MOTD include.

What would be the colors of the MOTD page?
Would it include any systems or scripts or just a template?

Just give me a ideas.
If i have time and this is not going to be so big project i would like to realize it.

I'm not sure is this right section for the PHP, but by the way i asked my question from you all.
Scripting a PHP.

class ULX {
       function ULX_N_PHP($string) {
              echo $string;
       }
} $ULX = new ULX;
$ULX->ULX_N_PHP('PHP + OOP with MySQL is fun.');