Sistema de usuários online
Um super sistema de usuários online sem nenhuma propaganda minha.. utiliza mysql!! sem contar que ele é PERFEITO e muito funcional!! e com manual de instalação super direto!! Vlw galera T+
Data | Autor | Changelog | Download |
---|---|---|---|
05/02/2005 1:53pm | Rafael Gontijo Hamdan | - | Versão 1.0 |
ao criar a tabela está dando o seguinte erro:
#1072 - Key column 'file' doesn't exist in table
#1072 - Key column 'file' doesn't exist in table
11/02/2005 11:54am
(~20 anos atrás)
CREATE TABLE useronline (
timestamp int(15) DEFAULT '0' NOT NULL,
ip varchar(40) NOT NULL,
arquivo varchar(100) NOT NULL,
PRIMARY KEY (timestamp),
KEY ip (ip),
KEY arquivo (arquivo)
);