<% if not Request.Cookies("lvlserver")("sysadminid") > 0 then 'they ain't welcomed, get them out of here Response.Redirect("login.asp") else session("server_id") = Request.QueryString("id") 'they must have logged in fine let them have the world if Request.QueryString("update") = "yes" then dim error, error_msg, nmb_comments error = false error_msg = "Some things need to be fixed before this level can be added - check out the details below") end if %>
?update=yes&id=<%=session("server_id")%>" method="post">

Your website URL should be typed in full ie, make sure you include http:// at the start.

The name of the server - (it has to be called something, right?)
">

Website - (Can ppl get more info about this server? include http://)
<% if session("website") <> "" then %> "> <% else %> <% end if %>

Info text - (Some info about you server and you. limited to 255 characters)

Server IP - (the IP and port number, kind of important if you ppl to join :])
">

What sort of server is it? - (Give us a rundown on your set-up and network connection speed)
">

What time is the server running - (is it 24/7? Is it 9-5, mon-fri? Include the time zone too)
">

Where are you physically located - (helps to put things into perspective)
">

What maps you running? - (this is the most important bit)

Is this server currently up and running? (use this to hide a server when its down)
<% if (session("shown") = 1) or session("shown") = "" then %> show it now - hide it <% else %> show it now - hide it <% end if %>

<% end if %> <% if not server_updated then %>
supported html paragraphs (<br>) are automatic, based on line returns
<b>some bold text</b>
<i>wow italics!</i>
All other html tags are stripped out of comments posted - Remember to close <b> and <i> tags with </b> and </i> otherwise everything will be bold or italic :]
<% end if %>


<% end if %>