Jeak / ggLog

Online Running Log
http://ko.kooia.info/ggLog/
2 stars 1 forks source link

ggLog

To Install, copy the neccesary scripts and html documents into a folder of your web server.
Demo at http://ko.kooia.info/ggLog/
Concept video available at: http://youtu.be/I5KrViMpEa4
Many of the files are for storing IP addresses, requiring SQLite.
Icons from Glyphicons, as integrated into Bootstrap 3.0 http://glyphicons.com/
Charts: Used Flotcharts

Contributors

Misc. Notes

When using, create a config.php file which includes this:

define("GG_HOST", "your mysql host");
define("GG_DATABASE", "your mysql database");
define("GG_TABLE", "your mysql table containing workouts");
define("GG_SEASONS", "your mysql table containing season info");
define("GG_PREFIX", "gg_ (or similar)");
define("GG_USERNAME", "username to your mysql database");
define("GG_PASSWORD", "password to your mysql database");

function gg_get_pdo()
{
  return new PDO("mysql:host=" . GG_HOST . ";dbname=" . GG_DATABASE, GG_USERNAME, GG_PASSWORD );
}

Current functions

Todo + Ideas

Bold indicates that an item is being worked on.

Parts of the user system