Raised This Month: $32 Target: $400
 8% 

CS*motd.txt problem


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
gtpunkt
Veteran Member
Join Date: Dec 2008
Location: Berlin
Old 02-03-2011 , 17:45   CS*motd.txt problem
Reply With Quote #1

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>

Last edited by gtpunkt; 02-04-2011 at 16:30.
gtpunkt is offline
Send a message via Skype™ to gtpunkt
rx1983
Senior Member
Join Date: Jan 2009
Location: BRASIL
Old 02-03-2011 , 19:28   Re: motd.txt problem
Reply With Quote #2

it does not make much sense.
__________________
rx1983 is offline
Send a message via MSN to rx1983
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 02-03-2011 , 19:39   Re: motd.txt problem
Reply With Quote #3

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>
__________________

Last edited by fysiks; 02-03-2011 at 20:51. Reason: Fixed what Exolent point out.
fysiks is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 02-03-2011 , 20:09   Re: motd.txt problem
Reply With Quote #4

Quote:
Originally Posted by fysiks View Post
HTML Code:
<body style="bgcolor:#1e1e1e;color:#ffffff>

HTML Code:
<body style="background-color:#1e1e1e;color:#ffffff;">
or
HTML Code:
<body bgcolor="#1e1e1e" style="color:#ffffff;">
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
gtpunkt
Veteran Member
Join Date: Dec 2008
Location: Berlin
Old 02-03-2011 , 20:24   Re: motd.txt problem
Reply With Quote #5

Quote:
Originally Posted by fysiks View Post
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.
gtpunkt is offline
Send a message via Skype™ to gtpunkt
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 02-03-2011 , 20:50   Re: motd.txt problem
Reply With Quote #6

Quote:
Originally Posted by Exolent[jNr] View Post

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.
__________________
fysiks is offline
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 02-03-2011 , 23:01   Re: motd.txt problem
Reply With Quote #7

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.
__________________
Projects:

- See my Git Hub: https://github.com/SmileYzn
PHP Code:
set_pcvar_num(pCvar, !get_pcvar_num(pCvar)); 
^SmileY is offline
Send a message via MSN to ^SmileY Send a message via Skype™ to ^SmileY
gtpunkt
Veteran Member
Join Date: Dec 2008
Location: Berlin
Old 02-04-2011 , 16:29   Re: motd.txt problem
Reply With Quote #8

now the server dont lagg more,thx fysiks & Exolent[jNr]
@^SmileY
is this really for CS ?
thx u to for helping
gtpunkt is offline
Send a message via Skype™ to gtpunkt
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 02-04-2011 , 17:06   Re: motd.txt problem
Reply With Quote #9

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

Yes this is for MOTD not only CS
__________________
Projects:

- See my Git Hub: https://github.com/SmileYzn
PHP Code:
set_pcvar_num(pCvar, !get_pcvar_num(pCvar)); 
^SmileY is offline
Send a message via MSN to ^SmileY Send a message via Skype™ to ^SmileY
8088
Veteran Member
Join Date: Jan 2008
Old 02-05-2011 , 19:49   Re: motd.txt problem
Reply With Quote #10

Quote:
Originally Posted by ^SmileY View Post
I use this
That must be the worst motd I've ever laid eyes on.
__________________
steamID converter with OpenSearch browser plugin
8088 is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:21.


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