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

Reply
 
Thread Tools
Visit Statistics 1.1 - Visit Counter for vBulletin Details »»
Visit Statistics 1.1 - Visit Counter for vBulletin
Version: 1.1, by sunrise2006 sunrise2006 is offline
Developer Last Online: Jan 2018 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.6.5 Rating:
Released: 04-16-2007 Last Update: 04-19-2007 Installs: 176
Uses Plugins
Additional Files  
No support by the author.

Please remember to click Mark as Installed if you use this modification.

Introduction & Description:
Perhaps you would like to understanding some visitors were visited your forum on day, yesterday and altogether.
This product allows you to show were some visitors your forum on today, yesterday and altogether in forum home.

Changes on version 1.1:
1. Modification is more flexible such as:
- You can customize the date format of Most Day
- or showing the most day as Today/Yesterday
- You can customize show the element on Visit Statistics area.
2. Some problems is solved.

Installation:
Step1 - Upload images/vs to YOUR_FORUM_PATH/images/vs
- Upload includes/xml to YOUR_FORUM_PATH/includes/xml
Step2 - Import the product file visit_statistics.xml and you are done.

Upgrade from 1.0:
Step1 - Upload images/vs to YOUR_FORUM_PATH/images/vs
- Upload includes/xml to YOUR_FORUM_PATH/includes/xml
Step2 - Import the product file visit_statistics.xml with Allow Overwrite and you are done.

Change log:
- 1.0 released on 17 April, 2007
- 1.1 released on 20 April, 2007

Download history:
Version 1.0 - English: 100 times
Version 1.0 - Persian: 4 times

Click install to receive support & updates.

Supporters / CoAuthors

Show Your Support

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

Comments
  #82  
Old 07-25-2007, 02:14 PM
8utt 8utt is offline
 
Join Date: Aug 2004
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

lo, not sure if this is allowed as such but I've modified your hack to take into account the sessionhash so it only updates the counter for a unique session.

IF you want the changes just let me know.

Thanks
Reply With Quote
  #83  
Old 07-30-2007, 01:19 PM
momo2 momo2 is offline
 
Join Date: Feb 2007
Posts: 327
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can I have it added to the vb statistic, so it will be one for all...
Reply With Quote
  #84  
Old 12-25-2007, 05:40 AM
ParsianSat_Net ParsianSat_Net is offline
 
Join Date: Sep 2007
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks,very good
مرسی آقا ایول داری
Reply With Quote
  #85  
Old 12-31-2007, 03:14 PM
vnairp11 vnairp11 is offline
 
Join Date: Jul 2007
Posts: 138
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i need to manually edit the template what's the hook i have to place in the template? this mod isn't showin up for me without manual template edits.
Reply With Quote
  #86  
Old 01-01-2008, 08:38 PM
sunrise2006's Avatar
sunrise2006 sunrise2006 is offline
 
Join Date: Feb 2006
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by vnairp11 View Post
i need to manually edit the template what's the hook i have to place in the template? this mod isn't showin up for me without manual template edits.
Manually edit Visit Statistics for FORUMHOME template:
In FORUMHOME template find this or some like this:
HTML Code:
<!-- end logged-in users -->
After add this:
HTML Code:
<!-- Visit Statistics - by www.gtpland.com -->
<tbody>
    <tr>
        <td class="thead" colspan="2">
            <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_vs')"><img id="collapseimg_forumhome_vs" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_vs].gif" alt="" border="0" /></a>
            <a href="index.php?do=vs">$vs_title</a>
        </td>
    </tr>
</tbody>
<tbody id="collapseobj_forumhome_vs" style="$vbcollapse[collapseobj_forumhome_vs]">
    <tr>
          <td class="alt2"><a href="index.php?do=vs&get=today"><img src="$stylevar[imgdir_vs]/icon.gif" alt="$vs_today_title" border="0" /></a></td>
      <td class="alt1" width="100%">
          <div class="smallfont">
        <if condition="$vs_today">$vs_today_title: $vs_today</if><if condition="$vs_yesterday">$vsy_sep$vs_yesterday_title: $vs_yesterday</if><if condition="$vs_total">$vst_sep$vs_total_title: $vs_total</if>   
        <if condition="$vs_most"><br />$vs_most</if>
        </div>
      </td>
    </tr>
</tbody>
<!-- end Visit Statistics -->
Good luck.
Reply With Quote
  #87  
Old 01-02-2008, 06:03 AM
shcchief shcchief is offline
 
Join Date: Nov 2007
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice work...few questions though.

1. How do I change the wording of "Most day" to something else?

2. The problem raised earlier where the counter increases every time refresh is clicked, has this been solved? That issue is now 6 months old.

3. When I click on the statistics area, a message appears "Visit Statistics advanced page coming in next version". Is this meant to happen?

Thanks (and again, nice work).
Reply With Quote
  #88  
Old 01-02-2008, 11:37 AM
sunrise2006's Avatar
sunrise2006 sunrise2006 is offline
 
Join Date: Feb 2006
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by shcchief View Post
Nice work...few questions though.

1. How do I change the wording of "Most day" to something else?

2. The problem raised earlier where the counter increases every time refresh is clicked, has this been solved? That issue is now 6 months old.

3. When I click on the statistics area, a message appears "Visit Statistics advanced page coming in next version". Is this meant to happen?

Thanks (and again, nice work).
1. Yes, you can change the phrases that you want.
Phrase list of Visit Statistics 1.1
Code:
visit_statistics
vs_comingnext
vs_mostday
vs_today
vs_total
vs_yesterday
2. Yes, in new version (working on it now) there is a option that you want.
3. Yes, in new version the advanced page is come.
Thanks.
Reply With Quote
  #89  
Old 01-31-2008, 10:19 PM
Hannan Hannan is offline
 
Join Date: Jan 2008
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank u dude, you are the best
I'm waiting for the next version
Reply With Quote
  #90  
Old 02-16-2008, 06:25 PM
IrPr IrPr is offline
 
Join Date: Mar 2005
Posts: 351
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

merci hamed jan
suggestion: use userids for logged in members and cookies for guest to track both page views and unique visits daily
Reply With Quote
  #91  
Old 02-18-2008, 12:39 PM
sunrise2006's Avatar
sunrise2006 sunrise2006 is offline
 
Join Date: Feb 2006
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks my friend.
In new version I provide some features that this possibility is exists on it, but I waiting for the latest version of vBulletin that is 3.7 and I will be release the new version of Visit Statistics when I fully tested it.
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 09:55 AM.


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.10346 seconds
  • Memory Usage 2,318KB
  • Queries Executed 26 (?)
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
  • (1)bbcode_code
  • (2)bbcode_html
  • (2)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
  • (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_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