Lester Chan's Forums
07 September 2008, 13:53 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Lester Chan’s WordPress Plugins July 2008 Update
 
   Home   Help Search Login Register  
Pages: [1] 2   Go Down
  Print  
Author Topic: Problems getting WP-UserOnline working. Please help!!  (Read 8674 times)
0 Members and 1 Guest are viewing this topic.
GaMerZ
lesterchan.net
Administrator
*****
Offline Offline

Posts: 7,089



View Profile WWW
« Reply #7: 17 March 2007, 07:57 »

Try running this query:
Code:
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`)
)
Logged


++ lesterchan.net - Lester Chan's Website

I DO NOT provide support for any modifications of any plugin to meet your needs/requirements, unless it is a paid job and I have the time to do it due to the large number of request.
Pages: [1] 2   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
Page created in 0.029 seconds with 23 queries.