block doesnt show how many members are on online

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   block doesnt show how many members are on online
kpopper
CZ Super Newbie
kpopper has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Apr 02, 2004
0.01 posts per day
Posts: 56
Points: 3,090
   
hi for some reason any blocks which are supposed to display how many members/guests are online dont seem to be working, it was working before but after my move to a new server, it just didnt work anymore.

take a look at kpopper.com, i know there are people online, but it doesnt show how many.



Back to top Reply with quote
#2   re: block doesnt show how many members are on online
drako
CZ Super Newbie
drako has been a member for over 19 year's 19 Year Member
usa.gif missouri.gif
Occupation: Netwrok Admin
Age: 45
Gender: Male
Website:
Status: Offline
Joined: Oct 06, 2004
0.01 posts per day
Posts: 42
Points: 4,079
  MSN Messenger 
OK the user online (info center) not working do to the sesson table being bad in NUKE.

your nuke_session table is probably corrupt.
if you select your nuke_session table, you will probably get this message:

#1016 - Can't open file: 'nuke_session.MYI'. (errno: 145)

you need to drop the table and rebuild it.

To drop, click drop.
to rebuild, run this SQL query (change the "nuke" prefix to whatever prefix you are using)


CREATE TABLE nuke_session (
   uname varchar(25) NOT NULL,
   time varchar(14) NOT NULL,
   host_addr varchar(48) NOT NULL,
   guest int(1) DEFAULT '0' NOT NULL,
   KEY time (time),
   KEY guest (guest)
);



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum