SRCDS Steam group


How to make a website your MOTD
#1
Exclamation 
Hello

I have got a website and i need my motd to show the website when somebody join the server....

I tried much but it did not work.....

Plz Help Smile
[Image: 1054689008.png]
Reply
#2
What have you done so far?

Modify the motd.txt in your folder and paste the url accordingly.
Reply
#3
Right now i just write the text in the MOTD because otherwise players cant see the rules but i tried some guides on the internet but they did not work.... and i cant remember what the text was...



[Image: 1054689008.png]
Reply
#4
.....
[Image: 1054689008.png]
Reply
#5
(03-14-2011, 06:46 AM)desmer45 Wrote:  .....

Update your server and it should replace it, if you delete it first Smile
Reply
#6
the Motd is written in HTML so if you need to add a website in your MOTD you need to write the whole website for the MOTD.

I made a site that you can try out it gota white background and not other special setting but for showing the rules in MOTD is good enough
Code:
<html>
<head>
</head>
<body>
    <table style="width: 100%;">
        <tr>
            <td>
                #
            </td>
            <td>
                Rule
            </td>
        </tr>
<!-- COPY FROM THIS SECTION -->
        <tr>
            <td>
                1
            </td>
            <td>
                Rule 1
            </td>
        </tr>
<!-- TO THIS SECTION -->
<!-- AND PASTE BELOW FOR MORE RULES-->
    </table>
</body>
</html>

this should work
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)