Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Who Viewed My Profile Details »»
Who Viewed My Profile
Version: 1.0.4, by Andreas Andreas is offline
Developer Last Online: Jan 2023 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 07-06-2005 Last Update: 12-29-2007 Installs: 364
DB Changes Uses Plugins Template Edits
Is in Beta Stage  
No support by the author.

Who Viewed My Profile
Description
This Hack logs Profile Views and displays the last X Visitors.
It has settings for Flood Control, showing Unique Visitors and several Permissions (Can See Profile Views, Can see others Profile Views, Log Profile Views for Usergroup, Log Profile Views made by Usergroup).
It also takes care of invisible Users: They will be logged, but only shown to those who can see hidden Users.

Details
1 Product XML with 3 Queries, 3 Settings, 9 Phrases, 2 Templates and 3 Plugins
1 Bitfield XML
2 Template Edits

History
1.0.0
Initial Version
1.0.1
Fixed a Bug that caused an SQL Error upon installation on Systems that use Table-Prefixes
1.0.2
Fixed a Bug that caused an SQL Error when Floodcheck was enabled
1.0.3
Fixed a slight Bug for Permissions checks and updated for RC1 compatibiality
Please note: This Hack does only work for vBulletin 3.5.0 RC1 and up!
1.0.4
Fixed a slight typo that caused logging self-views in very rare cases

Important Note
This Add-on is no longer developed as vBulletin 3.7 contains similar built-in functionality.
You can use the attached product-profileviewsconvert.xml to convert existing data into vBulletin 3.7 format.
If you uninstall this hack before convertig the data, all existing data will be lost!

Please only click Install if you actually have installed/are using this Hack, and click Uninstall when you don't use it any longer!

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #132  
Old 03-26-2006, 11:41 PM
yayvb's Avatar
yayvb yayvb is offline
 
Join Date: Feb 2005
Location: CT
Posts: 192
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Andreas
Depending on your settings, every single view might get logged.
Thanks Andreas. What I mean is I have it logging guest views, but I notice that on some people's profiles instead of saying like 50 views and showing Guest, Me, another user, etc. It may show Guest, me, Guest, Guest,....

So it may show Guest listed a few times but on other profiles it only says Guest once. Obviously if there are 50 profiles and it shows Guest once and a few other usernames, the GUESTS aren't showing up in multiple lines. However I've seen as many as 3 Guests on 3 seperate lines on the Profile Views thing.

I guess I will show a screenshot at a later time because I am going through them to take a screenshot and I don't see this now. :banana: haha I'm not kidding or going insane, I have seen guests listed more than once on several people's profile views things. Oh well, I'll shut up. I'll chime back in with a screenshot if I notice it again.:knockedout:
Reply With Quote
  #133  
Old 03-26-2006, 11:48 PM
yayvb's Avatar
yayvb yayvb is offline
 
Join Date: Feb 2005
Location: CT
Posts: 192
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by shadowdancer36
Thanks for your help Could you tell me exactly how I should place it? Here's the code needed for the slide menu (which is java btw)

Code:
ssmItems[4]=["Who's Online?", "http://www.mysite.com/forum/online.php", ""]
Here's what I put which didn't work.

Code:
ssmItems[5]=["Who Saw Your Profile?", "<a href="#" onclick="openWindow('misc.php?do=profileviews', 300, 400); return false;"></a>", ""]
What did I do wrong?
Ok because whatever script you are showing the above code from is unfamiliar to me, i can't help too much, especially with a popup type element. Try something like this:
Code:
ssmItems[5]=["Who Saw Your Profile?", "http://www.mysite.com/forum/misc.php?do=profileviews", ""]
That won't open a popup window though. If you want it to open in a seperate window you can try this although like I said I'm not familiar with that particular script.
Code:
ssmItems[5]=["Who Saw Your Profile?", "http://www.mysite.com/forum/misc.php?do=profileviews", "_blank"]
Reply With Quote
  #134  
Old 03-27-2006, 11:55 PM
shadowdancer36 shadowdancer36 is offline
 
Join Date: Nov 2005
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well they both sent me to the edit options screen. This is the slide menu I'm using : http://www.dynamicdrive.com/dynamicindex1/davidmenu.htm

I take that back. I was looking under the wrong style Thanks yayvb
Reply With Quote
  #135  
Old 03-28-2006, 12:21 PM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by yayvb
Thanks Andreas. What I mean is I have it logging guest views, but I notice that on some people's profiles instead of saying like 50 views and showing Guest, Me, another user, etc. It may show Guest, me, Guest, Guest,....

So it may show Guest listed a few times but on other profiles it only says Guest once. Obviously if there are 50 profiles and it shows Guest once and a few other usernames, the GUESTS aren't showing up in multiple lines. However I've seen as many as 3 Guests on 3 seperate lines on the Profile Views thing.

I guess I will show a screenshot at a later time because I am going through them to take a screenshot and I don't see this now. :banana: haha I'm not kidding or going insane, I have seen guests listed more than once on several people's profile views things. Oh well, I'll shut up. I'll chime back in with a screenshot if I notice it again.:knockedout:
Show only uniqe Visitors = Yes
?
Reply With Quote
  #136  
Old 03-30-2006, 04:15 AM
makemedie makemedie is offline
 
Join Date: Oct 2005
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Andreas
Well, just delete the bitfield XML and rebuild bitfields.
Thanks a LOT. That worked.

I digged your plugin, only thing is I'm installing new skins at the moment so had to remove it. Will be installing it back on as soon as I get all my skins installed.

Cheers for that! :banana:
Reply With Quote
  #137  
Old 03-31-2006, 09:49 AM
Nathan2006's Avatar
Nathan2006 Nathan2006 is offline
 
Join Date: Feb 2006
Location: UK
Posts: 862
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you Andreas

Works great!

Install
Reply With Quote
  #138  
Old 04-02-2006, 06:10 AM
yayvb's Avatar
yayvb yayvb is offline
 
Join Date: Feb 2005
Location: CT
Posts: 192
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I must've came to vb 100 times over the past few days ready to upload my screenshot and completely got sidetracked each time.

Here's what I'm talking about. I can't seem to get it to stop doing this.
Reply With Quote
  #139  
Old 04-18-2006, 12:11 AM
freefallu freefallu is offline
 
Join Date: Apr 2006
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Andreas,

This is my third post here in vb...org

I love the idea and have almost got it working. I have clicked install as it mostly isntalled except in the user profile I cant get the part where somebody clicks on the link " profile views " to get the above image pop up and show them a list of who looked at it. Im sure its something simple that Im missing. I have looked back through this thread but cant see anything that might help ?

David
Reply With Quote
  #140  
Old 04-20-2006, 02:14 AM
freefallu freefallu is offline
 
Join Date: Apr 2006
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any ideas ?
Reply With Quote
  #141  
Old 04-23-2006, 02:15 PM
r0ckstar r0ckstar is offline
 
Join Date: Apr 2006
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Everytime a member tries to view a profile they get this error

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/theeyorg/domains/mywebsite.com/public_html/member.php(653) : eval()'d code on line 166

Can anyone help I think the problem lies in the MEMBERINFO template
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:28 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04826 seconds
  • Memory Usage 2,311KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete