The Motd seems not to be working.
I put my server stuff in it just like I did with v1.34, But it seams to not work.
Can anyone help me with this.
MOTD
-
- Polygon
- Posts: 20
- Joined: Sat Jun 27, 2009 11:43 pm
k
can you explain. stating the change log doesn't answer my question.
You still Haven't Stated the answer to my problem.
You still Haven't Stated the answer to my problem.
Re: k
i think you should provide more info rather than just "it doesent work".themoldyone wrote:can you explain. stating the change log doesn't answer my question.
You still Haven't Stated the answer to my problem.
dunno what sort of information, because ive never worked with MOTD's so i dont know anything about them, but your current info doesent help much imho.
that's what the bugtracker is for, i can't remember any bug someone finds D:W0rf0x wrote:It doesn't work though.
the bugtracker however is kinda like a todo list where you can select if you know the bug etc. which makes easier to remeber.
If you find a bug: post it on the bugtracker, same goes for feature-requsts

PS: it can also create a changelog out of the bug reports, so that is kinda included there too

-
- Polygon
- Posts: 20
- Joined: Sat Jun 27, 2009 11:43 pm
k
You want more info then its not working.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-1 ... /loose.dtd">
<html>
<head>
<title>Obsidian Conflict</title>
<style type="text/css">
pre {
font-family:Verdana,Tahoma;
color:#FFB000;
}
body {
background:#000000;
margin-left:8px;
margin-top:0px;
}
a {
text-decoration: underline;
}
a:link {
color: #FFFFFF;
}
a:visited {
color: #FFFFFF;
}
a:active {
color: #FFFFFF;
}
a:hover {
color: #FFFFFF;
text-decoration: underline;
}
</style>
</head>
<body scroll="no">
<pre>
<center>
<img src="http://www.fileguru.com/images/b/3d_mat ... s-335.jpeg">
You are playing {CNC} Moldies Obsidian Conflict Server.
<a href="http://moldiesserver.webs.com">Visit Moldies Donation Webpage!</a><br>
Have Fun, don't piss admin's off, try to pick a map everyone wants to play.
</center>
</pre>
</body>
</html>
Between the two <center>
Doesn't load instead it shows
Obsidian conflict pick
You are playing obisidian conflict beta v1.35
web site
check out our fourm's web site
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-1 ... /loose.dtd">
<html>
<head>
<title>Obsidian Conflict</title>
<style type="text/css">
pre {
font-family:Verdana,Tahoma;
color:#FFB000;
}
body {
background:#000000;
margin-left:8px;
margin-top:0px;
}
a {
text-decoration: underline;
}
a:link {
color: #FFFFFF;
}
a:visited {
color: #FFFFFF;
}
a:active {
color: #FFFFFF;
}
a:hover {
color: #FFFFFF;
text-decoration: underline;
}
</style>
</head>
<body scroll="no">
<pre>
<center>
<img src="http://www.fileguru.com/images/b/3d_mat ... s-335.jpeg">
You are playing {CNC} Moldies Obsidian Conflict Server.
<a href="http://moldiesserver.webs.com">Visit Moldies Donation Webpage!</a><br>
Have Fun, don't piss admin's off, try to pick a map everyone wants to play.
</center>
</pre>
</body>
</html>
Between the two <center>
Doesn't load instead it shows
Obsidian conflict pick
You are playing obisidian conflict beta v1.35
web site
check out our fourm's web site
Add
to server.cfg. Note that it does not take effect on the first map load, only the subsequent ones. This means every time you restart your server/it crashes, you will see the default OC motd until the map changes.
Code: Select all
motdurl "none"
-
- Polygon
- Posts: 20
- Joined: Sat Jun 27, 2009 11:43 pm
thx
Thank you, Tesla-x4 you were helpful and it worked.