AquaFlameCMS 1.5 aka CMS 1 is a free template with working PHP code + Forum for Private severs. It's a CMS for all your needs as an admin. Easy 2 Setup, Friendly with incredible support!
Aquaflame...continuing the donation system
Site DB needs to be modified in the table "users"
for this:
define("TABLE_NAME", "users"); //Nombre de la tabla que contiene los datos de cuenta
define("ACCOUNTFIELD", "login"); //Nombre del campo que guarda el login de la cuenta Name of the field that stores the login account
define("COINS_FIELD", "donation_points"); //Nombre del campo que guarda los creditos comprados
or move the column "donation_points" database to "Auth"
Aquaflame...continuing the donation system Site DB needs to be modified in the table "users" for this: define("TABLE_NAME", "users"); //Nombre de la tabla que contiene los datos de cuenta define("ACCOUNTFIELD", "login"); //Nombre del campo que guarda el login de la cuenta Name of the field that stores the login account define("COINS_FIELD", "donation_points"); //Nombre del campo que guarda los creditos comprados
or move the column "donation_points" database to "Auth"