ID:164680
May 3 2007, 3:59 am
|
|
How do I show my live games on my website.
|
May 3 2007, 4:20 am
|
|
You use the forum search before making topics.
|
You'll need to make a text parser for PHP or something of the sort.
http://games.byond.com/hub/author/game?format=text This will give you an easily read format for such a thing. |
In response to Keeth
|
|
I'm using ASPX, how do I do it in that?
|
In response to Tails5
|
|
I've never used ASP so I wouldn't know.
|
Tails5 wrote:
How do I show my live games on my website. Your games are already displayed in part of your profile, if you wish to display it elsewhere, EASIEST way is an iframe... but, if you want it displayed differently, use php to load the page into a varriable then use str_replace and mid() and whatnot to fix it up and then echo it onto your page (ive done this to parse and better display things like DS chat etc...) |
In response to Nodvick
|
|
BYOND format PHP Parser [image]
Unfortunately, that uses BYOND to parse it into a format readable by PHP, then PHP reads it and sexifies it. I could do it in PHP, but this was the fastest method. |
In response to Keeth
|
|
That's great.... but how does the image tell me how to do it?
|