/***************************************************************************** * Copyright (c)2004 badpenguins.com * * Distributed under the terms of the GNU General Public License v2 * * Created 2004-09-09 Mike Green * *****************************************************************************/ Welcome to KarmaPools 0.0.1, please see the files AUTHORS and COPYING for copyright and licensing information. KarmaPools is released under the GNU GPL. To install, import the date_pools.sql. It will attempt to create the database date_pools if you have sufficient db rights. Otherwise get someone to create the database for you and import the sql script: mysql -u whoever -p date_pools grant all privileges on date_pools.* to dbuser@localhost identified by 'password'; mysql> flush privileges; Edit includes/globals.php - change the database settings and default site title to suit your needs. register_globals has to be turned on in php. Development happens on php 4.3.8/apache 1.3.28. Create your account: http://yourwebsite.com/karmapools/?a=ca Manually set your account to admin level. From a mysql prompt it will look like this: mysql> update pool_users set user_level='admin' where user_name='yourusernameyoucreated'; Create your first pool: http://yourwebsite.com/karmapools/?a=cp Bam, you're in.