Author |
Message |
sqzdog
Involved


Joined: Sep 22, 2003
Posts: 252
|
Posted:
Thu Oct 02, 2003 12:13 pm |
|
There is a user on my site right now and it says their name is: test (H)
I don't have a user in my member list with that name and have never seen the (H) thing before. What does this mean? |
|
|
|
 |
blith
Client

Joined: Jul 18, 2003
Posts: 977
|
Posted:
Thu Oct 02, 2003 12:48 pm |
|
If you are using the block from this site it means he has chosen the option to be hidden. Since you are an admin you can see his name and the H Everyone else will not even see his name. The option can be chosen in the members account |
|
|
|
 |
sqzdog

|
Posted:
Thu Oct 02, 2003 1:00 pm |
|
Ok, but his name is coming up as "Guest" I don't have a member in the memberlist with that name. |
|
|
|
 |
blith

|
Posted:
Thu Oct 02, 2003 1:49 pm |
|
Looks like you have someone that is not registered... hmmm not sure about that. |
|
|
|
 |
sqzdog

|
Posted:
Thu Oct 02, 2003 1:51 pm |
|
Maybe if a registered member remains hidden, then by default their name would pop up as "Guest" to the admin? I don't, just kinda weird. I'll review all my members to see which ones have selected "hidden" |
|
|
|
 |
blith

|
Posted:
Thu Oct 02, 2003 1:55 pm |
|
No I have a registered member who is hidden and to the Admin it shows his name and then (H) after it... sounds like a non-registered guest to me. |
|
|
|
 |
fury
Worker


Joined: Sep 09, 2003
Posts: 165
|
Posted:
Thu Oct 02, 2003 1:56 pm |
|
another thing is have you ever deleted a member or had to redo your sql database for this will show up if the user has been to your site before and still has the cookie from the last time they logged in.
Thanks
Fury |
|
|
|
 |
sqzdog

|
Posted:
Thu Oct 02, 2003 1:57 pm |
|
Ok, how is that possible? And how can they select to be hidden? |
|
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Thu Oct 02, 2003 3:39 pm |
|
There should be no way that you see someone named 'Guest' as a hidden member unless that user exists. If that is still happening, please zip your nuke_users and nuke_sessions tables and send them to me. Use phpMyAdmin and issue this queryCode:select * from nuke_users where username='guest';
| You do not need to capitalize guest because MySQL always does case insensitive searches. Did it bring back anything? |
|
|
|
 |
Raven

|
Posted:
Thu Oct 02, 2003 3:41 pm |
|
fury wrote: | another thing is have you ever deleted a member or had to redo your sql database for this will show up if the user has been to your site before and still has the cookie from the last time they logged in.
Thanks
Fury | Not to sure you're explaining yourself right here. Unless the user record exists in the database, the cookie will not be valid and will not show as a member. |
|
|
|
 |
sqzdog

|
Posted:
Thu Oct 02, 2003 3:54 pm |
|
Here's what came back: SQL-query :
Quote: | SELECT *
FROM nuke_users
WHERE username = 'guest' LIMIT 0 , 30 |
|
|
|
|
 |
Raven

|
Posted:
Thu Oct 02, 2003 4:00 pm |
|
Is there still a Guest entry showing Hidden? |
|
|
|
 |
sqzdog

|
Posted:
Thu Oct 02, 2003 4:45 pm |
|
|
|
 |
Raven

|
Posted:
Thu Oct 02, 2003 4:54 pm |
|
If it returns, please run that query again. Thanks. |
|
|
|
 |
fury

|
Posted:
Thu Oct 02, 2003 8:36 pm |
|
This is what i was referring. When i installed nuke 6.9 and was having problems, I had about 20 registered users. Then i decided to downgrade to nuke 6.7, When I did this i wiped out the database and started with a clean install. When the users that were already users from the old site still had the cookie from the old site and they showed up on the info blcok with and (H) next to their names. When i had theme delete their cookies and clear their cache they were fine. Understand that it did take the 200 seconds for their username to disappear for that is what i have the $past = time()-300; set to.
Thanks
Fury |
|
|
|
 |
Raven

|
Posted:
Thu Oct 02, 2003 8:41 pm |
|
Ahhh. OK, I see how that could happen. Thanks for clearing it up for me! |
|
|
|
 |
Admin32
Regular


Joined: Sep 14, 2003
Posts: 74
|
Posted:
Mon Oct 06, 2003 3:30 pm |
|
Raven,
Is there any way I can hide the IP addresses shown for each anonymous user? I'd prefer it not to show any Ip's in order to save space on the left column - similar to the way you have it. |
_________________ ___________________
Chris Partsenidis
Founder & Senior Editor
www.Firewall.cx
___________________ |
|
|
 |
Raven

|
Posted:
Mon Oct 06, 2003 3:33 pm |
|
There are 4 admin setting controls at the top of the block script that control that. Just read the comment block  |
|
|
|
 |
Admin32

|
Posted:
Mon Oct 06, 2003 3:40 pm |
|
Hmmm...
I've already checked that but failed to see it...
Here's the content of the first 4 lines in the block file:
/* Added user_avatar - 18 July 2003 Gaylen Fraley */
/* website http://www.gaylenandmargie.com/phpwebsite
Could it be I;ve got an older version ? |
|
|
|
 |
Raven

|
Posted:
Mon Oct 06, 2003 3:44 pm |
|
Probably. Get the latest d/l. |
|
|
|
 |
|