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
Shows List of other sites linked to your forum Details »»
Shows List of other sites linked to your forum
Version: 1.20, by payamix1 payamix1 is offline
Developer Last Online: Oct 2012 Show Printable Version Email this Page

Version: 3.5.3 Rating:
Released: 01-12-2006 Last Update: 01-22-2006 Installs: 76
DB Changes Uses Plugins Template Edits
 
No support by the author.

Released : 13 Jan 06

This plugin shows the websites linked to your forum on stat section of forumhome.
When you click on the site link, it redirects to the page where linked to your forum.
You can change number of top links in Admin CP.

UPDATED 1.20 : 16 Jan 06
changes in version 1.20

-----------------------
Referral Stat Page ...
Ability to remove refers

UPDATED 1.10 : 14 Jan 06
changes in version 1.10

-----------------------
Ignore Mail Servers ability via Admin CP (like us.f123.yahoo.com)
Ignore Spiders (MSNbot YAHOO GOOGLE) via Admin CP
Ignore List which Admin specifies via Admin CP
Change Sub Domain to Domain (aa111.bloger.com changes to www.bloger.com)
Bug fix (table error)

Show Your Support

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

Comments
  #32  
Old 01-18-2006, 05:09 AM
Mr.D Mr.D is offline
 
Join Date: Feb 2005
Posts: 91
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by payamix1
I don't know what is your problem with template, but it's possible to use only referral.php page and ignore template changes.

About showing your page as a referral, I think your forum placed in other sub domain, anyway you can censor your domain name in Admin CP to avoid insert your domain name in the list.
I have a right collumn on hqfun.com and when i put this code that needs to show me who is linking to me i got nothing you can see for your self on hqfun but when i put it below who is on it shows how is that?

<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('referral_links')"><img id="collapseimg_referral_links" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a>
$vbphrase[referral_links_title]
</td>
</tr>
</tbody>
<tbody id="collapseobj_referral_links" style="$vbcollapse[collapseobj_referral_links]">
<tr>
<td class="alt2"><img src="$stylevar[imgdir_misc]/poll_posticon.gif" alt="$vbphrase[stats]" border="0" width="26" height="26" /></td>
<td class="alt1" width="100%"><div class="smallfont">$showreferrallinks</div></td>
</tr>
</tbody>
Reply With Quote
  #33  
Old 01-18-2006, 06:00 AM
Rickie3's Avatar
Rickie3 Rickie3 is offline
 
Join Date: Nov 2004
Location: Australia/Tasmania
Posts: 770
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanxs you *installed*
Reply With Quote
  #34  
Old 01-18-2006, 06:42 AM
payamix1's Avatar
payamix1 payamix1 is offline
 
Join Date: May 2005
Location: Tehran
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dear Mr.D,
You changed default FORUMHOME template, So I think you should Ignore template changes and use referrals.php page instead.
Reply With Quote
  #35  
Old 01-18-2006, 12:34 PM
MPDev's Avatar
MPDev MPDev is offline
 
Join Date: Oct 2003
Location: Virginia
Posts: 885
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks, just what I was looking for (although I took out the forumdisplay portion).

Would be nice if the referrer page grouped the results by URL and placed them together (so all the google.com showed together versus mixed all over).
Reply With Quote
  #36  
Old 01-18-2006, 04:25 PM
MPDev's Avatar
MPDev MPDev is offline
 
Join Date: Oct 2003
Location: Virginia
Posts: 885
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Since you don't seem to use the URL variable, maybe you would use it as:

Code:
$url 	= parse_url($_SERVER["HTTP_REFERER"]);
$url 	= $db->escape_string(strtolower($url['host']));
and store the domain of the referring url so you can group them together?

I didn't see the field url being used anywhere, so doing that allows me to group the domains.
Reply With Quote
  #37  
Old 01-18-2006, 04:48 PM
Mr.D Mr.D is offline
 
Join Date: Feb 2005
Posts: 91
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by payamix1
Dear Mr.D,
You changed default FORUMHOME template, So I think you should Ignore template changes and use referrals.php page instead.
ok Thanks
Reply With Quote
  #38  
Old 01-18-2006, 04:50 PM
payamix1's Avatar
payamix1 payamix1 is offline
 
Join Date: May 2005
Location: Tehran
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MPDev
Since you don't seem to use the URL variable, maybe you would use it as:

Code:
$url 	= parse_url($_SERVER["HTTP_REFERER"]);
$url 	= $db->escape_string(strtolower($url['host']));
and store the domain of the referring url so you can group them together?

I didn't see the field url being used anywhere, so doing that allows me to group the domains.
I used this instead :

PHP Code:
if ( !eregi$_SERVER['SERVER_NAME'], $ref) AND $ref !="" $insert true 
Reply With Quote
  #39  
Old 01-18-2006, 05:58 PM
darksoulz darksoulz is offline
 
Join Date: Jul 2005
Location: Lochbuie, CO
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any reason why it shows the same site multiple times? I see in the screenshot, and in practice on our board where www.google.com is showing multiple times. Any way to make it consolidate those into one entry and add the total hits together?
Reply With Quote
  #40  
Old 01-18-2006, 05:59 PM
MPDev's Avatar
MPDev MPDev is offline
 
Join Date: Oct 2003
Location: Virginia
Posts: 885
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Because the referal links into you site are different - it groups referrals not by site, but by the link into your site (otherwise you'd only see one referral link from google.com versus all the referral links into your site).
Reply With Quote
  #41  
Old 01-19-2006, 11:52 PM
darksoulz darksoulz is offline
 
Join Date: Jul 2005
Location: Lochbuie, CO
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I see, mind if I work on some modifications to 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 11:22 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.10431 seconds
  • Memory Usage 2,312KB
  • 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_code
  • (1)bbcode_php
  • (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
  • (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