Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Need help/creator for specific script

Queenie Extraordinaire
RockNGames Radio!
Join date: 3 Jul 2004
Posts: 336
04-07-2005 13:49
Hi,

What Im curious about is it possible for SL scripts to pull information form say a website and then display that information inside the game? Say on a billboard or scrolling Marquee?

Thanks.
:)
_____________________
~Q~

DJ & [retired] Co-Owner-RockNGames Radio
www.rockngames.com
http://66.186.45.114:8028



Yes, its another blahhhggg!!
Jeffrey Gomez
Cubed™
Join date: 11 Jun 2004
Posts: 3,522
04-07-2005 14:26
Yes, this can be done fairly easily with XMLRPC then routed to something like XyText.

It all depends on the amount of work you want to do.
_____________________
---
Djnog Extraordinaire
Registered User
Join date: 3 Jul 2004
Posts: 34
04-07-2005 17:08
Hi,

Thanks but we are complete noobies when it comes to code.
I have no clue what I am doing in any way shape or form.

I want to pull specific information from my shoutcast server, Such as listeners and song list.

Could you help me?

or if not know some one that would be willing to take this on?

THanks

DjNog
Co-Owner On The Rock
http:///www.rockngames.com
Jessy Kent
Registered User
Join date: 10 Jan 2005
Posts: 63
11-18-2005 00:07
From: Djnog Extraordinaire
Hi,

Thanks but we are complete noobies when it comes to code.
I have no clue what I am doing in any way shape or form.

I want to pull specific information from my shoutcast server, Such as listeners and song list.

Could you help me?

or if not know some one that would be willing to take this on?

THanks

DjNog
Co-Owner On The Rock
http:///www.rockngames.com


old but BUMP!
Jokey Domela
Registered User
Join date: 27 Jul 2005
Posts: 83
11-18-2005 04:14
Easiest way to do this is backside scripting on your streaming host. Since SAM2 uses mySQL, you can easily get the data from there with a little PHP.

When the song changes, have it email your chalkboard in game. To make it easy, make your subject the artist name, and the body the song name. This way when the mail arrives, you dont really need to parse anything, as the artist and song name will already be in two different LSL variables :)

Unfortunately, since it's done backend, this makes it rather hard for someone to help you.

If you can get your backend to mail properly, I'd be happy to sell you a chalkboard to process and display the data.
Jessy Kent
Registered User
Join date: 10 Jan 2005
Posts: 63
11-18-2005 12:12
From: Jokey Domela
Easiest way to do this is backside scripting on your streaming host. Since SAM2 uses mySQL, you can easily get the data from there with a little PHP.

When the song changes, have it email your chalkboard in game. To make it easy, make your subject the artist name, and the body the song name. This way when the mail arrives, you dont really need to parse anything, as the artist and song name will already be in two different LSL variables :)

Unfortunately, since it's done backend, this makes it rather hard for someone to help you.

If you can get your backend to mail properly, I'd be happy to sell you a chalkboard to process and display the data.


holly crap lol um I know how get mysql working but after that LOL
Jessy Kent
Registered User
Join date: 10 Jan 2005
Posts: 63
11-18-2005 16:55
backend part you mean installing that xml stuff onto my php?