[hlds_linux] motd problem

2006-04-13 Thread René Enskat
-- [ Picked text/plain from multipart/alternative ] hi since the update i can't see the MOTD page after logging in to the server. Soembody else noticed that? regards rene -- ___ To unsubscribe, edit your list preferences, or view the list

[hlds_linux] MOTD problem.

2004-12-16 Thread hondaman
I am trying to create a MOTD, but when I put it in, it comes up blank. The code im trying to use is here: http://www.hardgaming.com/motd.html Can someone please tell me why its not working? ___ To unsubscribe, edit your list preferences, or view the list

Re: [hlds_linux] MOTD problem.

2004-12-16 Thread Steven Hartland
Its more thank likely too big ( the number of characters ) There seems to be some sort of limit there some where. Over a specific number of chars and more makes it just not render at all :( Like the MOTD btw :D Steve / K - Original Message - From: hondaman [EMAIL PROTECTED] I am trying

Re: [hlds_linux] MOTD problem.

2004-12-16 Thread m0gely
Sebastian wrote: yes there is a limit on the motd... the limit is pretty low, which sucks.. i can't even put 10 lines of text in it.. this is where the old motd had an advantage. If it's like 1.6, the limit is 1536 characters. You can always set up a redirect from with in the motd.txt too, then

Re: [hlds_linux] MOTD problem.

2004-12-16 Thread hondaman
. - Original Message - From: Steven Hartland [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 16, 2004 9:29 AM Subject: Re: [hlds_linux] MOTD problem. Its more thank likely too big ( the number of characters ) There seems to be some sort of limit there some where. Over a specific

Re: [hlds_linux] MOTD problem.

2004-12-16 Thread Ronny Schedel
Use an iframe instead. Greets Ronny - Original Message - From: hondaman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 16, 2004 5:46 PM Subject: Re: [hlds_linux] MOTD problem. I just tried that, and it didnt work for some reason. PiTaGoRaS wrote: The limit is 1024 bytes

Re: [hlds_linux] MOTD problem.

2004-12-16 Thread hondaman
Subject: Re: [hlds_linux] MOTD problem. I just tried that, and it didnt work for some reason. PiTaGoRaS wrote: The limit is 1024 bytes IIRC. The solution is simple. Just let the motd.html in your web server like now, and in your motd.txt load a frame like this: FRAMESET frame src=http

RE: [hlds_linux] MOTD problem.

2004-12-16 Thread DaiTengu
Ronny Schedel wrote: Use an iframe instead. Greets Ronny Set the motd up on a webserver, then all you need to do is put the link in the motd. As such, my game servers just link to the main page of my website, my motd looks like this: http://war-ensemble.com/index.php --- Mike

RE: [hlds_linux] MOTD problem.

2004-12-16 Thread ironchef
hondaman wrote: would the syntax for motd.txt be: IFRAME SRC=http://www.hardgaming.com/motd.html;/IFRAME If so, that didnt work :( I've found it's easiest to use a redirect. You can either just put the URL for the redirect as the ONLY thing in the motd.txt, or use a regular ol' meta

Re: [hlds_linux] MOTD problem.

2004-12-16 Thread hondaman
What does your actual motd.txt say. DaiTengu wrote: Ronny Schedel wrote: Use an iframe instead. Greets Ronny Set the motd up on a webserver, then all you need to do is put the link in the motd. As such, my game servers just link to the main page of my website, my motd looks like this:

Re: [hlds_linux] MOTD problem.

2004-12-16 Thread hondaman
- From: hondaman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 16, 2004 5:46 PM Subject: Re: [hlds_linux] MOTD problem. I just tried that, and it didnt work for some reason. PiTaGoRaS wrote: The limit is 1024 bytes IIRC. The solution is simple. Just let the motd.html in your

RE: [hlds_linux] MOTD problem.

2004-12-16 Thread DaiTengu
hondaman wrote: What does your actual motd.txt say. My MOTD looks like this: ===Begin motd.txt=== http://war-ensemble.com/index.php ===End motd.txt=== (minus the begin/end lines) --- Mike DaiTengu Miller Operations Director: United Admins Ltd.

Re: [hlds_linux] MOTD problem.

2004-12-16 Thread Sebastian
Subject: Re: [hlds_linux] MOTD problem. Its more thank likely too big ( the number of characters ) There seems to be some sort of limit there some where. Over a specific number of chars and more makes it just not render at all :( Like the MOTD btw :D Steve / K - Original Message - From

Re: [hlds_linux] MOTD problem.

2004-12-16 Thread PiTaGoRaS
PROTECTED]  To: [EMAIL PROTECTED]  Sent: Thursday, December 16, 2004 9:29 AM  Subject: Re: [hlds_linux] MOTD problem.  Its more thank likely too big ( the number of characters )  There seems to be some sort of limit there some where.  Over a specific number of chars and more makes it just not  render

Re: [hlds_linux] MOTD problem.

2004-12-16 Thread Henri Mecklin // Coixi
] Sent: Thursday, December 16, 2004 5:46 PM Subject: Re: [hlds_linux] MOTD problem. I just tried that, and it didnt work for some reason. PiTaGoRaS wrote: The limit is 1024 bytes IIRC. The solution is simple. Just let the motd.html in your web server like now, and in your motd.txt load a frame like