![]() |
Shows List of other sites linked to your forum
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 ... :rolleyes: 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) :o |
Selamaleykum payamix1,it is great.I clicked ınstall thanks
|
how can we add the site?? and from where??
|
when a user in other site, clicks on your link , url of the source site will be inserted automatically.
|
ok.but if I want to adjust that sites what should I do? for example I dont want to see not friendly sites Can I delete it,,or Iwant to advertise the friend site can I add that site manually
|
hmmmm, maybe I should create an ignore list in the next update.
|
yes,because it adds every links..include mails
mail.google.com - hits : 2 us.f341.mail.yahoo.com - hits : 1 us.f314.mail.yahoo.com - hits : 1 and u click that and page errors we can not control all of them like this |
Yeah do this cause of the referrerspam. Its highly active at the moment.
|
nice
|
dastet dard nakone payamix!
|
installed and uninstalled. does (currently) not work with table prefixes
MySQL Error : Table 'db.referrallinks' doesn't exist Error Number : 1146 Date : Friday, January 13th 2006 @ 08:55:32 PM Script : http://www.webgurus.de/forum/forumdisplay.php?f=110 Referrer : http://cronjob.de IP Address : 80.237.144.8 Username : Unregistriert Classname : vb_database |
I may use this, but make it only show up for admins. If it could show up on a seperate page, I would think it would be more useful.
My question is, why would anyone want this shown to just everyone? Who would really care other than the administrator where people are coming from? |
this script is not very server friendly, because it will store all the referals, and will flood your server soon...
reason: if you have google spidering your forum, each time someone will click a link in google that redirect to your forum, it will be stored by this system... if you have 500 pages archived by google, you will have 500 different links from it... same for all the other spiders... more important the storage will be if you use the vBSEO... or any other of that kind... |
Quote:
Quote:
at this this it ignores self-server links, so I will insert MAIL , SPIDER and an user define ignore list, to this in the next update. anything else ? |
if we can add sites manually from acp it'll be nice...
|
Make it so it shows on a seperate page like http://www.mysite.com/forum/linkstats.php
That would make the forum homepage less clattered with stuff that members dont need to see. Thanks |
Its important to uninstall version 1.00 then install version 1.10 if you want to clear the list...
|
Quote:
thank you for releasing another good idea to the public. I would encourage you to think about hornstar1337?s suggestion. Guess that?s a better way to prevent overloading the main forum site - and at least I would install this one as well ;) Have you had a look in the performance and server-issues nexialys mentioned a few posts before? Could someone confirm that ? Especially with this totally overrated and overpriced commercial vbSEO thingy installed ? |
Quote:
|
And i like this one
He Clicks Install |
Quote:
|
Quote:
|
UPDATED 1.20 :
changes in version 1.20 ----------------------- Referral Stat Page ... Ability to remove refers https://vborg.vbsupport.ru/attachmen...chmentid=41089 |
Great script but why can i add
<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> in custom template and then show it lets say on the left side of the forum it simply not working there. |
Other thing why is it showing my one page as a refferal? Check my sig and iyou know what i mean.
|
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. |
Nice work Payamix1 :)
damet garm ;) *Installed* |
|
Thanks I have install this nowe and I like it :)
but I nowe is meny some have my link to the forum to the page. But I can only se one link and that is my home page here is the link to the forum http://forum.wrestlingsidan.se |
no problem : http://forum.wrestlingsidan.se/referrals.php?
(test from phalls.com, here, my localhost) |
Quote:
<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> |
thanxs you *installed*
|
Dear Mr.D,
You changed default FORUMHOME template, So I think you should Ignore template changes and use referrals.php page instead. |
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). |
Since you don't seem to use the URL variable, maybe you would use it as:
Code:
$url = parse_url($_SERVER["HTTP_REFERER"]); I didn't see the field url being used anywhere, so doing that allows me to group the domains. |
Quote:
|
Quote:
PHP Code:
|
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?
|
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).
|
I see, mind if I work on some modifications to it?
|
All times are GMT. The time now is 09:31 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|