RE: [hlds] Display Web page on MOTD?

2004-08-21 Thread Matt White
Argh mad font page tags

Remove the meta * as its a Microsoft thing :P

Regards,

Matt White
[ [EMAIL PROTECTED] ]
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Edson Sossai
Sent: 21 August 2004 02:32
To: [EMAIL PROTECTED]
Subject: RE: [hlds] Display Web page on MOTD?

Jus add the code below into your MOTD file.








New Page 1





http://www.csbkb.com/images/pictures/OneBulletOneBody1a.jpg";
width="160" height="120">





In my case i show a picture but you can show only the website
Of course you have to change the http address
Regards,


> [Original Message]
> From: TSM Samurai <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Date: 8/18/2004 11:17:59 PM
> Subject: [hlds] Display Web page on MOTD?
>
> This is a multi-part message in MIME format.
> --
> [ Picked text/plain from multipart/alternative ]
> Hey All,
>  Can anyone tell me how to setup the MOTD file so I can
display my webpage when someone joins my server.
> --
>
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds



___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


Re: [hlds] Display Web page on MOTD?

2004-08-20 Thread Philipp G.
or "../images/planb.jpg"

From: "Shane Robinett" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
Subject: Re: [hlds] Display Web page on MOTD?
Date: Fri, 20 Aug 2004 11:33:41 -0400
I assume /images/planb.jpg is within your game server?
You might want to try

- Original Message -
From: "Bryon Hughes" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 20, 2004 11:22 AM
Subject: RE: [hlds] Display Web page on MOTD?
> Is it possible to get an example of how to load images in the motd.  I
> have tried everything.  Here is currently what I have and its just not
> working.
>
> 
> Enjoy yourself.
> Try to watch your language;
> 6 Team Kills and its have a nice day;
> No Racism!!! Leave that for the KKK Meeting;
> NO SPAWN CAMPING;
> OBSCENE SPRAYS = lifetime ban; 
> I reserve the right to kick you because I can;
> Good Luck, Have Fun
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of David Fencik
> Sent: Thursday, August 19, 2004 2:06 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [hlds] Display Web page on MOTD?
>
>
> Edit the motd.txt file so that there is only a single line of text: the
> hyperlink that you'd like to be displayed.
>
> Dave
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of TSM Samurai
> Sent: Wednesday, August 18, 2004 11:19 PM
> To: [EMAIL PROTECTED]
> Subject: [hlds] Display Web page on MOTD?
>
> This is a multi-part message in MIME format.
> --
> [ Picked text/plain from multipart/alternative ]
> Hey All,
>  Can anyone tell me how to setup the MOTD file so I can
> display my webpage when someone joins my server.
> --
>
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit: http://list.valvesoftware.com/mailman/listinfo/hlds
>
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit: http://list.valvesoftware.com/mailman/listinfo/hlds
>
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds
>
___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds
_
MSN® Calendar keeps you organized and takes the effort out of scheduling
get-togethers.
http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines
 Start enjoying all the benefits of MSN® Premium right now and get the
first two months FREE*.
___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


RE: [hlds] Display Web page on MOTD?

2004-08-20 Thread Edson Sossai
Jus add the code below into your MOTD file.








New Page 1





http://www.csbkb.com/images/pictures/OneBulletOneBody1a.jpg";
width="160" height="120">





In my case i show a picture but you can show only the website
Of course you have to change the http address
Regards,


> [Original Message]
> From: TSM Samurai <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Date: 8/18/2004 11:17:59 PM
> Subject: [hlds] Display Web page on MOTD?
>
> This is a multi-part message in MIME format.
> --
> [ Picked text/plain from multipart/alternative ]
> Hey All,
>  Can anyone tell me how to setup the MOTD file so I can
display my webpage when someone joins my server.
> --
>
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds



___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


RE: [hlds] Display Web page on MOTD?

2004-08-20 Thread Deadman Standing
Try moving the images to a web server. Since the clients are acting as
web browsers when they see the image tag they will do an http request
for the image.

