03-31-2005, 12:43 AM
Here is the code in my motd.txt file:
This file is in my cstrike folder, and I have restarted the server since updating the MOTD, but all I see when I join my server is a blank MOTD screen. Any ideas?
Code:
<html>
<head>
<title>[WPI] Low-Ping CS:S</title>
<style type="text/css">
body {
background:#660000;
font-family:Verdana,Helvetica;
color:#FFFFFF;
font-size:12px;
margin-left:0px;
margin-top:0px;
}
a {
text-decoration: underline;
}
a:link {
color: #F19223;
}
a:visited {
color: #F19223;
}
a:active {
color: #cccccc;
}
a:hover {
color: #cccccc;
text-decoration: underline;
}
.maps {
font-family:Verdana,Helvetica;
color:#FFFFFF;
font-size:12px;
}
</style>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"
scroll="yes">
<table width="700" cellspacing="0" cellpadding="0" border="0">
<td width="600"><A HREF="http://julius.res.wpi.net"><img
src="http://julius.res.wpi.net/stats/images/banner.png" border="0"></A></td>
</tr>
<tr>
<td width="600" class="maps"><CENTER><B>Visit <A
href="http://www.http://julius.res.wpi.net">http://julius.res.wpi.net</A> for
more info.</B></CENTER><P></td>
</tr>
<tr>
<td width="600" class="maps"
bgcolor="white"> <B><font color="black">Server
Info</font></B></td>
</tr>
<tr>
<td class="maps" width="600">
<UL>
<LI><B>Primary Admin:</B> [WPI] Don't Drink The Water...</A></LI>
<LI><B>Secondary Admin:</B> [WPI] blow my load in your face</A></LI>
<LI><B>Secondary Admin:</B> [WPI] Limited Warranty</A></LI>
<br>
<LI>Rank: Displays Your Rank On This Server</A></LI>
<LI>Statsme: Displays Your Private Stats</LI>
<LI>Top10: Displays The Top10 Players</LI>
<LI>Other Commands are <I>nextmap, timeleft, ff</I></LI>
<LI>Website: <A href="http://julius.res.wpi.net">Click Here</A>.</LI>
</UL>
</td>
</tr>
<tr>
<td width="600" class="maps"
bgcolor="white"> <B><font color="black">Server
Rules</font></B></td>
</tr>
<tr>
<td width="600" class="maps">
<UL>
<LI>No cheating.</LI>
<LI>No AFK.</LI>
<LI>No Racist Remarks.</LI>
<LI>No Spamming of F10 and SPAMMING in general.</LI>
<LI>No Sprays with disturbing images.</LI>
<LI>No High Pingers (220+) will be auto-kicked.</LI>
<LI>Dont ask for admin rights. If we want you, we will ask you!</LI>
<LI>Report cheating to wpicss@gmail.com.</LI>
<LI> If no admins are on the server, report rule violations by email:
wpicss@gmail.com</LI></UL>
</td>
</tr>
</table>
</body>
</html>
This file is in my cstrike folder, and I have restarted the server since updating the MOTD, but all I see when I join my server is a blank MOTD screen. Any ideas?