360voice Mod release 04/14/2007
-------------------------------------
Copyright (C) 2007 by Steven L. Reid

Description:

This Mod utilizes the 360voice (http://www.360voice.com) API to gather and display information on a user's Xbox 360 Gamertag.

Installation:

1. Upload the cgi-bin/mods/360voice and its contents into your cgi-bin/mods folder.

2. CHMOD any .cgi file to 755 (index.cgi and admin.cgi)

3. Run Mod Manager and edit any configuration items.

4. Edit your cgi-lib/plugins.pl and add these lines to the appropriate plugins block:

  require("$mods_dir/360voice/360voice.cgi");
  boxtop($v3_title);
  display_360voice();
  boxbottom();

5. Reload your site and enjoy the show.

Special Thanks:

To the great folks at web-app.net for all their support and help.

Changes:

R1 04/14/2007 - Initial Release.

License:

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
