ULX

Author Topic: UBan's MOTD (MySQL)  (Read 6086 times)

0 Members and 1 Guest are viewing this topic.

Offline RunEndless

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
UBan's MOTD (MySQL)
« on: September 29, 2010, 10:37:30 AM »
I used 15 minutes to create this test motd for UBan.

1. Install UBan: http://forums.ulyssesmod.net/index.php/topic,921.0.html
2. Download Webserver: http://www.apache.org/
3. Install it correctly or find instructions how to install it.
4. Download (PHP) MOTD Page: http://www.mediafire.com/?qpbe1oq488mpuz9
5. Move downloaded files to the "WWW" folder.
6. Configure your MySQL settings in "module/config.php"
7. Link your webserver's address to in your normal MOTD.txt
8. Rules can be edited using a HTML or text in "rules.txt" which comes with MOTD files.





NOTE: That was a test, but i wanted to release it if someone wants to use it with UBan.
« Last Edit: September 29, 2010, 10:39:54 AM by Epe »
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.');

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: UBan's MOTD (MySQL)
« Reply #1 on: September 29, 2010, 03:51:09 PM »
Sweet, good work!
Experiencing God's grace one day at a time.

Offline RunEndless

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
Re: UBan's MOTD (MySQL)
« Reply #2 on: September 30, 2010, 03:41:45 AM »
Sweet, good work!
Did it too fast, but i didn't want to spent too much time for motd which is not "project" :P
It was just a quick test.
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.');