ID:1208155
 
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/
use MySQL.

and a simple server status script.

did something simpler on my own byond creation http://dbzepic.com/ it's not hard.
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:
Why don't you just learn PHP? :/

This PHP so simple.

If you can do DM you can do PHP.

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:
Galactic Soldier wrote:
Why don't you just learn PHP? :/

This PHP so simple.

If you can do DM you can do PHP.

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.

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.