Menu

Tree [r1] /
 History

HTTPS access


File Date Author Commit
 client 2008-12-21 jshultz [r1] Initial import
 lib 2008-12-21 jshultz [r1] Initial import
 README 2008-12-21 jshultz [r1] Initial import
 config.php 2008-12-21 jshultz [r1] Initial import
 constants.php 2008-12-21 jshultz [r1] Initial import
 index.php 2008-12-21 jshultz [r1] Initial import
 submit.php 2008-12-21 jshultz [r1] Initial import
 trivia_db.sql 2008-12-21 jshultz [r1] Initial import

Read Me

Welcome to Facebook Trivia 

Here are directions to get you started. This code has no warranty. 
You are free to redistribute, modify and even call it your own.

Requirements
Linux
Apache
MySQL
PHP
Facebook application registered

Follow these instructions as the webserver user

1) download trivia.tar.gz to your web server's document root 
2) tar xvf trivia.tar.gz
3) mysql
4) create database trivia
5) exit
6) mysql trivia < trivia_db.sql
7) edit constants.php
8) edit config.php