View Single Post
braak0327
AlliedModders Donor
Join Date: Dec 2012
Location: NORT....SOUTH KOREA
Old 08-04-2014 , 08:11   Re: [ANY] Player Analytics
Reply With Quote #173

Quote:
Originally Posted by jpwanabe View Post
You should try typing that again in an understandable way this time. I would love to help, but I don't know what you asked.
sorry for my poor english skill

I mean my DB already have name called "users" table

and this plugins web analytics page need import servers.sql, users.sql

in users.sql

CREATE TABLE IF NOT EXISTS `users` (
`username` varchar(30) NOT NULL,
`password` varchar(32) DEFAULT NULL,
`userid` varchar(32) DEFAULT NULL,
`userlevel` tinyint(1) unsigned NOT NULL,
`email` varchar(50) DEFAULT NULL,
`timestamp` int(11) unsigned NOT NULL,
`valid` tinyint(1) unsigned NOT NULL DEFAULT '0',
`name` varchar(50) DEFAULT NULL,
`hash` varchar(32) NOT NULL,
`hash_generated` int(11) NOT NULL,
PRIMARY KEY (`username`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

already have table name users so I can't import this sql file

now can you understand what is my problem?
__________________
I'M KIMCHI
braak0327 is offline
Send a message via Skype™ to braak0327