Play Now Login Create Account
illyriad
   New Posts New Posts RSS Feed - Index/landing page for data downloads
   FAQ FAQ   Forum Search    Register Register   Login Login

Topic ClosedIndex/landing page for data downloads

 Post Reply Post Reply Page  <12
Author
 Rating: Topic Rating: 3 Votes, Average 4.67   Topic Search Topic Search   Topic Options Topic Options
Rosenfield View Drop Down
New Poster
New Poster
Avatar

Joined: 08 Dec 2012
Status: Offline
Points: 14
Direct Link To This Post Posted: 23 Jan 2013 at 00:41
A landing page would be great. Assuming you know a little PHP, you can get the file's size and last-modified date without too much hassle:

$mtime = date("r",filemtime ($infile));
$size = filesize($infile);

where $infile is the url of the file you're thinking of reading in.

You could run such a script at intervals to see how often it's modified... not exactly what you're looking for, but it approaches such.

R.
Back to Top
Rosenfield View Drop Down
New Poster
New Poster
Avatar

Joined: 08 Dec 2012
Status: Offline
Points: 14
Direct Link To This Post Posted: 06 Apr 2013 at 05:03
Is there an official data file somewhere with the chat logs, or is that just something Illytools does?

R.
Back to Top
Nesse View Drop Down
Forum Warrior
Forum Warrior
Avatar

Joined: 03 Oct 2010
Location: England
Status: Offline
Points: 406
Direct Link To This Post Posted: 08 Sep 2013 at 20:13
http://elgea.illyriad.co.uk/data_downloads/datafile_factions.xml
Nesse(Dwarven Druids) and Odd (Fairy Road Authority)
Back to Top
ubluntu View Drop Down
Forum Warrior
Forum Warrior


Joined: 24 Aug 2013
Status: Offline
Points: 324
Direct Link To This Post Posted: 20 Sep 2013 at 05:06
Observed update frequency and current last modified time.

alliances 9/20/2013 00:11:08 datafile_alliances.xml Daily
players 9/20/2013 00:11:08 datafile_players.xml Daily
terrain 9/20/2013 00:11:08 datafile_terrain.xml Daily
towns 9/20/2013 00:11:06 datafile_towns.xml Daily
factions 9/1/2012 17:55:13 datafile_factions.xml N/A
terrain_combat 4/20/2012 19:47:48 datafile_terrain_combat.xml N/A
worldmap 4/22/2012 02:53:13 datafile_worldmap.txt N/A

Some bash for headers only:
curl -I http://elgea.illyriad.co.uk/data_downloads/datafile_worldmap.txt


Edit:
Datafiles are now listed  here, the files are now gzipped, and the new base url for the datafiles is 'http://data-root.illyriad.co.uk/' instead of ' http://elgea.illyriad.co.uk/data_downloads/ '.

In case anyone missed  this.


Edited by ubluntu - 03 Apr 2014 at 05:08
Back to Top
 Post Reply Post Reply Page  <12
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.03
Copyright ©2001-2019 Web Wiz Ltd.