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
Referrer Statistics Details »»
Referrer Statistics
Version: 1.3.1, by akanevsky akanevsky is offline
Developer Last Online: Feb 2016 Show Printable Version Email this Page

Version: 3.5.x Rating:
Released: 12-06-2005 Last Update: 11-22-2006 Installs: 291
Uses Plugins
Additional Files  
No support by the author.

I no longer support my hacks. Please feel free to update them and release new versions elsewhere as long as I get the credit for the original modification.

/*==================================*\
|| Referrer Statistics
||
|| Author : Anton Kanevsky
|| Works on : vBulletin 3.5 / 3.6
|| Released : Nov 22, 2006
||
|| Time required to install: 30 seconds
|| Difficulty: easy
\*==================================*/

DESCRIPTION

The modification enchances your vBulletin community with a sophisticated listing of referrers and users they have referred.

STATISTICS

File Uploads: 1
Template Changes: 1
Products to Install: 1


FEATURES
  • Referrers are sorted first by the amount of referred users and then by username.
  • Referred users are sorted by username.
  • On top of the page, there is a message offering to invite more users, which is helpful in terms of expanding your community.
  • Automatic integration with vS-Invites System.
  • Graphical representation of the amount of users referred by each referrer as a percentage of total referred users.

VERSION HISTORY

1.3.1
[+] The modification is now officially compatible with vBulletin 3.6.0 and above.
[+] Internal optimization of code: the script now finishes loading twice as fast compared to the previous version.

1.3.0
[+] Corrected a bug, which caused numerous error messages on a board with no referrers.
[+] Corrected a bug, which caused bar widths to be displayed incorrectly at 100%.

1.2.0
[+] Separate phrasegroup for the phrases used solely by this modification.
[+] Redesigned visual look.

1.1.0
[+] Corrected a minor template bug.

1.0.0
Initial Release

The installation manual is contained within the attached file.

IF YOU LIKE MY HACK, PLEASE CLICK INSTALL

Show Your Support

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

Comments
  #32  
Old 12-11-2005, 02:21 PM
VB-STYLE VB-STYLE is offline
 
Join Date: Jun 2005
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Warning: krsort() expects parameter 1 to be array, null given in /referrers.php on line 132

Warning: Invalid argument supplied for foreach() in /referrers.php on line 134

any ideas for my problems please?
Reply With Quote
  #33  
Old 12-11-2005, 02:25 PM
akanevsky akanevsky is offline
 
Join Date: Apr 2005
Posts: 3,972
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm... Will the following fix the problem?

In referrers.php, find

PHP Code:
unset($refusercache); 
add above:

PHP Code:
if (!is_array($a_refusercache))
{
    eval(
standard_error(fetch_error('sorry_but_there_are_no_referrers_on_this_board')));

Reply With Quote
  #34  
Old 12-11-2005, 04:12 PM
VB-STYLE VB-STYLE is offline
 
Join Date: Jun 2005
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's working fine now thanks.
Reply With Quote
  #35  
Old 12-11-2005, 05:11 PM
akanevsky akanevsky is offline
 
Join Date: Apr 2005
Posts: 3,972
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

UPDATE: Version 1.3.0

See changelog for details.
To upgrade, overwrite product XML and re-upload referrers.php.
Reply With Quote
  #36  
Old 12-11-2005, 05:46 PM
LBSources LBSources is offline
 
Join Date: Nov 2005
Location: New York
Posts: 329
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

works great! thanks..

INSTALLED clicked
Reply With Quote
  #37  
Old 12-12-2005, 11:04 AM
harry1951 harry1951 is offline
 
Join Date: May 2005
Location: Alkmaar (Cheesetown)
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Seems that it is not working correctly. I invited some people with your inviteshack. I see in my UCP that they accepted and registered, but I don't see them in the stats...
Reply With Quote
  #38  
Old 12-12-2005, 05:44 PM
akanevsky akanevsky is offline
 
Join Date: Apr 2005
Posts: 3,972
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It is working fine for me..
Reply With Quote
  #39  
Old 12-14-2005, 11:12 AM
harry1951 harry1951 is offline
 
Join Date: May 2005
Location: Alkmaar (Cheesetown)
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*clicks uninstall*
Reply With Quote
  #40  
Old 12-14-2005, 08:37 PM
akanevsky akanevsky is offline
 
Join Date: Apr 2005
Posts: 3,972
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Since you clicked uninstall, you won't receive any support from now on.
Even though I know what the cause of the problem is.
You might want to check out the last item in the FAQ post of invite system hack though.
Reply With Quote
  #41  
Old 12-14-2005, 08:51 PM
akanevsky akanevsky is offline
 
Join Date: Apr 2005
Posts: 3,972
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Fine with me, as it's your loss. Keep in mind that none of the other referrer statistics hacks will show new registrants, nor will any other invite hacks mark users as referrers, because of a particular setting on your board (particular = known to me) (and not because this or any other hack is poorly written).
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 12:35 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.08488 seconds
  • Memory Usage 2,303KB
  • Queries Executed 25 (?)
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_php
  • (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