In my case I just redirect the client to the web server using:

http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd>

http://www.yourweb.com/index.html";>



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bryon Hughes
Sent: Friday, August 20, 2004 11:40 AM
To: [EMAIL PROTECTED]
Subject: RE: [hlds] Display Web page on MOTD?

Yes the images files are inside of the server directory

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Shane Robinett
Sent: Friday, August 20, 2004 9:34 AM
To: [EMAIL PROTECTED]
Subject: Re: [hlds] Display Web page on MOTD?


I assume /images/planb.jpg is within your game server?

You might want to try


- Original Message -
From: "Bryon Hughes" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 20, 2004 11:22 AM
Subject: RE: [hlds] Display Web page on MOTD?


> Is it possible to get an example of how to load images in the motd.  I

> have tried everything.  Here is currently what I have and its just not

> working.
>
> 
> Enjoy yourself. Try to
> watch your language; 6 Team Kills and its have a nice
> day; No Racism!!! Leave that for the KKK
> Meeting; NO SPAWN CAMPING;
> OBSCENE SPRAYS = lifetime ban; 
> I reserve the right to kick you because I can;
> Good Luck, Have Fun
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of David Fencik
> Sent: Thursday, August 19, 2004 2:06 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [hlds] Display Web page on MOTD?
>
>
> Edit the motd.txt file so that there is only a single line of text:
> the hyperlink that you'd like to be displayed.
>
> Dave
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of TSM Samurai
> Sent: Wednesday, August 18, 2004 11:19 PM
> To: [EMAIL PROTECTED]
> Subject: [hlds] Display Web page on MOTD?
>
> This is a multi-part message in MIME format.
> --
> [ Picked text/plain from multipart/alternative ]
> Hey All,
>  Can anyone tell me how to setup the MOTD file so I can
> display my webpage when someone joins my server.
> --
>
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,

> please visit: http://list.valvesoftware.com/mailman/listinfo/hlds
>
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,

> please visit: http://list.valvesoftware.com/mailman/listinfo/hlds
>
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds
>


___
To unsubscribe, edit your list preferences, or view the list archives,
please visit: http://list.valvesoftware.com/mailman/listinfo/hlds



___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds




___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


RE: [hlds] Display Web page on MOTD?

2004-08-20 Thread Mike Munoz
The Images have to be on a WEB server. And you have to link to it with the
full URL.

http://www.yourwebserver.com/images/planb.jpg"; width="432"
height="185">

The easiest way by far is to host the entire motd as a website and point
your MOTD.txt to it.
This is done by having the just the url in the motd.txt file like this:

http://www.paradisesgarage.com/cs/main/motd.htm

This should be the only thing in the file. Delete everything else.

That is the actual link I use on my server. I keep the page simple so that
it loads fairly fast in game. You can even have links to other pages that
they can view in game. I give them the list of Admins, the Rulez and a
maplist this way.

Mike ParaDOX Munoz

www.paradisesgarage.com


