|
|||||||||||||||||||||||||||||||||||||||
$dbh = mysql_connect ("localhost", "swmudorg_site", "X*1#ay401P") or die ('I cannot connect to the database because: ' . mysql_error()); mysql_select_db ("swmudorg_site"); $news_query = "select message, DATE_FORMAT(date, '%e-%b-%Y %H:%i') as datetime, date, author from swmudorg_site.news order by date desc"; $news_result = mysql_query($news_query); $news_num_results = mysql_num_rows($news_result); $author_query = "select * from swmudorg_site.authors"; $author_result = mysql_query($author_query); $author_results = mysql_num_rows($author_result); for($auth_count=0;$auth_count<$author_results;$auth_count++){ $auth_row = mysql_fetch_array($author_result); $author_array[$auth_row["pkey"]] = $auth_row["name"]; } if ($news_num_results) { ?> Announcements for($icount=0;$icount<$news_num_results;$icount++) { $news_row = mysql_fetch_array($news_result); ?>echo $news_row["datetime"]; ?> (mudtime) posted by echo $author_array[$news_row["author"]]; ?>: echo stripslashes($news_row["message"]); ?> } ?>What is SWmud? } mysql_close(); ?>Star Wars mud is a radically modified LPmud based on the Star Wars Universe. SWmud is not a role-playing MUD, though role-playing is not forbidden as long as it is within the rules. We do not have a particular theme or time period on which we are based, though most of the MUD is roughly set during the original trilogy of movies and a few years of the Expanded Universe thereafter. We have around 40 planets and space stations coded, averaging between 150-200 rooms each, with some areas nearing 1000 rooms. Characters are based on five attributes: Strength, Dexterity, Technical, Mechanical, and Force. Also during creation you will choose 1 of 22 races and 1 of 3 teams: Imperial, Rebel, or Neutral. We also have 10 guilds and you choose up to 3 of them, with the ability to choose a fourth after you attain certain levels. After you create, you have the option of running through our Newbie School (recommended for brand new players to SWmud). We also have a Newbie Line for new players to ask questions, to be answered by the wizards and more experienced Newbie Helpers. We also have an extensive set of panic (help) files which players can use to look up most of the gameplay information themselves - all of these help files are also available on our website. Click here for a more detailed description of the mud, or check out Star Wars MUD now at swmud.org:6666 To receive SWmud updates via RSS, add this link to your aggregator of choice. |
|||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||
Site Map ||
Home ||
Top ||
Back ||
Play Now |