Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
FUZZY SEO Booster - increase long tail search traffic AUTOMATICALLY! Details »»
FUZZY SEO Booster - increase long tail search traffic AUTOMATICALLY!
Version: 1.5.0b, by MOGmartin MOGmartin is offline
Developer Last Online: Mar 2019 Show Printable Version Email this Page

Category: Board Optimization - Version: 4.0.x Rating:
Released: 01-25-2010 Last Update: 10-12-2010 Installs: 647
DB Changes Auto-Templates
Additional Files  
No support by the author.

New Version: 13th October 2010 - fixes the following:
1) searches that contain backslashes no longer give a database error
2) statistics pages cleanued up, improved pagination for big boards
3) random "ghost" keywords like "0h" now solved.

What does this plugin do?

It automatically increases your search engine traffic for long tail queries, by embedding the actual search terms that people use to find your site in an auto-updating tag cloud on every page.

This is one of the plugins used by SEOforums.org - the #1 SEO forum in google!

Full description, screenshots and more about this plugin is available here

I have also released a brand-free (gold) version here


Installation:


1. Download plugin archive and unzip it. You will find in the zip file, a product XML and

an "upload" folder.


2. Login to yor vBulletin admin control panel.


3. Open "Plugins & Products", and go to "Manage Products".

Click on "[Add/Import Product]".


4. Import the XML file that came with this download. Make sure you choose "allow

overwrite" = yes.

5. Upload all content from folder "upload" to you forum root direcory.


USAGE LICENSE AGREEMENT:
You are welcome to use this plugin free of charge on condition that the link in the footer remains. You can remove that by purchasing the brand free version over at my site (the link is at the top of this description).

~VB Staff Comment:

Please note that this modification adds a link to one of three of the developers sites to the footer of each page.

Download Now

File Type: zip FuzzySEO vb4 1.5.0b.zip (13.9 KB, 4201 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
6 благодарности(ей) от:
DFish, FinalFantasy, iiioroh, Skaut, TheLastSuperman

Comments
  #152  
Old 01-30-2010, 07:55 PM
venon venon is offline
 
Join Date: Mar 2005
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can you please make a 3.8.4 version?
Reply With Quote
  #153  
Old 01-30-2010, 08:08 PM
Bouncer222 Bouncer222 is offline
 
Join Date: Oct 2009
Posts: 705
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You don't only have one back link , you have more than one.. and I think they are hidden which = bad for good to have hidden links.

Quote:
$footer_link = 'Search Engine Friendly Tags by <a href="http://seoforums.org" title="SEO Forum" target="_blank">SEO Forum</a> .org';
break;
case 'forumdisplay':
$footer_link = 'Search Engine Friendly Tags by <a href="http://seoforums.org/seo-tools/" title="SEO Tools" target="_blank">SEO Tools</a>';
break;
case 'showthread':
$footer_link = 'Search Engine Friendly Tags by <a href="http://seoforums.org/seo-blog/" title="SEO Blog" target="_blank">SEO Blog</a>';
break;
}
$vbulletin->options['copyrighttext'] .= $footer_link;
Why do you have so much backlinks?

Uninstalled.
Reply With Quote
  #154  
Old 01-31-2010, 01:01 AM
nightbloom's Avatar
nightbloom nightbloom is offline
 
Join Date: Mar 2008
Location: Whidbey Island, WA
Posts: 145
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is a great mod but the most common keyword I seem to get is

SEO FORUM, SEO BLOG, SEO SITE

AND I have to have your website at the footer of my page. Nice for you, bad for me. It's a great idea and I appreciate you trying to further your own enterprise but until you pay me, Im not really willing to be an all out advertising engine for ya.
Reply With Quote
  #155  
Old 01-31-2010, 03:25 AM
MarkJW's Avatar
MarkJW MarkJW is offline
 
Join Date: Nov 2006
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For people looking for the reason why certain random search terms are appearing on their pages, here's what to do:
  1. Go to ACP > Plugins and Products > Plugin Manager
  2. Scroll down until you find Product : SEOforums.org Fuzzy SEO Booster RC2
  3. Find Forum Seoqueries - init_startup and click Edit
  4. Inside the small text box, find the text
    Code:
    //imitating http_referer variable uncomment this line if you want to test plugin
  5. Delete everything between that and the following text:
    Code:
    //$_SERVER['HTTP_REFERER'] = 'http://www.google.com/search?client=safari&rls=en&q=%D8%A7%D9%84%D8%A3%D8%BA%D8%A7%D9%86%D9%8A&ie=UTF-8&oe=UTF-8';*/
  6. Your code should now look something like this:
    Code:
        $seoqueries->searchterms = TABLE_PREFIX .'seoqueries_terms';
        $seoqueries->searchterms_data = TABLE_PREFIX .'seoqueries_data';
        $seoqueries->searchterms_stats = TABLE_PREFIX .'seoqueries_terms_stats';
    
        $ref = seoqueries_get_refer();
        $type_id = seoqueries_get_type_id($vbulletin->GPC);
As long as you get rid of the code between the two commented-out lines, you should be fine. Remove the incorrect search terms from your database using phpmyadmin (clear the three tables that the plugin created).

Also, shout-out to nightbloom for having the guts to run an Aion fansite not called AionSource.com!
Reply With Quote
  #156  
Old 01-31-2010, 06:33 AM
bilgicc bilgicc is offline
 
Join Date: Jan 2008
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks MarkJW.
Reply With Quote
  #157  
Old 01-31-2010, 07:42 AM
Marv Marv is offline
 
Join Date: Jun 2002
Location: Germany
Posts: 372
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Uninstalled for SEO security reasons until conditionals are implemented.
Reply With Quote
  #158  
Old 01-31-2010, 09:27 AM
Beor Beor is offline
 
Join Date: Dec 2007
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I dont have posibilty to uninstall, the page of uninstallation dont finish....

What is the problem?

Cu
Reply With Quote
  #159  
Old 01-31-2010, 09:34 AM
Marv Marv is offline
 
Join Date: Jun 2002
Location: Germany
Posts: 372
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dunno, deactivate the plugin instead.
Reply With Quote
  #160  
Old 01-31-2010, 11:03 AM
madotds madotds is offline
 
Join Date: Oct 2007
Location: UK
Posts: 133
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cheers MarkJW for the info. that sorted that out.
Reply With Quote
  #161  
Old 01-31-2010, 01:37 PM
bilgicc bilgicc is offline
 
Join Date: Jan 2008
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

MarkJW; When delete them code's, new words does not adding database. Same you?
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 04:38 AM.


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.13093 seconds
  • Memory Usage 2,340KB
  • Queries Executed 26 (?)
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
  • (3)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (5)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (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
  • 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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete