AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Off-Topic (https://forums.alliedmods.net/forumdisplay.php?f=15)
-   -   Server Problems (https://forums.alliedmods.net/showthread.php?t=50963)

mooncheese100 02-07-2007 23:02

Server Problems
 
hi im joe.

i've noticed that my server has a number of things that i would greatly enjoy fixing. for example..the MOTD is really messed up its all white and not spaced out.. here's a pic

and i would like to know how to make it an unsecure server and change the name of the Game. i've been told to edit the liblist.gam file but i do..and nothing responds..

i also want to enabled some server options that have been "disabled" for example when i try to type in "/report" this is what i get..
Quote:

http://i146.photobucket.com/albums/r...rdsbldoptn.jpg



vvg125 02-07-2007 23:08

Re: Server Problems
 
The MOTD requires HTML if I'm not mistaken.

Changing the 'secure' value in the liblist.gam file to 0 should make it unsecure and changing the 'game' value should change the game name.

vvg125 02-07-2007 23:17

Re: Server Problems
 
He posted it here because I told him that was the wrong place. Was I wrong? If so, it's my fault.

mooncheese100 02-07-2007 23:28

Re: Server Problems
 
Quote:

Originally Posted by vvg125 (Post 436992)
The MOTD requires HTML if I'm not mistaken.

Changing the 'secure' value in the liblist.gam file to 0 should make it unsecure and changing the 'game' value should change the game name.

the liblist.gam thing is not working...i changed the values but its just not responding...maybe im missing something, idk but i need help with it.

idk how to fix the motd, if you can give me an example or the default html code of the entire motd, that would be really helpful so that i could just edit the text from there

vvg125 02-07-2007 23:37

Re: Server Problems
 
HTML Code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
<title>Cstrike MOTD</title>
<style type="text/css">
pre    {
        font-family:Verdana,Tahoma;
        color:#FFB000;
        }
body    {
        background:#000000;
        margin-left:8px;
        margin-top:0px;
        }
a    {
        text-decoration:    underline;
    }
a:link  {
    color:  #FFFFFF;
    }
a:visited  {
    color:  #FFFFFF;
    }
a:active    {
    color:  #FFFFFF;
    }
a:hover {
    color:  #FFFFFF;
    text-decoration:    underline;
    }
</style>
</head>
<body scroll="no">
<pre>
You are playing Counter-Strike v1.6
Visit the official CS web site @
www.counter-strike.net
<a href="http://www.counter-strike.net">Visit Counter-Strike.net</a>
</pre>
</body>
</html>

That's how it comes when you first install it. The only thing you should need to edit is between the <pre> tags. If it doesn't go to the next line when you press ENTER, put the tag <br> there.

JCobra 02-08-2007 02:19

Re: Server Problems
 
Quote:

Originally Posted by mooncheese100 (Post 437005)
the liblist.gam thing is not working...i changed the values but its just not responding...maybe im missing something, idk but i need help with it.

idk how to fix the motd, if you can give me an example or the default html code of the entire motd, that would be really helpful so that i could just edit the text from there

Just use console parameters on a -console Hlds.exe?

See this thread

mooncheese100 02-08-2007 16:31

Re: Server Problems
 
well, i used an out-dated version of hlds so i am reinstalling everything now with the newest version so i'll see how that plays out

mooncheese100 02-08-2007 16:46

Re: Server Problems
 
well, nothing happened, i re-installed hlds stuff with the newest version and..the liblist.gam file isnt working...i changed the "secure" to "0" and it still says
Quote:

VAC secure mode is activated.

JCobra 02-08-2007 17:47

Re: Server Problems
 
Console applications FTW?

http://hlds101.com

mooncheese100 02-08-2007 18:11

Re: Server Problems
 
wtf?


All times are GMT -4. The time now is 11:35.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.