Author Topic: Where to start with creating a mod.  (Read 2670 times)

0 Members and 1 Guest are viewing this topic.

Offline Michael Mulqueen

  • Major(1)
  • Posts: 3
Where to start with creating a mod.
« on: July 06, 2006, 11:46:55 am »
Ok I am new to modding soldat but I have experience in Visual Basic, Python and PHP. I would like to know how mods can communicate with Soldat and how you integrate them. If I have got mods and plug ins mixed up then tell me but could you point me in the right direction. Basically I would like make something that pings a php script every 15 mins while my soldat server is running.

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Re: Where to start with creating a mod.
« Reply #1 on: July 06, 2006, 01:48:05 pm »
You've got mods and plugins mixed up.  If you elaborate on what you want to do, I'll move this to the right section and I can probably help you out

Offline Michael Mulqueen

  • Major(1)
  • Posts: 3
Re: Where to start with creating a mod.
« Reply #2 on: July 06, 2006, 01:58:05 pm »
Ok basically, I want to be able to "ping" or cause a script at myurl.com/pagetoping.php every 5 minutes so people can check the status of my soldat server directly from my website. If I knew how the Soldat lobby servers worked then maybe I could adapt that but I haven't been able to find any docs on them. Basically though I need to be able to get the Soldat server only to run a program every few minutes to show that it is still running.

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Re: Where to start with creating a mod.
« Reply #3 on: July 06, 2006, 02:09:01 pm »
try taking a look at the code inside of the status window for U13SSS, my php server scripts.  download it at http://u13.net/go.php?id=1

this is the code used at http://u13.net in the left sidebar.

Alternately, if you don't have local/http/ftp access to the logs, look at: the PHP REFRESH packet parser code
« Last Edit: July 06, 2006, 02:11:15 pm by FliesLikeABrick »