Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Technical Support » Win32 FDS » Server status on website
Server status on website [message #234622] Sun, 17 December 2006 09:26 Go to next message
DodgeThis is currently offline  DodgeThis
Messages: 29
Registered: December 2006
Karma: 0
Recruit
Hi there,

I'm wondering if someone knows a script to show server info on a website. (online/offline status, player status, map etc)

Thanks in advance,
Robin (a.k.a. DodgeThis)
Re: Server status on website [message #234664 is a reply to message #234622] Sun, 17 December 2006 15:06 Go to previous messageGo to next message
Goztow is currently offline  Goztow
Messages: 9717
Registered: March 2005
Location: Belgium
Karma: 12
General (5 Stars)
Goztoe
I already requested this plugin on the new brenbot 1.5.

DP promised me he'll make it sooner or later In Love

There are some others out there already but they're harder to configure; I think.


You can find me in The KOSs2 (TK2) discord while I'm playing. Feel free to come and say hi! TK2 discord
Re: Server status on website [message #234666 is a reply to message #234622] Sun, 17 December 2006 15:08 Go to previous messageGo to next message
AmunRa is currently offline  AmunRa
Messages: 574
Registered: September 2005
Location: Lilburn, Georgia
Karma: 0
Colonel

theres the html output plugin.
Re: Server status on website [message #234668 is a reply to message #234622] Sun, 17 December 2006 15:22 Go to previous messageGo to next message
Cat998
Messages: 1081
Registered: January 2004
Location: Austria, Vienna
Karma: 0
General (1 Star)
Moderator/Captain

Do you need it for a gayspy server or for WOL ? and Linux or Win FDS ?

When people ask me "Plz" just because it's shorter than "Please" I feel perfectly justified to answer "No" because it's shorter then "Yes"

Programming is like sex: one mistake and you have to support it for the rest of your life

Want the best answers? Ask the best questions!

"So long, and thanks for all the fish."
Re: Server status on website [message #234735 is a reply to message #234622] Mon, 18 December 2006 00:29 Go to previous messageGo to next message
Fifaheld is currently offline  Fifaheld
Messages: 349
Registered: October 2005
Karma: 0
Recruit
brenbot can send the infos to gamespy/ase/homepage...all you need is a script what can read this and the gamespyqueryport von brenbot

http://www.next-generation-gamers.org/aow/aow.html this infos come from brenbot
Re: Server status on website [message #234749 is a reply to message #234735] Mon, 18 December 2006 01:37 Go to previous messageGo to next message
tonyrolm is currently offline  tonyrolm
Messages: 132
Registered: July 2006
Karma: 0
Recruit
Link
Forbidden
You don't have permission to access /aow/aow.html on this server.


--------------------------------------------------------------------------------

Apache/1.3.36 Server at www.next-generation-gamers.org Port 80


Re: Server status on website [message #234774 is a reply to message #234668] Mon, 18 December 2006 06:37 Go to previous messageGo to next message
DodgeThis is currently offline  DodgeThis
Messages: 29
Registered: December 2006
Karma: 0
Recruit
Cat998 wrote on Sun, 17 December 2006 23:22

Do you need it for a gayspy server or for WOL ? and Linux or Win FDS ?



For WOL (with wolspy) and Win FDS (else i wouldn't post in this forum Rocked Over )

[Updated on: Mon, 18 December 2006 06:43]

Report message to a moderator

Re: Server status on website [message #234778 is a reply to message #234622] Mon, 18 December 2006 07:48 Go to previous messageGo to next message
Fifaheld is currently offline  Fifaheld
Messages: 349
Registered: October 2005
Karma: 0
Recruit
sorry, delete this post please

[Updated on: Mon, 18 December 2006 07:55]

Report message to a moderator

Re: Server status on website [message #234915 is a reply to message #234622] Mon, 18 December 2006 23:21 Go to previous messageGo to next message
Fifaheld is currently offline  Fifaheld
Messages: 349
Registered: October 2005
Karma: 0
Recruit
okokok
NOW IS WORKING

http://www.renegade-community.net/aow/reserverstatus.html


and link 2

http://fifaheld.kilu.de/aow/reserverstatus.html

[Updated on: Mon, 18 December 2006 23:24]

Report message to a moderator

Re: Server status on website [message #234960 is a reply to message #234622] Tue, 19 December 2006 06:50 Go to previous messageGo to next message
Creed3020 is currently offline  Creed3020
Messages: 1438
Registered: February 2003
Location: Toronto, Canada
Karma: 0
General (1 Star)
msgtpain has on the old Pitts website http://renegade.the-pitts.net/ in the top right hand corner. I remember once seeing a script for this. I will rummage through my hard drive Very Happy
Re: Server status on website [message #234961 is a reply to message #234622] Tue, 19 December 2006 06:53 Go to previous messageGo to next message
Creed3020 is currently offline  Creed3020
Messages: 1438
Registered: February 2003
Location: Toronto, Canada
Karma: 0
General (1 Star)
Well that took all of 5 minutes to find it:

Quote:

FDS_PostInfo - Version 1.1
Author - Tom "Dante" Anderson

Fixes:Changes in 1.1

Fixed an Arithmitic function problem that was causing some IP addresses to error out.
Changed the Interval from minutes to seconds, I would recommend changing your time before starting it up.


******************************************************************************** *************************************************



Use this program to display your servers current game_info on a web page.

This application will HTTP POST the game_info and your remote admin pass to a web page, you can use
the remote admin pass to error check to see that it isn't being spoofed, or just omit it
(for the example i used this method).

To install, simply plop these files in a directory with the fdstalk.dll (you WILL need the .Net
framework available from Microsoft Windows Update (www.windowsupdate.com).).

Then open up the app, set the settings, and you are good to go, just click on File->Run and it will
update to the specified web page.

You will need to have a file that you specify from your upload page (example is stats_upload.php)
that is 777 so that the stats can be written, or just dump to a db, however you choose.


INI File Explained:
[Settings]

Remote admin IP from your server.ini or gamespy.ini
RemoteAdminIP=127.0.0.1

remote admin password from your server.ini or gamespy.ini
RemoteAdminPass=33333333

remote admin port from your server.ini or gamespy.ini
RemoteAdminPort=5000

local port to use for the UDP remote administration (fdstalk.dll)
LocalAdminPort=5003

how often it updates in minutes
UpdateInterval=1

optional message to display when it updates
NotThereMessage=Updating Server Stats...

page to post the information to, see the included php files for protocol
HTTPPostPage=http://www.renevo.com/renfds_stats/stats_upload.php



Any problems, just check out the RenEvo forums and ask away (http://www.renevo.com/)

Tom "Dante" Anderson

[Updated on: Tue, 19 December 2006 06:54]

Report message to a moderator

Re: Server status on website [message #234976 is a reply to message #234622] Tue, 19 December 2006 07:53 Go to previous messageGo to next message
DodgeThis is currently offline  DodgeThis
Messages: 29
Registered: December 2006
Karma: 0
Recruit
Thanks a lot Big Grin
Re: Server status on website [message #234978 is a reply to message #234622] Tue, 19 December 2006 08:13 Go to previous messageGo to next message
DodgeThis is currently offline  DodgeThis
Messages: 29
Registered: December 2006
Karma: 0
Recruit
I uploaded the script and put it here: http://www.dodgededicated.eu.tt/stats.php

But: it's still not showing any player info Sad
Does somebody has a script which does?

[Updated on: Tue, 19 December 2006 08:34]

Report message to a moderator

Re: Server status on website [message #234986 is a reply to message #234978] Tue, 19 December 2006 09:23 Go to previous messageGo to next message
Ryu is currently offline  Ryu
Messages: 2833
Registered: September 2006
Location: Liverpool, England.
Karma: 0
General (2 Stars)

DodgeThis wrote on Tue, 19 December 2006 09:13

I uploaded the script and put it here: http://www.dodgededicated.eu.tt/stats.php

But: it's still not showing any player info Sad
Does somebody has a script which does?


It was showing player info to me.

Westwood Online mode active since 19-12-2006 - 16:17:24
Gameplay in progress
Map : C&C_walls_flying.mix
Time : 0.17.43
Fps : 41
GDI : 2/20 players 613 points
NOD : 3/20 players 193 points


Last Updated: Tuesday 19th of December 2006 05:16:28 PM


Presence is a curious thing, if you think you need to prove it... you probably never had it in the first place.
Re: Server status on website [message #234988 is a reply to message #234622] Tue, 19 December 2006 09:32 Go to previous messageGo to next message
Fifaheld is currently offline  Fifaheld
Messages: 349
Registered: October 2005
Karma: 0
Recruit
the player name is are missing and the points...the script on my page can this display and the renguard info

http://www.renegade-community.net/aow/reserverstatus.html

all you need is brenbot (1.41 or higher) and the queryport Smile

[Updated on: Tue, 19 December 2006 09:34]

Report message to a moderator

Re: Server status on website [message #235010 is a reply to message #234622] Tue, 19 December 2006 11:19 Go to previous messageGo to next message
Creed3020 is currently offline  Creed3020
Messages: 1438
Registered: February 2003
Location: Toronto, Canada
Karma: 0
General (1 Star)
Dodge what filesdid you upload to your webserver. I can't get this to work though I once did...bah

I don't really remember where to put everything. The instructions are vague.

[Updated on: Tue, 19 December 2006 11:20]

Report message to a moderator

Re: Server status on website [message #235021 is a reply to message #234622] Tue, 19 December 2006 12:06 Go to previous messageGo to next message
DodgeThis is currently offline  DodgeThis
Messages: 29
Registered: December 2006
Karma: 0
Recruit
I first editted the file /stats_upload.php and changed the settings (just change the remotepass)
After that, I uploaded the files from the map ./web/ to my webserver and CHmodded /stats_upload.php it to 777...
then followed the instructions for the ini file and clicked on file>run.
And i recommend you to empty the box with the message which will be send to the FDS, cuz else it spams like every 1-10 secs a message Smile

If you want to view your serverinfo just go to http://yourdomain.com/stats.php

[Updated on: Tue, 19 December 2006 12:11]

Report message to a moderator

Re: Server status on website [message #235202 is a reply to message #235010] Thu, 21 December 2006 02:37 Go to previous messageGo to next message
tonyrolm is currently offline  tonyrolm
Messages: 132
Registered: July 2006
Karma: 0
Recruit
Creed3020:
Hey thanks for the file.
I was looking for something like this for a while. I seen it on another website a long time ago and was looking around and never did find it.
Works great. Your right about the spamming message, thing is outa control. Big Grin
http://www.tonyrolm.com/renegade/status

Thanks again..
Tony


Re: Server status on website [message #235210 is a reply to message #234622] Thu, 21 December 2006 04:42 Go to previous messageGo to next message
Fifaheld is currently offline  Fifaheld
Messages: 349
Registered: October 2005
Karma: 0
Recruit
this script dont list the name and the points and ping from the player...the script on my website support this and many more In Love
Re: Server status on website [message #235214 is a reply to message #235210] Thu, 21 December 2006 05:01 Go to previous messageGo to next message
Hex is currently offline  Hex
Messages: 858
Registered: March 2004
Karma: 0
Colonel
Fifaheld wrote on Thu, 21 December 2006 06:42

this script dont list the name and the points and ping from the player...the script on my website support this and many more In Love



No point telling people if you don't share it


goztow wrote on Tue, 11 May 2010 08:00

If we had to ban all who ever cheated or ever created a cheat (obj3cts and such) then I don't think there would be many members left here (sad fact).


reborn wrote on Fri, 29 January 2010 23:37

std is for pro's. Razz
Re: Server status on website [message #235216 is a reply to message #235210] Thu, 21 December 2006 05:02 Go to previous messageGo to next message
EvilWhiteDragon is currently offline  EvilWhiteDragon
Messages: 3751
Registered: October 2005
Location: The Netherlands
Karma: 0
General (3 Stars)

Oh how great, and usefull if you are not giving a location where to get it, as thats where the TS asked for.

http://www.blackintel.org/usr/evilwhitedragon/pointfix.gif
BlackIntel admin/founder/PR dude (not a coder)
Please visit http://www.blackintel.org/

V, V for Vendetta

People should not be afraid of their governments.
Governments should be afraid of their people.
Re: Server status on website [message #235217 is a reply to message #234622] Thu, 21 December 2006 05:04 Go to previous messageGo to next message
Fifaheld is currently offline  Fifaheld
Messages: 349
Registered: October 2005
Karma: 0
Recruit
please give me a ip,port and queryport to test another server with this script, i must little testing
Re: Server status on website [message #235228 is a reply to message #235214] Thu, 21 December 2006 06:03 Go to previous messageGo to next message
Stumpy is currently offline  Stumpy
Messages: 93
Registered: May 2005
Karma: 0
Recruit

Hex wrote on Thu, 21 December 2006 07:01

Fifaheld wrote on Thu, 21 December 2006 06:42

this script dont list the name and the points and ping from the player...the script on my website support this and many more In Love



No point telling people if you don't share it

well its not his script starfox wrote this so he is not allowed to share it ...

Ive got a nice one from cat998 (some months ago)

as a example it works for wolspy and the brenbot thing:
http://ren-hq.de/query.php + "?ip=IP" and if its not the standard Queryport(25300) add a "&port=12345"

some examples:

http://ren-hq.de/query.php?ip=80.154.37.197&port=25300
http://ren-hq.de/query.php?ip=213.133.97.60


Visit and dream about it http://pb-live.team64.eu
Re: Server status on website [message #235229 is a reply to message #234622] Thu, 21 December 2006 06:09 Go to previous messageGo to next message
Fifaheld is currently offline  Fifaheld
Messages: 349
Registered: October 2005
Karma: 0
Recruit
is wolspy problem is...he display not the player or another infos, only brenbot can this :`(
Re: Server status on website [message #235234 is a reply to message #235228] Thu, 21 December 2006 07:21 Go to previous messageGo to previous message
EvilWhiteDragon is currently offline  EvilWhiteDragon
Messages: 3751
Registered: October 2005
Location: The Netherlands
Karma: 0
General (3 Stars)

UESir28 wrote on Thu, 21 December 2006 14:03

Hex wrote on Thu, 21 December 2006 07:01

Fifaheld wrote on Thu, 21 December 2006 06:42

this script dont list the name and the points and ping from the player...the script on my website support this and many more In Love



No point telling people if you don't share it

well its not his script starfox wrote this so he is not allowed to share it ...

Ive got a nice one from cat998 (some months ago)

as a example it works for wolspy and the brenbot thing:
http://ren-hq.de/query.php + "?ip=IP" and if its not the standard Queryport(25300) add a "&port=12345"

some examples:

http://ren-hq.de/query.php?ip=80.154.37.197&port=25300
http://ren-hq.de/query.php?ip=213.133.97.60



Dedicated? Ja oder Nein? true <-- xD


http://www.blackintel.org/usr/evilwhitedragon/pointfix.gif
BlackIntel admin/founder/PR dude (not a coder)
Please visit http://www.blackintel.org/

V, V for Vendetta

People should not be afraid of their governments.
Governments should be afraid of their people.
Previous Topic: Bots
Next Topic: 'Wanne have server on WOL and Gamespy
Goto Forum:
  


Current Time: Sat Apr 27 06:04:34 MST 2024

Total time taken to generate the page: 0.01600 seconds