Posts: 3
Threads: 2
Joined: Mar 2012
Reputation:
0
I run serveral HL2DM servers and have noticed since the 7/2 update, the MOTD is not working on my windows servers but still works on the Linux boxes. Does anyone know how to fix? I normally run Mani and SourceMod but have Mani disabled till fixed.
Thanks for any help,
Daad
Posts: 194
Threads: 5
Joined: Nov 2006
Reputation:
1
07-07-2012, 08:45 PM
(This post was last modified: 07-07-2012, 08:56 PM by scso1502.)
(07-07-2012, 08:45 PM)scso1502 Wrote: Please post a copy of your MOTD file so we can look at the code.
From the Valve game update notes for 7/2/12:
"Updated the HTML renderer for displaying server MOTD"
About Me:
I help people who at least try to help themselves. Please use the "Search" button before posting a new topic.
If you post, give us the info we need from the "READ ME FIRST" sticky at the top of each thread!
I'm here to share my experiences to help others. If I'm wrong about something, don't hold it against me, educate me.
I not perfect and try to learn from every failure, yours and mine.
Posts: 3
Threads: 2
Joined: Mar 2012
Reputation:
0
scso1502, Thanks for your reply.
Here is the coding. The text displays but the JPG does not always display. I have the same coding running on the linux server and it runs like always. On the two windows servers it is there and then not there. Very inconsistant. If you see something that might help, it would be great. This one of the last lingering issues from the latest steam update.
Daad
<style type="text/css">
<!--
.style3 {font-size: x-large; font-family: Arial, Helvetica, sans-serif; color: #FFFBF0; }
a:link {
text-decoration: underline;
}
body {
margin-top: 1%;
margin-bottom: 1%;
}
-->
</style>
<body bgcolor=#0>
<div align="center"><span class="style3">=== NO Camping Allowed. ===</span>
<br>
<img src=http://www.rn.meservers.com/hl2dm/redneck-g/Graveyard.jpg border="0" /></a>
</span>
</p>
</div>
</body>
Posts: 104
Threads: 2
Joined: Jun 2011
Reputation:
1
07-08-2012, 06:17 AM
(This post was last modified: 07-08-2012, 06:21 AM by click4dylan.)
<style type="text/css">
<!--
.style3 {font-size: x-large; font-family: Arial, Helvetica, sans-serif; color: #FFFBF0; }
a:link {
text-decoration: underline;
}
body {
margin-top: 1%;
margin-bottom: 1%;
}
-->
</style>
<body bgcolor=#0>
<div align="center"><span class="style3">=== NO Camping Allowed. ===</span>
<br>
<a href="http://www.rn.meservers.com><img src="http://www.rn.meservers.com/hl2dm/redneck-g/Graveyard.jpg" /></a>
</div>
</body>
Posts: 2
Threads: 1
Joined: Mar 2012
Reputation:
0
07-08-2012, 12:17 PM
(This post was last modified: 07-08-2012, 12:35 PM by Cerobug.)
I am also having this problem on my SRCDS windows servers and I run 3 servers all with the same type of setup and the SAME motd. 1 of the 3 servers motd works and the other 2 dont and they use the same exact motd. Here is my motd let me know if you find anything wrong with it. It setup so it just loads an image and stretches it to fit the in game motd window. This is also a DoD:S servers.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Imagetoolbar" content="no">
<style type="text/css">
html {height:100%;}
body {height:100%; margin:0; padding:0;}
#bg {position:fixed; top:0; left:0; width:100%; height:100%;}
#content {position:relative; z-index:1;}
</style>
</head>
<body>
<div id="bg"><img src="http://sixthrb.com/images/motd/motd.jpg" width="100%" height="100%" alt=""></div>
</body>
</html>
Posts: 194
Threads: 5
Joined: Nov 2006
Reputation:
1
07-08-2012, 05:51 PM
(This post was last modified: 07-08-2012, 05:51 PM by scso1502.)
Daad... Check your image link. The first thing I tried was accessing it from a web browser and the link is no good. Once that work, test it again and let me know if it's fixed. Something may have changed with the image file location and you are actually seeing a cached copy of the image sometimes making it appear to work when it really doesn't. Let me know.
About Me:
I help people who at least try to help themselves. Please use the "Search" button before posting a new topic.
If you post, give us the info we need from the "READ ME FIRST" sticky at the top of each thread!
I'm here to share my experiences to help others. If I'm wrong about something, don't hold it against me, educate me.
I not perfect and try to learn from every failure, yours and mine.