images

Use this forum if you have a relatively general question or comment about a game, Ventrilo, TeamSpeak, or Murmur/Mumble server with us. If you have a server-specific question that might not help out the community, please directly contact us through your control panel instead.
Post Reply
Gieser
New to forums
New to forums
Posts: 3
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sun Apr 23, 2006 9:06 pm

images

Post by Gieser »

I have a counterstrike source server and the webspace from you guys, I need to put an image on my counterstrike server, but i dont know how to right the html from my ftp where i put my image. how do i do this?
thanks, matt
User avatar
zilla
Staff
Staff
Posts: 27
Joined: Sun Mar 26, 2006 8:22 pm
Location: California, USA
Contact:

Post by zilla »

The basic html would be <img src="http://linkhere">

I'm guessing you want it to show up when people first join your server so you would need to put the code I showed you above in your motd.txt file found in the root(first) folder of your game server ftp.

An example of a motd.txt file would be:

<html>
<head>
<title>Your server name here</title>
</head>
<body>
<img src="http://linkhere">
</body>
</html>
-zilla-

http://www.nuclearfallout.net
#nuclearfallout
#cod2-invite
Gieser
New to forums
New to forums
Posts: 3
Joined: Sun Apr 23, 2006 9:06 pm

Post by Gieser »

my ftp is ftp://thehive@hive.nuclearfallout.net i put the image inside there(not within any of the folders) and for the image i put http://www.hive.nuclearfallout.net/logo.gif and nothing comes up. What am i doing wrong?
Gieser
New to forums
New to forums
Posts: 3
Joined: Sun Apr 23, 2006 9:06 pm

Post by Gieser »

never mind lol, i figured it out. i was puting the image in my gameserver ftp and not my website ftp. i guess there is 2 different ftp's lol. thanks man
Post Reply