Aardvark Topsites PHP 5.0 Manual

This manual is for Aardvark Topsites PHP 5.0.x. Manuals for other versions:
5.2.x | 5.1.x | 5.0.x | 4.2.x | 4.1.x | 4.0.x | 3.2.x

W3Counter Web Stats

Menu

Install

Features

Skins

Support

Syndication

You can display a compact version of your topsites list on any website. It can be included with PHP or SSI.

PHP (may only work in .php files):
<?php include 'topsites_path/ssi.php'; ?>

SSI (may only work in .shtml files):
<!--#include file="topsites_path/ssi.php" -->

By default, ssi.php will display the top 5 members. If you want a different number displayed, replace ssi.php with ssi.php?num=10.

If you would like to display the newest members of your topsites list instead of the most popular, use ssi.php?a=new. That will display the 5 newest members of your topsites list; to display a different number of members, use ssi.php?a=new&num=10.

To customize how it looks, edit ssi_top.html, ssi_top_row.html, ssi_new.html, and ssi_new_row.html.