Author Topic: Need help with a serveur brownser (for mirc)  (Read 1723 times)

0 Members and 1 Guest are viewing this topic.

Offline Biggoude

  • Major(1)
  • Posts: 1
Need help with a serveur brownser (for mirc)
« on: September 11, 2006, 03:01:27 pm »
Hi, i just finish to read all this forum and i didn't find any answers to my problem.
I'm doing a brownser for the game soldat which must display some informations like: Numbers of players, The map..
I did one for Half-Life. The tool connect with an udp sock to a specified ip and port and give a command for the server to know what to do
(exemple: /sockudp -k sockname server_ip server_port ÿÿÿÿdetails)
Here, ÿÿÿÿdetails is the command that will be send to the server and in return, the server will send on that sock some informations.
I just want to know who can i do to connect and receive these informations on a Soldat server.
Thx

Offline Clawbug

  • Veteran
  • *****
  • Posts: 1393
  • 1184!
Re: Need help with a serveur brownser (for mirc)
« Reply #1 on: September 11, 2006, 03:13:25 pm »
Umm? What are you trying to say?

What info you need to send to lobby server to receive info abput severs, and in what kind of format is the info you receive?

Fight! Win! Prevail!

Offline Frenchie

  • Camper
  • ***
  • Posts: 358
  • SoldatHQ
Re: Need help with a serveur brownser (for mirc)
« Reply #2 on: September 11, 2006, 04:06:58 pm »
I think you will be needing to connect through to the soldat servers, with the ASE protocol.

I don't know the code to do that,
But I have got a script to do it with php

It's not mine, I got it from a site but it's down. It should work I just copy and pasted some needed functions and an update from chrisbgk into it.

--Actually you should probably ask chrisbgk if you need more help with ASE
Soldat Lobby Avec Players -New Release! - Updated AGAIN!


Offline Denacke

  • Soldat Beta Team
  • Soldier
  • ******
  • Posts: 209
  • Cake!
Re: Need help with a serveur brownser (for mirc)
« Reply #3 on: September 12, 2006, 11:45:22 am »
Hello Biggoude

An mIRC lobby has already been made and can be found on the soldat forums archive:
http://archive.forums.soldat.pl/topic.php?topic_id=27122

Have fun.