
help w/ server entry page
-
- New to forums
- Posts: 4
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Thu Dec 23, 2004 9:32 pm
help w/ server entry page
hey can anyone help me with plz? I need to know how to make an pimpin' entry page for my clan server. This is my first time so i would need lots of help. I don't know how to enter it into control panal or even where to start. 

the "server entry page" is actually the motd.txt (message of the day). There is a place on the Easy Setup page where you can edit it. The motd.txt acts as an html file and displays in that little box when you enter the server
For example:
would look like this: http://omikron.nuclearfallout.net/motd.html
For example:
Code: Select all
<html>
<body bgcolor="#000000">
<div align="center">
<p><font color="#ffff00">Team Omikron</font></p>
<p><font color="#aeaeae">www.teamomikron.com</font></p>
<p><font color="#aeaeae">#o @ irc.GameSurge.net</font></p>
<p><font color="#aeaeae">Hosted by : NuclearFallout<br>
Visit <a href="http://rentals.nuclearfallout.net">http://rentals.nuclearfallout.net</a> to get your own</font></p>
<p><img src="http://omikron.nuclearfallout.net/images/omi.jpg"></p>
</div>
</body>
</html>
the link provided on the easy setup page, if you click on HTML format, is:kakashi wrote:where can i learn that?
http://www.w3schools.com/html/
go there to learn about HTML
-Nick