Aztala
Member
Aztala submitted a new resource:
ServUO Status page to ftp - Here a modification of WebStatus to Upload status.html to a ftp :)
http://www.mifort.com -> This is pretty much how it look like!
ChangeLog:
Read more about this resource...
ServUO Status page to ftp - Here a modification of WebStatus to Upload status.html to a ftp :)
http://www.mifort.com -> This is pretty much how it look like!
ChangeLog:
Code:
v1.1 : Changed FTP.cs file to handle error that was previously making the ServUO server crash now it should be working properly again and also send you the exeption tu the ServUO console for you to know something goes wrong.
Here is the complete Code I just made for using the Status page for your website!
[COMMENT]
using System;
using System.IO;
using System.Text;
using System.Net; //You require to add this to your c# otherwise it wont be able to deal with ftp.
using Server.Guilds;
using Server.Network;
namespace Server.Misc
{
public class StatusPage : Timer
{
public static bool Enabled = true; // Set to true generate the page and send to ftp
public StatusPage()
: base(TimeSpan.FromSeconds(5.0),...[/COMMENT]
Read more about this resource...
Last edited: