SRCDS Steam group


server pic
#1
how do i add a pic to the opening instead of counter strike server
?
?
?
?
help would be abliged
Reply
#2
Its called motd.txt, in your cstrike root.
Clan of Doom: www.clanofdoom.co.uk






Reply
#3
<HTML>
<BODY>
<CENTER><IMG
SRC="link here"></CENTER>
<BODY>
<HTML>
Derek Denholm, CEO, XFactorServers, INC.
XFactorServers: Game Server Hosting Solutions
Follow Us http://www.Twitter.com/XFactorServers
Reply
#4
or if you just want the picture just put its URL
~ trewq
Reply
#5
Yeah you dont need the HTML. Just put: http://www.URLRIGHTHERE.com
realchamp Wrote:
Hazz Wrote:Has someone helped you on these forums? If so, help someone else
Mooga Wrote:OrangeBox is a WHORE.
Reply
#6
ok i need a detail explanation plz and thank you =)
Reply
#7
Host your picture on a website and remember the URL.
Open up your motd.txt
Delete everything.
Add the URL to your picture.
Save motd.txt
Close the file.

Does that makes sence for you?
~ Mooga ...w00t? - SRCDS.com on Twitter
[Image: 76561197965445574.png]
Please do not PM me for server related help
fqdn Wrote:if you've seen the any of the matrix movies, a game server is not all that different. it runs a version of the game that handles the entire world for each client connected. that's the 2 sentence explanation.
Reply
#8
oh ok thx
Reply
#9
Here's a motd.txt with coding to show your motd off of a website.

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
        <title>Welcome to SpecialAttack</title>
        <style type="text/css">
            html, body {
                height: 100%;
                margin: 0;
                padding: 0;
                                overflow: hidden;
            }
            img#bg {
                position:fixed;
                top:0;
                left:0;
                width:100%;
                height:100%;
            }
            #content {
                position:relative;
                z-index:1;
                                margin:0 auto;
            }
        </style>
    </head>

    <body>
                         <img src="http://yourwebsite.com/motd.jpg"/>
    </body>
</html>
Earn Points, get Free Rewards with your Amazon Points!
Points2Shop

Reply
#10
You really dont need to do all that HTML. Just put in http://www.yoururl.com. That's it and it will work for you.
realchamp Wrote:
Hazz Wrote:Has someone helped you on these forums? If so, help someone else
Mooga Wrote:OrangeBox is a WHORE.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)