vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Miscellaneous Hacks - DCSEO Linkbacks (Refbacks implementation) (https://vborg.vbsupport.ru/showthread.php?t=157031)

TheBlackPoet 09-04-2007 07:30 PM

i just thought of something... how feasible would be to have the admin recieve a pm/email when there is something to moderate???

Dean C 09-04-2007 07:36 PM

Quote:

Originally Posted by TheBlackPoet (Post 1332403)
i just thought of something... how feasible would be to have the admin recieve a pm/email when there is something to moderate???

It's possible. But I would not reccomend it. On a large board you may have quite a lot to moderate, which means a lot of emails/pms ;)

Cybertims 09-04-2007 07:37 PM

I am moderating about 10 every 15 mins, dont need any PM's LOL

Is it normal though that linkbacks are usually just my main page URL?

Cheers

Dean C 09-04-2007 07:37 PM

Quote:

Originally Posted by Cybertims (Post 1332409)
I am moderating about 10 every 15 mins, dont need any PM's LOL

Is it normal though that linkbacks are usually just my main page URL?

Cheers

That is not normal. It should filter out any linkbacks from your own domain. Can you link me to an example of where you're getting this problem?

EDIT: ah I know what's causing this. It will only filter out linkbacks from your forums URL, not domain. I'll fix that tonight if I can :) Also I guess it would be useful to have a blacklist of domains/urls that you dont want to be processed as linkbacks.

Dean C 09-04-2007 07:44 PM

Quick fix until I update the zip tomorrow night with a blacklist:

In your 'Process incoming linkbacks' plugin find:

PHP Code:

if(substr_count($ref$vbulletin->options['bburl']) == && verify_link($ref)) 

Replace with:

PHP Code:

if(substr_count($ref$vbulletin->options['bburl']) == && substr_count($ref$vbulletin->options['homeurl']) == && verify_link($ref)) 


Cybertims 09-04-2007 08:06 PM

Ok mate, did that and I just emptied the linkback table of all the old ones and will keep an eye on things now.

Cheers.

Brandon Sheley 09-04-2007 08:06 PM

Good job Dean :)

Dean C 09-04-2007 08:09 PM

Just realised that people might get a lot of refbacks from search engines too, i've added the 3 big ones to the default blacklist (yahoo, msn, google). I'll release 1.1 tomorrow night with all the fixes in! I did label it as beta ;)

Mecho 09-04-2007 08:41 PM

great mod .. i will install tomorrow night :)

good job Dean :)

already Clicked installed

Hornstar 09-05-2007 02:04 AM

Question: you are developing this new SEO product, dont you think it is time to upgrade your forums from vBulletin Version 3.0.7 to the latest o_O


All times are GMT. The time now is 05:08 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
  • Page Generation 0.01164 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete