help w/ server entry page

This is used for general discussion that is not necessarily server-related.
Post Reply
kakashi
New to forums
New to forums
Posts: 4
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Thu Dec 23, 2004 9:32 pm

help w/ server entry page

Post by kakashi »

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. :cry:
User avatar
bOoya
Former staff
Former staff
Posts: 886
Joined: Thu Jan 15, 2004 3:46 pm
Location: Corona, CA
Contact:

Post by bOoya »

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:

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>
would look like this: http://omikron.nuclearfallout.net/motd.html
kakashi
New to forums
New to forums
Posts: 4
Joined: Thu Dec 23, 2004 9:32 pm

Post by kakashi »

thx that helped me quite alot but im like so noob at this that i think i need more details..im sry bro..thx for the help
User avatar
Edge100x
Founder
Founder
Posts: 13127
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Post by Edge100x »

Luckily HTML is something that you can get a lot of help on via the web.

A good place to start learning HTML would be the link we give on the Easy setup page.
kakashi
New to forums
New to forums
Posts: 4
Joined: Thu Dec 23, 2004 9:32 pm

Post by kakashi »

where can i learn that?
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

kakashi wrote:where can i learn that?
the link provided on the easy setup page, if you click on HTML format, is:

http://www.w3schools.com/html/

go there to learn about HTML
-Nick
kakashi
New to forums
New to forums
Posts: 4
Joined: Thu Dec 23, 2004 9:32 pm

Post by kakashi »

thats alot..that helped alot..~
Post Reply