
IT'S WORKING!!!!
I ran this script from one of the other messages here in the forums:
CREATE TABLE `wp_useronline` (
`timestamp` int(15) NOT NULL default '0',
`userid` int(10) NOT NULL default '0',
`username` varchar(20) NOT NULL default '',
`displayname` varchar(255) NOT NULL default '',
`useragent` varchar(255) NOT NULL default '',
`ip` varchar(40) NOT NULL default '',
`location` varchar(255) NOT NULL default '',
`url` varchar(255) NOT NULL default '',
`type` enum('member','guest','bot') NOT NULL default 'guest',
UNIQUE KEY `useronline_id` (`timestamp`,`username`,`ip`,`useragent`)
);
and everything appears to be working perfectly. Thank you all for your help. Next to tackle countries online, and your info. I saw them somewhere in the forums. Man! This sure is the best way to learn something new isn't it!! Again thank you all, and once I get smart enough with all of this I'll be lending a hand as well as I can. Anyone have any ISA problems? Just let me know
