WEB STATUS - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Expired/Outdated Versions (/Forum-Expired-Outdated-Versions) +--- Forum: Sphere 51a Help (/Forum-Sphere-51a-Help) +--- Thread: WEB STATUS (/Thread-WEB-STATUS) |
WEB STATUS - x77x - 11-11-2016 01:37 AM any old timers remember how the 51a web status page worked? you set the setting in the sphere.ini and it creates a folder with the webpage, but how do people view the webpage? connect from the ip? ftp upload program? Code: //[WEBPAGE 1] RE: WEB STATUS - Kanibal - 11-11-2016 02:02 AM (11-11-2016 01:37 AM)x77x Wrote: any old timers remember how the 51a web status page worked? You can generate *.php or *.html pages like C:\WebServer\www\mysitename.com\status.php and use Apache, nginx etc. to show it Code: [WEBPAGE 1] Or generate player list in *.txt and load it directly into MySQL Code: mysql> LOAD DATA INFILE "players.txt" INTO TABLE my_db.my_table; Or like in old time... Code: http://yourserverip:yourserverport/status.htm |