-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathrss.php
More file actions
15 lines (15 loc) · 781 Bytes
/
Copy pathrss.php
File metadata and controls
15 lines (15 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
session_start();
require_once 'conf/variables.php';
require 'autologin.inc.php';
require "top.php";
?>
<h2>RSS Feeds</h2>
<p><img style="vertical-align: bottom; margin: 5px" src="graphics/rssicon.jpg" alt="rss graphic" align="left"
border="0" width="80" height="80"/>
You can syndicate the <a href="rssnewplayers.php">Newest Players</a> or the <a href="rsslatestgames.php">Latest
Played Ladder Games</a>. Feel free to use on your site or anywhere you want. Newest players feed show their
nick, rating country and link to their profile. Latest games feed show the winners & losers in the latest
games, the date when they were played and how many points the winner got from the loser.</p>
<?php
require "bottom.php";