Display stats.xml on remote web server? menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    Stabatha's Avatar Contributor
    Reputation
    84
    Join Date
    Dec 2007
    Posts
    345
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Display stats.xml on remote web server?

    I have searched a lot for this, but the only thing I can find is doing it on the same server.

    I have a dedicated game server for WoW, it runs nothing but that. MySQL and httpd are run remotely on a SQL and web server. How can i get my stats.xml to show up on my remote web server?
    Last edited by Stabatha; 04-14-2008 at 11:33 AM.

    Display stats.xml on remote web server?
  2. #2
    EthernalQ's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    [EDITED], I pass on this one
    Last edited by EthernalQ; 04-14-2008 at 11:31 AM.

  3. #3
    Sonic Waffle's Avatar Contributor
    Reputation
    170
    Join Date
    Dec 2007
    Posts
    990
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why would you have 3 different machines? Ok, I understand 2 diff machines (core + website or core + sql and then website), but why 3 machines?
    I can't think of anything exept FTP(windows) or SSH(linux)...


  4. #4
    Stabatha's Avatar Contributor
    Reputation
    84
    Join Date
    Dec 2007
    Posts
    345
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    double post

  5. #5
    Stabatha's Avatar Contributor
    Reputation
    84
    Join Date
    Dec 2007
    Posts
    345
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pigpoo View Post
    Why would you have 3 different machines? Ok, I understand 2 diff machines (core + website or core + sql and then website), but why 3 machines?
    I can't think of anything exept FTP(windows) or SSH(linux)...

    My work has dedicated web and SQL servers

    Was hoping maybe there would be a PHP solution for this...

  6. #6
    Sonic Waffle's Avatar Contributor
    Reputation
    170
    Join Date
    Dec 2007
    Posts
    990
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So where does the 3rd one come from?


  7. #7
    Stabatha's Avatar Contributor
    Reputation
    84
    Join Date
    Dec 2007
    Posts
    345
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pigpoo View Post
    So where does the 3rd one come from?
    dedicated gaming server, i'm currently paying out of pocket to co-locate.

  8. #8
    Sonic Waffle's Avatar Contributor
    Reputation
    170
    Join Date
    Dec 2007
    Posts
    990
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok, I see....
    But yes, If you are using windows, use FTP otherwise use SSH for linux/mac...


  9. #9
    Nick0016's Avatar Member
    Reputation
    9
    Join Date
    Jan 2008
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice way is to use PHP ^^ ( like Midgard-wow.com has )

    Sofar I know they are using also 2 different servers...
    You could try asking them...

  10. #10
    Sonic Waffle's Avatar Contributor
    Reputation
    170
    Join Date
    Dec 2007
    Posts
    990
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The GET function? Can happen aswell...


  11. #11
    Algorithm's Avatar Member
    Reputation
    175
    Join Date
    Mar 2008
    Posts
    395
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nick0016 View Post
    Nice way is to use PHP ^^ ( like Midgard-wow.com has )

    Sofar I know they are using also 2 different servers...
    You could try asking them...
    do you know where to get the web-template Midgard uses?

    its identical to toxic wow

  12. #12
    Sonic Waffle's Avatar Contributor
    Reputation
    170
    Join Date
    Dec 2007
    Posts
    990
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think they use joomla and they made their own theme. :P


  13. #13
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Change:

    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # Status Dumper Config
    #
    # These directives set up the status dumper plugin. Filename is an
    # absolute or relative path to the server binary. Interval is the
    # time that the stats will be dumped to xml.
    # Default: stats.xml / 120000 (2 minutes)
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

    <StatDumper FileName = "stats.xml" Interval = "120000">
    To: [As an example]!!

    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # Status Dumper Config
    #
    # These directives set up the status dumper plugin. Filename is an
    # absolute or relative path to the server binary. Interval is the
    # time that the stats will be dumped to xml.
    # Default: stats.xml / 120000 (2 minutes)
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

    <StatDumper FileName = "C:/windows/www/stats.xml" Interval = "120000">
    If you need me you have my skype, if you don't have my skype then you don't need me.

  14. #14
    Nick0016's Avatar Member
    Reputation
    9
    Join Date
    Jan 2008
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by master1979 View Post
    do you know where to get the web-template Midgard uses?

    its identical to toxic wow
    Beats me, ask them not me lol.

    Btw to show the stats remotely...
    You need to parse the stats.xml with php and then display them

  15. #15
    Stabatha's Avatar Contributor
    Reputation
    84
    Join Date
    Dec 2007
    Posts
    345
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks 2D, but that would only work on the same server not remotely

Page 1 of 2 12 LastLast

Similar Threads

  1. Refresh Server? & Stats.xml
    By Cholo71796 in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 06-18-2008, 05:19 PM
  2. [Guide] The Complete Guide On Setting Up Your Own AC-Web Server! [Advanced Guide]
    By Absolute Zero in forum WoW EMU Guides & Tutorials
    Replies: 93
    Last Post: 03-08-2008, 08:47 PM
  3. The Complete Guide On Setting Up Your Own AC-Web Server! (Guide Downloads)
    By Absolute Zero in forum WoW EMU Guides & Tutorials
    Replies: 15
    Last Post: 02-13-2008, 10:49 AM
  4. [Guide] The Complete Guide On Setting Up Your Own AC-Web Server! [Simple Guide]
    By Absolute Zero in forum WoW EMU Guides & Tutorials
    Replies: 88
    Last Post: 01-26-2008, 04:55 PM
  5. Ac Web Server Help Here!
    By Denelly in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 11-14-2007, 07:05 AM
All times are GMT -5. The time now is 02:45 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search