PDA

View Full Version : Web site user


kyler
8th October 2005, 23:05
Is there a was to put a username and have it on a site when someone gets on lfs it shows up on a site and u can see when there offline and online?

Victor
8th October 2005, 23:15
www.lfsworld.net :)
put the person(s) you want to keep track of in your buddy list and make sure that Live Alert is on, or keep the Live Alert window opened. Whenever someone in your buddy list goes online in LFS, a blinking bell icon will show at the top of the screen. Click it to see who on your buddy list is online.

kyler
9th October 2005, 04:20
How do i put it on a site tho?

tehkahless
11th October 2005, 11:22
i don't know if i fully understand what you are looking for .. but .. if it is a way to display a racer's server where he is playing on your site .. you may look at this thread (otherwise.. just ignore me.. and count it as advertisement :) ):
http://www.lfsforum.net/showthread.php?t=584 .. way down is a description of two things i made .. one which displays the status of a user as a image:
http://goim.sphene.net/lfs/statusImage/<racer name> e.g. http://goim.sphene.net/lfs/statusImage/tehkahless

and a second when you want to display more than one user.. with link and the server name in colors .. i've created a javascript ..
<script language="JavaScript" type="text/javascript" src="http://goim.sphene.net/lfs/listRacersJS?racer=tehkahless&racer=iceberg&racer=wierwolf"></script>

see http://yourhell.com/~kahless/testgoimlfs.html (http://yourhell.com/%7Ekahless/testgoimlfs.html) ... (when problems occur because it slows down loading of the page place it inside a element with static width/height e.g.: <table><td width='500' height='100'> javascript code </td></table> ..

kyler
12th October 2005, 01:58
Like ur last link how do i put that on a site like www.dprt.dk (http://www.dprt.dk/) The User names how do i do that?

tehkahless
14th October 2005, 17:55
<script language="JavaScript" type="text/javascript" src="http://goim.sphene.net/lfs/listRacersJS?racer=tehkahless&racer=iceberg&racer=wierwolf"></script>

<-- just add the racer usernames one by one to the url .. racer=firstracer&racer=second&...

Iceberg
18th October 2005, 08:38
In a news message just put

<img src="http://goim.sphene.net/lfs/statusImage/iceberg" >

tehkahless
18th November 2005, 19:57
i've now created a small site explaining the three ways to include an online indicator for LFS racer in someone's website:
http://goim.sphene.net/wiki/show/LFS .. if any1 is interested, you can use it.. you may drop me a line if you use it .. or tell me if you have any problems using it ..

btw. why doesn't LFS world offer such an indicator directly ?