jamesread / lanlist

http://lanlist.info - A List of LAN parties.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lanlist.org

A list of LAN Parties.

Development

This code was first created in approx 2013 or something like that. It's functional, just a bit of a sign of the times.

composer update should be all you need to get things running, and a includes/config.php file.

<?php

define('DB_DSN', 'mysql:host=localhost;dbname=lanlist');
define('DB_USER', 'lanlist');
define('DB_PASS', 'sekrit');

?>

The database is provided in schema.sql.

About

http://lanlist.info - A List of LAN parties.

License:GNU Affero General Public License v3.0


Languages

Language:PHP 73.6%Language:Smarty 17.9%Language:CSS 5.0%Language:JavaScript 2.0%Language:Python 1.0%Language:Hack 0.4%Language:Shell 0.1%Language:Makefile 0.1%