Header Ads

Counter strike 1.6 server MOTD

This guide will show you how to customize motd for your counter strike server.

MOTD always known as message of the day is a window displayed to every user when he connects to a server. This MOTD if formated in html and hlds allows you to modify it as per your need.

Here are few simple examples you can use to customize your motd window.

Simple Text MOTD

You can use online html editor to make and customize html template.
<html>
<head>
<title>YOUR TITLE</title>
</head>
<body>
<h1 style="color: #5e9ca0;">Welcome to My Server</h1>
</body>
</html>

Wallpaper/Image MOTD

You can use imgur.com to upload your image on the web.

<html>
<head>
<title>YOUR TITLE</title>
<style type="text/css">
body {
	margin: 0px;
}
</style>
</head>
<body>
<img src="http://i.imgur.com/f53EmiJ.jpg" width="100%" height="100%">
</body>
</html>



Redirect / Website MOTD

<html>
<head>
<title>YOUR TITLE</title>
<meta http-equiv="refresh" content="0; url=https://bhk-cs.blogspot.in" />
</head>
<body>
</body>
</html>



Screenshots:-

2 comments:

  1. Released Romania îți pune la dispoziție:
    CS.RELEASED.RO # CS 1.6 PUBLIC SERVER

    De ce să alegi cs.released.ro? Ai toate detaliile aici: https://forum.released.ro/topic/19/descriere-server-puncte-forte

    Împreună la un alt nivel.
    www.released.ro

    ReplyDelete
  2. Excellent website! I adore how it is easy on my eyes it is. I am questioning how I might be notified whenever a new post has been made. Looking for more new updates. Have a great day! csgo trade bot

    ReplyDelete

Powered by Blogger.