Welcome to phpTourney - a script collection for first-person shooter online tournaments.

INFO
    Features:
  • Single- and Double-Elimination brackets with optional Qualifier.
  • Supports cropping screenshots in the browser (ImageMagick required).
  • TCL eggdrop script included for posting results and news-posts in IRC.

If you want to see the script in action, you can take a look at DuelMania.

For bug-reports and suggestions you can drop me a line: eb@REMOVEsubdevice.org.


DOWNLOAD

Here you can grab a copy of the phpTourney script. For installation and configuration hints see the included README for details.


FAQ

Q: I'm getting this message after installation: 'register_globals' has to be set to 'Off'. Where do I set it to off?
A: You set it to off either in the php.ini (in case you are server admin) or in a file called .htaccess in your installation dir with the following content: php_flag register_globals off


Q: How can I log in at the admin panel? I don't see how to get there or what the user name and pass is.
A: The standard setting out of the box is admin/password. You should proceed as follows:

  • First register a new account for you, i.e. username 'Foobar'.
  • Then log in with admin/password (that's the root user who can create sections and seasons).
  • Create a new section and a new season and choose as headadmin your 'Foobar' user. Maybe also change the password.
  • From then on you manage that new season with the 'Foobar' user.

2006-08-01 - SQL fixed
There were some unclean and also non-working tables in the included SQL-file. I exchanged those in the zip-file.

2006-05-01 - phpTourney 0.8.8
Fixed some bugs (see CHANGELOG)

2006-04-28 - phpTourney 0.8.7
Fixed some bugs (see CHANGELOG)

2006-03-26 - phpTourney 0.8.6
Fixed some bugs (see CHANGELOG)

2006-03-20 - phpTourney 0.8.5
Initial release...