The Wiki for Tale 4 is in read-only mode and is available for archival and reference purposes only. Please visit the current Tale 11 Wiki in the meantime.

If you have any issues with this Wiki, please post in #wiki-editing on Discord or contact Brad in-game.

Difference between revisions of "Logs"

From A Tale in the Desert
Jump to navigationJump to search
(reworked from the tale3 variant, updated to current log.php)
 
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
* game = any valid game, for example ATITD2, ATITD3, ATITD4 (see dropdown, defaults to ATITD4 now).
 
* game = any valid game, for example ATITD2, ATITD3, ATITD4 (see dropdown, defaults to ATITD4 now).
 
* channel = any valid ingame microphone channel, or the word "system" for the system log (defaults to System).
 
* channel = any valid ingame microphone channel, or the word "system" for the system log (defaults to System).
* type = html for html, RSS for RSS, text for plaintext (defaults to html).
+
* type = html for html, rss for RSS, text for plaintext (defaults to html).
 
* day_value = # of days of logs to show, only works with html and plaintext (defaults to 7).
 
* day_value = # of days of logs to show, only works with html and plaintext (defaults to 7).
 
* limit = number of recent messages to display, only works with html and plaintext (defaults to none).
 
* limit = number of recent messages to display, only works with html and plaintext (defaults to none).
 
* sort = asc (ascending), or desc (descending) (defaults to desc).
 
* sort = asc (ascending), or desc (descending) (defaults to desc).
  
=== Examples ===
+
== Examples ==
 +
=== Main Shard ===
 
* http://services.atitd.org/log.php?channel=E!&limit=5 Last 5 messages from E!
 
* http://services.atitd.org/log.php?channel=E!&limit=5 Last 5 messages from E!
 
* http://services.atitd.org/log.php?channel=System&day_value=1 last 24 hours of system messages
 
* http://services.atitd.org/log.php?channel=System&day_value=1 last 24 hours of system messages
 
* http://services.atitd.org/log.php?channel=System&type=text&limit=5 last 5 system messages in plaintext
 
* http://services.atitd.org/log.php?channel=System&type=text&limit=5 last 5 system messages in plaintext
 +
 +
=== Bastet Shard ===
 +
* [http://services.atitd.org/log.php?channel=System&game=ATITD4.B&days=7&sort=asc System] for last 7 days
 +
* [http://services.atitd.org/log.php?channel=Events&game=ATITD4.B&days=7&sort=asc Events] for last 7 days
 +
* [http://services.atitd.org/log.php?channel=B!&game=ATITD4.B&days=7&sort=asc B!] for last 7 days
 +
* [http://services.atitd.org/log.php?channel=Story&game=ATITD4.B&days=99&sort=asc Story] for last 99 days

Latest revision as of 13:13, 18 April 2010

You may access the chat channel logs located at http://services.atitd.org/log.php directly using the following variables:

  • game = any valid game, for example ATITD2, ATITD3, ATITD4 (see dropdown, defaults to ATITD4 now).
  • channel = any valid ingame microphone channel, or the word "system" for the system log (defaults to System).
  • type = html for html, rss for RSS, text for plaintext (defaults to html).
  • day_value = # of days of logs to show, only works with html and plaintext (defaults to 7).
  • limit = number of recent messages to display, only works with html and plaintext (defaults to none).
  • sort = asc (ascending), or desc (descending) (defaults to desc).

Examples

Main Shard

Bastet Shard