Problem description:
I need to write a script that will function properly in Drupal that'll allow me to export information from a BYOND game server in regards to the status of the server that will report if the server is online. and if so, the number of players. I haven't got any skills in PHP. Whatsoever. Would someone mind helping a web development newbie understand how to do this?
EDIT: An example of the kind of thing I hope to accomplish can be found at the following link.
http://ss13.lljk.net/
ID:1208155
Mar 23 2013, 12:07 am (Edited on Mar 23 2013, 12:46 am)
|
|
Galactic Soldier wrote:
Why don't you just learn PHP? :/ This PHP so simple. If you can do DM you can do PHP. |
In response to Gokussj99
|
|
Gokussj99 wrote:
Galactic Soldier wrote: I doubt it's that simple, however, how much money would you ask for making a script that would display a game's servers? That were automatically updated with stuff. I would be interested. |
In response to Eternal_Memories
|
|
Eternal_Memories wrote:
Gokussj99 wrote: It is that simple..Infact I have taken some code from my game and copied it straight to PHP with very little changes. And you could do it easily a few ways with MySQL you could use world.Export() or you could implement Dantom.DB. |
and a simple server status script.
did something simpler on my own byond creation http://dbzepic.com/ it's not hard.