R60.org RSS Feed
You did not supply the RSS feed a query.
How to query the R60.org RSS Feed
There are three different kinds of queries. Their syntax is listed below:
clan matches:
rss.php/clan/clanid/game/type/no_matches
user matches:
rss.php/user/userid/game/type/no_matches
The following rules applies for the variables in the clan- and user matches queries:
- clanid and userid has to be an integer above 0.
-
game has to be a string of one of the following:
- all (show all games)
- cs (Counter-Strike)
- wc3 (WarCraft III)
- dod (Day of Defeat)
- cod (Call of Duty)
- pk (Painkiller)
- moh (Medal of Honor)
- wow (World of Warcraft)
- css (Counter-Strike: Source)
- tmn (TrackMania Nations)
-
type has to be a string of one of the following:
- all (show all matches)
- ladder (show ladder matches)
- league (show league matches)
- cup (show cup matches)
- no_matches is optional and determines how many matches should be shown. Omitting it or giving it the value 0 means showing all the matches.
news (shows the five latest news articles):
rss.php/news/game
The following rules applies for the variables in the news query:
-
game has to be a string of one of the following:
- all (show all games)
- cs (Counter-Strike)
- wc3 (WarCraft III)
- dod (Day of Defeat)
- cod (Call of Duty)
- pk (Painkiller)
- moh (Medal of Honor)
- wow (World of Warcraft)
- css (Counter-Strike: Source)
- tmn (TrackMania Nations)
If the query was successfull, an RSS 2.0 feed will be returned. A custom module
is used in the feed, more information about it can be found at www.r60.org/rss/module/.