PHP Web Host - Quality Web Hosting For All PHP Applications $35/month $250/year (Unlimited) - $25/month - 200,000 impressions - Your Ad Could be Here - Click For Details
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.
Author Message
sqzdog
Involved
Involved


Joined: Sep 22, 2003
Posts: 252

PostPosted: Thu Oct 02, 2003 12:13 pm Reply with quote Back to top

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?
View user's profile Send private message Send e-mail
blith
Client


Joined: Jul 18, 2003
Posts: 977

PostPosted: Thu Oct 02, 2003 12:48 pm Reply with quote Back to top

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
View user's profile Send private message Visit poster's website
sqzdog
Involved
Involved


Joined: Sep 22, 2003
Posts: 252

PostPosted: Thu Oct 02, 2003 1:00 pm Reply with quote Back to top

Ok, but his name is coming up as "Guest" I don't have a member in the memberlist with that name.
View user's profile Send private message Send e-mail
blith
Client


Joined: Jul 18, 2003
Posts: 977

PostPosted: Thu Oct 02, 2003 1:49 pm Reply with quote Back to top

Looks like you have someone that is not registered... hmmm not sure about that.
View user's profile Send private message Visit poster's website
sqzdog
Involved
Involved


Joined: Sep 22, 2003
Posts: 252

PostPosted: Thu Oct 02, 2003 1:51 pm Reply with quote Back to top

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"
View user's profile Send private message Send e-mail
blith
Client


Joined: Jul 18, 2003
Posts: 977

PostPosted: Thu Oct 02, 2003 1:55 pm Reply with quote Back to top

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.
View user's profile Send private message Visit poster's website
fury
Worker
Worker


Joined: Sep 09, 2003
Posts: 165

PostPosted: Thu Oct 02, 2003 1:56 pm Reply with quote Back to top

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
View user's profile Send private message
sqzdog
Involved
Involved


Joined: Sep 22, 2003
Posts: 252

PostPosted: Thu Oct 02, 2003 1:57 pm Reply with quote Back to top

Ok, how is that possible? And how can they select to be hidden?
View user's profile Send private message Send e-mail
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Thu Oct 02, 2003 3:39 pm Reply with quote Back to top

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 query
Code:
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?
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Thu Oct 02, 2003 3:41 pm Reply with quote Back to top

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.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
sqzdog
Involved
Involved


Joined: Sep 22, 2003
Posts: 252

PostPosted: Thu Oct 02, 2003 3:54 pm Reply with quote Back to top

Here's what came back: SQL-query :
Quote:
SELECT *
FROM nuke_users
WHERE username = 'guest' LIMIT 0 , 30
View user's profile Send private message Send e-mail
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Thu Oct 02, 2003 4:00 pm Reply with quote Back to top

Is there still a Guest entry showing Hidden?
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
sqzdog
Involved
Involved


Joined: Sep 22, 2003
Posts: 252

PostPosted: Thu Oct 02, 2003 4:45 pm Reply with quote Back to top

no, its gone
View user's profile Send private message Send e-mail
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Thu Oct 02, 2003 4:54 pm Reply with quote Back to top

If it returns, please run that query again. Thanks.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
fury
Worker
Worker


Joined: Sep 09, 2003
Posts: 165

PostPosted: Thu Oct 02, 2003 8:36 pm Reply with quote Back to top

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
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Thu Oct 02, 2003 8:41 pm Reply with quote Back to top

Ahhh. OK, I see how that could happen. Thanks for clearing it up for me!
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Admin32
Regular
Regular


Joined: Sep 14, 2003
Posts: 74

PostPosted: Mon Oct 06, 2003 3:30 pm Reply with quote Back to top

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.
View user's profile Send private message Visit poster's website
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Mon Oct 06, 2003 3:33 pm Reply with quote Back to top

There are 4 admin setting controls at the top of the block script that control that. Just read the comment block Laughing
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Admin32
Regular
Regular


Joined: Sep 14, 2003
Posts: 74

PostPosted: Mon Oct 06, 2003 3:40 pm Reply with quote Back to top

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
Only registered users can see links on this board!
Get registered or login to the forums!


Could it be I;ve got an older version ?
View user's profile Send private message Visit poster's website
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Mon Oct 06, 2003 3:44 pm Reply with quote Back to top

Probably. Get the latest d/l.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.

View next topic
View previous topic
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
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum