[Gesior ACC] Advanced Bug Tracker
(Créditos à Rodo)
> Screenshots
Respondendo como Administrador
Lista de BUGs
BUG Report
Baixe o arquivo que está no fim do tópico.
Extraia tudo para a pasta htdocs.
Vá em seu phpMyAdmin, na aba SQL, execute isso:
CREATE TABLE z_bug_tracker (
account varchar(255) NOT NULL,
`type` int(11) NOT NULL,
`status` int(11) NOT NULL,
`text` text NOT NULL,
id int(11) NOT NULL,
`subject` varchar(255) NOT NULL,
priority int(11) NOT NULL,
reply int(11) NOT NULL,
who int(11) NOT NULL,
uid int(11) NOT NULL AUTO_INCREMENT,
tag int(11) NOT NULL,
PRIMARY KEY (uid)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
DOWNLOAD