AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Off-Topic (https://forums.alliedmods.net/forumdisplay.php?f=15)
-   -   CS*motd.txt problem (https://forums.alliedmods.net/showthread.php?t=149213)

gtpunkt 02-03-2011 17:45

CS*motd.txt problem
 
if i edit the default motd.txt my server laggs,anyone had the problem to and know why??

Code:

<HTML><HEAD>
<META name=GENERATOR content=\"MSHTML 8.00.7600.16700\">
<STYLE>BODY {
 BACKGROUND: #1e1e1e; COLOR: white
}
</STYLE>
</HEAD>
<BODY>Rules for all - No Flame/Racism/Spamming!!!<BR>Rules for CT - No Fun-Jumping!!!<BR>Rules for T - No Steal-BhopBlocks/Block/!!!!<BR>Join our Steam-Group\' /groups/xxxxx\'<BR>Save our Server-IP\' 8x5.9x3.xx.87:xxxx\'<BR>Player: How i use my XP-Points? Admin : Type /xp in Chat ?!<BR>New CS-Server - IP\' xxxxxxx <BR>H-Admin :Do you have your own Server and u need help?! Add : xxxxx<BR>H-Admin :You found any bugs, report me?! Add: pmploki<BR>Qxxx-Gaming : IP:xxxxxx - Join x-x xxxx FT Srvr!!!</BODY></HTML>


rx1983 02-03-2011 19:28

Re: motd.txt problem
 
it does not make much sense.

fysiks 02-03-2011 19:39

Re: motd.txt problem
 
And if you change it back to the original (literally) then does your server still lag?

Also, I always prefer editing by hand (because editors usually add stuff to the code). Try this version:

HTML Code:

<html>
<body style="background-color:#1e1e1e;color:#ffffff>
Rules for all - No Flame/Racism/Spamming!!!<br />
Rules for CT - No Fun-Jumping!!!<br />
Rules for T - No Steal-BhopBlocks/Block/!!!!<br />
Join our Steam-Group\' /groups/xxxxx\'<br />
Save our Server-IP\' 8x5.9x3.xx.87:xxxx\'<br />
Player: How i use my XP-Points? Admin : Type /xp in Chat ?!<br />
New CS-Server - IP\' xxxxxxx<br />
H-Admin :Do you have your own Server and u need help?! Add :
xxxxx<br />
H-Admin :You found any bugs, report me?! Add: pmploki<br />
Qxxx-Gaming : IP:xxxxxx - Join x-x xxxx FT Srvr!!!
</body>
</html>


Exolent[jNr] 02-03-2011 20:09

Re: motd.txt problem
 
Quote:

Originally Posted by fysiks (Post 1406591)
HTML Code:

<body style="bgcolor:#1e1e1e;color:#ffffff>

:arrow:
HTML Code:

<body style="background-color:#1e1e1e;color:#ffffff;">
or
HTML Code:

<body bgcolor="#1e1e1e" style="color:#ffffff;">

gtpunkt 02-03-2011 20:24

Re: motd.txt problem
 
Quote:

Originally Posted by fysiks (Post 1406591)
And if you change it back to the original (literally) then does your server still lag?

no.thx for help all ,tomorow i have time to test.

fysiks 02-03-2011 20:50

Re: motd.txt problem
 
Quote:

Originally Posted by Exolent[jNr] (Post 1406610)
:arrow:
HTML Code:

<body style="background-color:#1e1e1e;color:#ffffff;">
or
HTML Code:

<body bgcolor="#1e1e1e" style="color:#ffffff;">

Oops. I mixed up outdated HTML with CSS. :)

^SmileY 02-03-2011 23:01

Re: motd.txt problem
 
I use this:

PHP Code:

<html>
<
style type="text/css">
pre     {
        
font-family:Verdana;
        
line-height 6pt;
        
color:#FFB000;
        
}
body    {
        
background:#000000;
        
}
</
style>
<
pre>
<
body>
<
b><center>LOL THIS IS THE RULES:</center></b>
1.
2.
3.
4.
5.
</body>
</
pre>
</
font>
</
html

Example: http://myesn.com.br/pug/cs/

Try it. :wink:

gtpunkt 02-04-2011 16:29

Re: motd.txt problem
 
now the server dont lagg more,thx fysiks & Exolent[jNr] :mrgreen:
@^SmileY
is this really for CS ?
thx u to for helping

^SmileY 02-04-2011 17:06

Re: motd.txt problem
 
Quote:

Originally Posted by gtpunkt (Post 1407191)
now the server dont lagg more,thx fysiks & Exolent[jNr] :mrgreen:
@^SmileY
is this really for CS ?
thx u to for helping


Yes this is for MOTD not only CS

8088 02-05-2011 19:49

Re: motd.txt problem
 
Quote:

Originally Posted by ^SmileY (Post 1406686)
I use this

That must be the worst motd I've ever laid eyes on.


All times are GMT -4. The time now is 18:50.

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