-Original Message-
From: Shane Robinett [mailto:[EMAIL PROTECTED]
Sent: Friday, August 20, 2004 10:34 AM
To: [EMAIL PROTECTED]
Subject: Re: [hlds] Display Web page on MOTD?

I assume /images/planb.jpg is within your game server?

You might want to try


- Original Message -
From: "Bryon Hughes" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 20, 2004 11:22 AM
Subject: RE: [hlds] Display Web page on MOTD?


> Is it possible to get an example of how to load images in the motd.  I
> have tried everything.  Here is currently what I have and its just not
> working.
>
>   size="5">Enjoy yourself. Try to watch
> your language;
> 6 Team Kills and its have a nice day; No Racism!!!
> Leave that for the KKK Meeting; NO SPAWN
> CAMPING; OBSCENE SPRAYS = lifetime ban;  I
> reserve the right to kick you because I can; Good Luck,
> Have Fun
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of David Fencik
> Sent: Thursday, August 19, 2004 2:06 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [hlds] Display Web page on MOTD?
>
>
> Edit the motd.txt file so that there is only a single line of text:
> the hyperlink that you'd like to be displayed.
>
> Dave
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of TSM Samurai
> Sent: Wednesday, August 18, 2004 11:19 PM
> To: [EMAIL PROTECTED]
> Subject: [hlds] Display Web page on MOTD?
>
> This is a multi-part message in MIME format.
> --
> [ Picked text/plain from multipart/alternative ] Hey All,
>  Can anyone tell me how to setup the MOTD file so I can
> display my webpage when someone joins my server.
> --
>
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit: http://list.valvesoftware.com/mailman/listinfo/hlds
>
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit: http://list.valvesoftware.com/mailman/listinfo/hlds
>
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds
>


___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


Re: [hlds] Display Web page on MOTD?

2004-08-20 Thread Shane Robinett
I assume /images/planb.jpg is within your game server?

You might want to try


- Original Message -
From: "Bryon Hughes" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 20, 2004 11:22 AM
Subject: RE: [hlds] Display Web page on MOTD?


> Is it possible to get an example of how to load images in the motd.  I
> have tried everything.  Here is currently what I have and its just not
> working.
>
> 
> Enjoy yourself.
> Try to watch your language;
> 6 Team Kills and its have a nice day;
> No Racism!!! Leave that for the KKK Meeting;
> NO SPAWN CAMPING;
> OBSCENE SPRAYS = lifetime ban; 
> I reserve the right to kick you because I can;
> Good Luck, Have Fun
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of David Fencik
> Sent: Thursday, August 19, 2004 2:06 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [hlds] Display Web page on MOTD?
>
>
> Edit the motd.txt file so that there is only a single line of text: the
> hyperlink that you'd like to be displayed.
>
> Dave
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of TSM Samurai
> Sent: Wednesday, August 18, 2004 11:19 PM
> To: [EMAIL PROTECTED]
> Subject: [hlds] Display Web page on MOTD?
>
> This is a multi-part message in MIME format.
> --
> [ Picked text/plain from multipart/alternative ]
> Hey All,
>  Can anyone tell me how to setup the MOTD file so I can
> display my webpage when someone joins my server.
> --
>
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit: http://list.valvesoftware.com/mailman/listinfo/hlds
>
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit: http://list.valvesoftware.com/mailman/listinfo/hlds
>
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds
>


___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


RE: [hlds] Display Web page on MOTD?

2004-08-20 Thread Bryon Hughes
Yes the images files are inside of the server directory

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Shane Robinett
Sent: Friday, August 20, 2004 9:34 AM
To: [EMAIL PROTECTED]
Subject: Re: [hlds] Display Web page on MOTD?


I assume /images/planb.jpg is within your game server?

You might want to try


- Original Message -
From: "Bryon Hughes" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 20, 2004 11:22 AM
Subject: RE: [hlds] Display Web page on MOTD?


> Is it possible to get an example of how to load images in the motd.  I

> have tried everything.  Here is currently what I have and its just not

> working.
>
> 
> Enjoy yourself. Try to
> watch your language; 6 Team Kills and its have a nice
> day; No Racism!!! Leave that for the KKK
> Meeting; NO SPAWN CAMPING;
> OBSCENE SPRAYS = lifetime ban; 
> I reserve the right to kick you because I can;
> Good Luck, Have Fun
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of David Fencik
> Sent: Thursday, August 19, 2004 2:06 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [hlds] Display Web page on MOTD?
>
>
> Edit the motd.txt file so that there is only a single line of text:
> the hyperlink that you'd like to be displayed.
>
> Dave
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of TSM Samurai
> Sent: Wednesday, August 18, 2004 11:19 PM
> To: [EMAIL PROTECTED]
> Subject: [hlds] Display Web page on MOTD?
>
> This is a multi-part message in MIME format.
> --
> [ Picked text/plain from multipart/alternative ]
> Hey All,
>  Can anyone tell me how to setup the MOTD file so I can
> display my webpage when someone joins my server.
> --
>
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,

> please visit: http://list.valvesoftware.com/mailman/listinfo/hlds
>
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,

> please visit: http://list.valvesoftware.com/mailman/listinfo/hlds
>
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds
>


___
To unsubscribe, edit your list preferences, or view the list archives,
please visit: http://list.valvesoftware.com/mailman/listinfo/hlds



___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


RE: [hlds] Display Web page on MOTD?

2004-08-20 Thread Bryon Hughes
Is it possible to get an example of how to load images in the motd.  I
have tried everything.  Here is currently what I have and its just not
working.


Enjoy yourself.
Try to watch your language;
6 Team Kills and its have a nice day;
No Racism!!! Leave that for the KKK Meeting;
NO SPAWN CAMPING;
OBSCENE SPRAYS = lifetime ban; 
I reserve the right to kick you because I can;
Good Luck, Have Fun

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David Fencik
Sent: Thursday, August 19, 2004 2:06 PM
To: [EMAIL PROTECTED]
Subject: RE: [hlds] Display Web page on MOTD?


Edit the motd.txt file so that there is only a single line of text: the
hyperlink that you'd like to be displayed.

Dave

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of TSM Samurai
Sent: Wednesday, August 18, 2004 11:19 PM
To: [EMAIL PROTECTED]
Subject: [hlds] Display Web page on MOTD?

This is a multi-part message in MIME format.
--
[ Picked text/plain from multipart/alternative ]
Hey All,
 Can anyone tell me how to setup the MOTD file so I can
display my webpage when someone joins my server.
--



___
To unsubscribe, edit your list preferences, or view the list archives,
please visit: http://list.valvesoftware.com/mailman/listinfo/hlds



___
To unsubscribe, edit your list preferences, or view the list archives,
please visit: http://list.valvesoftware.com/mailman/listinfo/hlds



___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


Re: [hlds] Display Web page on MOTD?

2004-08-20 Thread Shane Robinett
Doesn't work yet
- Original Message -
From: "Philipp G." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 20, 2004 3:37 AM
Subject: Re: [hlds] Display Web page on MOTD?


just add a meta refresh tag, have it refresh to your site.
P


>From: "{r$r} || mAlFuNcTiOn (rrclan.net)" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: <[EMAIL PROTECTED]>
>Subject: Re: [hlds] Display Web page on MOTD?
>Date: Wed, 18 Aug 2004 22:09:19 -0700
>
>did you get it??
>its an html code of the jog pic file only as far as i know.
>example extreme.rrclan.net
>- Original Message -
>From: "TSM Samurai" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Wednesday, August 18, 2004 8:18 PM
>Subject: [hlds] Display Web page on MOTD?
>
>
> > This is a multi-part message in MIME format.
> > --
> > [ Picked text/plain from multipart/alternative ]
> > Hey All,
> >  Can anyone tell me how to setup the MOTD file so I can
>display my webpage when someone joins my server.
> > --
> >
> >
> >
> > ___
> > To unsubscribe, edit your list preferences, or view the list archives,
>please visit:
> > http://list.valvesoftware.com/mailman/listinfo/hlds
> >
>
>
>___
>To unsubscribe, edit your list preferences, or view the list archives,
>please visit:
>http://list.valvesoftware.com/mailman/listinfo/hlds

_
Take advantage of powerful junk e-mail filters built on patented Microsoft®
SmartScreen Technology.
http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines
  Start enjoying all the benefits of MSN® Premium right now and get the
first two months FREE*.


___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


RE: [hlds] Display Web page on MOTD?

2004-08-20 Thread Brandon Dumont - MWEB
Hi

I have never set this up before but would really like to.

When you say web page I take it your not just referring to the link!
Do you mean an actual web page in the motd including accompanying
graphic?
If so could you give some noob instructions on how to set this up?

Thanks very much

B.

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Philipp G.
> Sent: Friday, August 20, 2004 9:37 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [hlds] Display Web page on MOTD?
>
> just add a meta refresh tag, have it refresh to your site.
> P
>
>
> >From: "{r$r} || mAlFuNcTiOn (rrclan.net)" <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: <[EMAIL PROTECTED]>
> >Subject: Re: [hlds] Display Web page on MOTD?
> >Date: Wed, 18 Aug 2004 22:09:19 -0700
> >
> >did you get it??
> >its an html code of the jog pic file only as far as i know.
> >example extreme.rrclan.net
> >- Original Message -
> >From: "TSM Samurai" <[EMAIL PROTECTED]>
> >To: <[EMAIL PROTECTED]>
> >Sent: Wednesday, August 18, 2004 8:18 PM
> >Subject: [hlds] Display Web page on MOTD?
> >
> >
> > > This is a multi-part message in MIME format.
> > > --
> > > [ Picked text/plain from multipart/alternative ] Hey All,
> > >  Can anyone tell me how to setup the MOTD
> file so I can
> >display my webpage when someone joins my server.
> > > --
> > >
> > >
> > >
> > > ___
> > > To unsubscribe, edit your list preferences, or view the list
> > > archives,
> >please visit:
> > > http://list.valvesoftware.com/mailman/listinfo/hlds
> > >
> >
> >
> >___
> >To unsubscribe, edit your list preferences, or view the list
> archives,
> >please visit:
> >http://list.valvesoftware.com/mailman/listinfo/hlds
>
> _
> Take advantage of powerful junk e-mail filters built on
> patented Microsoft(r) SmartScreen Technology.
> http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&;
> DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines
>   Start enjoying all the benefits of MSN(r) Premium right now
> and get the first two months FREE*.
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list
> archives, please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds
>
 
MWEB: S.A.'s trusted Internet Service Provider. Just Like That.
To join, go to: http://join.mweb.co.za or call 0860032000.

___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


Re: [hlds] Display Web page on MOTD?

2004-08-20 Thread Philipp G.
just add a meta refresh tag, have it refresh to your site.
P

From: "{r$r} || mAlFuNcTiOn (rrclan.net)" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
Subject: Re: [hlds] Display Web page on MOTD?
Date: Wed, 18 Aug 2004 22:09:19 -0700
did you get it??
its an html code of the jog pic file only as far as i know.
example extreme.rrclan.net
- Original Message -
From: "TSM Samurai" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 18, 2004 8:18 PM
Subject: [hlds] Display Web page on MOTD?
> This is a multi-part message in MIME format.
> --
> [ Picked text/plain from multipart/alternative ]
> Hey All,
>  Can anyone tell me how to setup the MOTD file so I can
display my webpage when someone joins my server.
> --
>
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds
>
___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds
_
Take advantage of powerful junk e-mail filters built on patented Microsoft®
SmartScreen Technology.
http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines
 Start enjoying all the benefits of MSN® Premium right now and get the
first two months FREE*.
___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


RE: [hlds] Display Web page on MOTD?

2004-08-19 Thread David Fencik
Edit the motd.txt file so that there is only a single line of text: the
hyperlink that you'd like to be displayed.

Dave

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of TSM Samurai
Sent: Wednesday, August 18, 2004 11:19 PM
To: [EMAIL PROTECTED]
Subject: [hlds] Display Web page on MOTD?

This is a multi-part message in MIME format.
--
[ Picked text/plain from multipart/alternative ]
Hey All,
 Can anyone tell me how to setup the MOTD file so I can
display my webpage when someone joins my server.
--



___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds



___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


Re: [hlds] Display Web page on MOTD?

2004-08-18 Thread {r$r} || mAlFuNcTiOn \(rrclan.net\)
did you get it??
its an html code of the jog pic file only as far as i know.
example extreme.rrclan.net
- Original Message -
From: "TSM Samurai" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 18, 2004 8:18 PM
Subject: [hlds] Display Web page on MOTD?


> This is a multi-part message in MIME format.
> --
> [ Picked text/plain from multipart/alternative ]
> Hey All,
>  Can anyone tell me how to setup the MOTD file so I can
display my webpage when someone joins my server.
> --
>
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds
>


___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds