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
e-steki Profile Stats v1.0.1 Details »»
e-steki Profile Stats v1.0.1
Version: 1.0.1, by Lea Verou Lea Verou is offline
Developer Last Online: Jul 2012 Show Printable Version Email this Page

Category: Statistics Modifications - Version: 3.6.8 Rating:
Released: 08-17-2007 Last Update: 08-18-2007 Installs: 69
Uses Plugins Template Edits
Additional Files  
No support by the author.

What does this do?
This unique statistics mod, displays various user-oriented statistics, even from custom fields! Refer to the features & the statistics section for more information.

Admin Features
  1. No template modifications. If you don't want to place the link in the Quick Links menu, there is an option to disable the automatic template edit and perform it yourself.
  2. Fully phrased.
  3. You can turn on/off every single statistic, so that the hack fits your needs 100%.
  4. A nice, usable and extensive manual instead of an ugly readme.txt ;-)
Types of statistics displayed (in order of appearance)
  1. Custom fields (you can enable/disable all custom fields or specify which custom fields you want the script to show).
  2. Age statistics (you can enable/disable this and also specify the classes that the ages are sorted into)
  3. Age privacy statistics (you can enable/disable this)
  4. Email domain statistics (you can enable/disable this and also set the frequency it takes for a domain to appear separately)
  5. Timezone statistics (you can enable/disable this)
  6. Subscription statistics (you can enable/disable this)
  7. Number of posts per page statistics (you can enable/disable this)
Notes
  1. Supported for only a few days after each release.
  2. Please Mark as Installed if you use this (ehmm...you can also nominate it if you like it a lot ).
  3. Please do not request vBadvanced modules for its statistics.
  4. Be polite, its free, I don't owe you anything. Support issues with smilies and impolite wording will be ignored.
Screenshots
I wasn't able to upload the main screenshot via the attachment system due to its long size, and the other one was badly resized, so here they are from my server:
Main:

Settings:

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
EWGF

Comments
  #2  
Old 08-18-2007, 09:30 PM
Lea Verou Lea Verou is offline
 
Join Date: Jul 2005
Location: Greece
Posts: 1,856
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

First post reserved.
Reply With Quote
  #3  
Old 08-18-2007, 09:38 PM
cynthetiq's Avatar
cynthetiq cynthetiq is offline
 
Join Date: Jul 2005
Location: NYC
Posts: 190
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You are trying to kill me with your awesome mods!!!! I love your mods, they are so useful.

Thank you for your hard work and dedication.

I'll be installing shortly.
Reply With Quote
  #4  
Old 08-18-2007, 09:41 PM
Lea Verou Lea Verou is offline
 
Join Date: Jul 2005
Location: Greece
Posts: 1,856
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cynthetiq View Post
You are trying to kill me with your awesome mods!!!! I love your mods, they are so useful.

Thank you for your hard work and dedication.

I'll be installing shortly.
Thank you so much, its always nice to hear some kind words
In fact, I need them for my site, and I decided to release most of those that are about vBulletin itself.
Inform me if you find any bugs.
Reply With Quote
  #5  
Old 08-18-2007, 09:53 PM
iogames's Avatar
iogames iogames is offline
 
Join Date: Jan 2007
Location: Las Vegas, NV.
Posts: 1,433
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You have a strange case of 'double-brain' I found your Mods so tempting
Reply With Quote
  #6  
Old 08-18-2007, 09:57 PM
Lea Verou Lea Verou is offline
 
Join Date: Jul 2005
Location: Greece
Posts: 1,856
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by iogames View Post
You have a strange case of 'double-brain' I found your Mods so tempting
If that's a good thing, thanks, but what's a double-brain?
Reply With Quote
  #7  
Old 08-18-2007, 10:02 PM
goblues goblues is offline
 
Join Date: Aug 2004
Posts: 145
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
Database error in vBulletin 3.6.8:

Invalid SQL:

		SELECT
			user.userid as userid,
			options,
			birthday,
			showbirthday,
			email,
			timezoneoffset,
			autosubscribe,
			maxposts
			,
		FROM vb3_userfield
		INNER JOIN vb3_user as user USING (userid);

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM vb3_userfield
		INNER JOIN vb3_user as user USING (userid)' at line 11
Error Number : 1064
Date         : Saturday, August 18th 2007 @ 07:00:43 PM
Script       : http://www.xxxxxxxxxxx.com/forum/profilestats.php
Referrer     : http://www.xxxxxxx.com/forum/
IP Address   : 
Username     :
Classname    : vb_database
Any suggestions? By the way, love your mods as well!
Reply With Quote
  #8  
Old 08-18-2007, 10:08 PM
Lea Verou Lea Verou is offline
 
Join Date: Jul 2005
Location: Greece
Posts: 1,856
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by goblues View Post
Code:
Database error in vBulletin 3.6.8:

Invalid SQL:

        SELECT
            user.userid as userid,
            options,
            birthday,
            showbirthday,
            email,
            timezoneoffset,
            autosubscribe,
            maxposts
            ,
        FROM vb3_userfield
        INNER JOIN vb3_user as user USING (userid);

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM vb3_userfield
        INNER JOIN vb3_user as user USING (userid)' at line 11
Error Number : 1064
Date         : Saturday, August 18th 2007 @ 07:00:43 PM
Script       : http://www.xxxxxxxxxxx.com/forum/profilestats.php
Referrer     : http://www.xxxxxxx.com/forum/
IP Address   : 
Username     :
Classname    : vb_database
Any suggestions? By the way, love your mods as well!
Its something with the custom fields.
What are your settings?

PS: Also, I just noticed a small bug with the mail: If the setting "Minimum frequency for an email domain to appear on its own" is set to a quite high number (eg you have six members only and its set to 4) nothing appears on the email table.

I'll look into these issues in ~2 hours (my bf will start yelling if I take longer, I have promised that we watch a movie right after I release this )

PS2: Thanks for loving my mods!
Reply With Quote
  #9  
Old 08-18-2007, 10:11 PM
goblues goblues is offline
 
Join Date: Aug 2004
Posts: 145
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

All of the settings are default. Go spend some quality time with your man, you deserve it

I'll check into this on my end and report back.
Reply With Quote
  #10  
Old 08-18-2007, 10:14 PM
Sulaiti Sulaiti is offline
 
Join Date: Mar 2002
Location: Qatar
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great ..

Thanks ..
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 02:23 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07813 seconds
  • Memory Usage 2,310KB
  • Queries Executed 23 (?)
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
  • (2)bbcode_code
  • (3)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
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (1)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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