Jump to content

Search the Community

Showing results for tags 'advanced bug tracker'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • xTibia - Notícias e Suporte
    • Regras
    • Noticias
    • Soluções
    • Projetos Patrocinados
    • Tutoriais para Iniciantes
    • Imprensa
  • OTServ
    • Notícias e Debates
    • OTServlist
    • Downloads
    • Recursos
    • Suporte
    • Pedidos
    • Show-Off
    • Tutoriais
  • OFF-Topic
    • Barzinho do Éks
    • Design
    • Informática

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Sou

Found 1 result

  1. [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
×
×
  • Create New...