Textism

Refer 2.1 :: 27 NOV 03

Info regarding Refer spamming

What is it?

Refer is a web application that tracks incoming referrers (visitors who followed a link found elsewhere) to your website.

What does it do?

An up-to-the-minute list of referrers, in reverse chronological order, is displayed on a page. You can see Refer in use here.

What is required?

How can I tell if I have those?

Ask your hosting provider.

Will it work on blogspot?

No.

What’s new in the current version?

New in v. 2.1

New in v. 2.03

New in v. 2.02

New in v. 2.1

The database schema used by Refer 2.0 is entirely different from previous versions. It now runs using one optimised database table, and as such should run with a great deal more speed and stability. The code has been rewritten from scratch, repairing several loose problems in 1.x versions. People who experienced CPU seizures with Refer on FreeBSD or OpenBSD servers should now be free of such heartache.

Refer now has an option to auto-expire old referrers from the database, which should reduce disk consumption, and help keep Refer lean and mean.

How does one install it?

  1. Download refer21.tgz from the link at the right and extract it. Open the file refer.php in a text editor and fill in your database information and the handful of required preferences.
  2. FTP the Refer folder to your server (replacing all existing files if upgrading).
  3. Open a web browser, navigate to the directory in which you installed Refer, and load setupdb.php. In one step, it should create the required table in your database, and present instructions for recording referrers on your site.
  4. Carefully read the information given to you during installation regarding recording referrers.
  5. Once referrers have been recorded, you can view them at by loading index.php in the Refer directory in your browser.
  6. If you wish to syndicate your Refer list as RSS, then load index.php?format=rss in your newsreader of choice.
  7. Er, that’s it.

Referrers not being recorded?

Perhaps your pages are not PHP-aware. Create a text file in your web directory called .htaccess (if one exists already, open it) and paste the following inside in the file:
AddType application/x-httpd-php .html .htm