Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

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
  #332  
Old 04-12-2010, 07:30 PM
MOGmartin MOGmartin is offline
 
Join Date: Feb 2008
Location: London
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lazerguy_82 View Post
does it work with 4.0.3?
havent tested it yet mate sorry, but will do this weekend.

Im busy at the moment, getting my new plugin (ultimate SEO profile badges, which you can see in demo over at seoforums.org) ready for distribution.

cheers

Martin
Reply With Quote
  #333  
Old 04-16-2010, 03:07 AM
sopier sopier is offline
 
Join Date: Apr 2010
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Already tested it on VB 4.0.3, it seems to work, looks like I have to wait to see the results since my sites is relatively new.
Reply With Quote
  #334  
Old 04-19-2010, 10:03 AM
milaszewski milaszewski is offline
 
Join Date: Jun 2008
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

there is a character encoding problem:

word "głos" appears as "gĹ�s"
"płyty dźwiękoszczelne" is "pĹ�ty dĹşwiÄ�oszczelne"

my site is using iso-8859-2
any suggestions?
Reply With Quote
  #335  
Old 04-19-2010, 11:04 AM
milaszewski milaszewski is offline
 
Join Date: Jun 2008
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by milaszewski View Post
there is a character encoding problem: word "głos" appears as "gĹ�s"
my site is using iso-8859-2
any suggestions?
Perhaps something like this could help? I just don't know the exact variable and where to place this string:
PHP Code:
$keyword iconv("UTF-8""ISO-8859-2"$keyword); 
Reply With Quote
  #336  
Old 04-20-2010, 06:11 AM
haXan haXan is offline
 
Join Date: Jul 2008
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I cant see any keywords.

I see only
SEO Blog
all pages...

And vBulletin database is giving error.

Code:
Database error in vBulletin 4.0.3:

Invalid SQL:
SELECT * FROM seoqueries_terms WHERE term_value='rıza ayhan oğlu';

MySQL Error   : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
Error Number  : 1267
Request Date  : Tuesday, April 20th 2010 @ 10:06:37 AM
Error Date    : Tuesday, April 20th 2010 @ 10:06:37 AM
Script        : http://www.forumbayar.com/turkiyeden-haberler/16657-rektorun-oglu-olmak.html
Referrer      : http://www.google.com/search?sourceid=navclient&ie=UTF-8&rls=SUNA,SUNA:2006-44,SUNA:en&q=r%c4%b1za+ayhan+o%c4%9flu
IP Address    : 194.27.35.153
Username      : Unregistered User
Classname     : vB_Database
MySQL Version :
I think this is character problem. Because my forum is not using latin1_swedish_ci...

I am using UTF-8...
Reply With Quote
  #337  
Old 04-21-2010, 04:19 AM
marshal_ramdev marshal_ramdev is offline
 
Join Date: Mar 2009
Location: Ludhiana
Posts: 192
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks ..
Reply With Quote
  #338  
Old 04-25-2010, 07:02 AM
haXan haXan is offline
 
Join Date: Jul 2008
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by haXan View Post
I cant see any keywords.

I see only
SEO Blog
all pages...

And vBulletin database is giving error.

Code:
Database error in vBulletin 4.0.3:

Invalid SQL:
SELECT * FROM seoqueries_terms WHERE term_value='rıza ayhan oğlu';

MySQL Error   : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
Error Number  : 1267
Request Date  : Tuesday, April 20th 2010 @ 10:06:37 AM
Error Date    : Tuesday, April 20th 2010 @ 10:06:37 AM
Script        : http://www.forumbayar.com/turkiyeden-haberler/16657-rektorun-oglu-olmak.html
Referrer      : http://www.google.com/search?sourceid=navclient&ie=UTF-8&rls=SUNA,SUNA:2006-44,SUNA:en&q=r%c4%b1za+ayhan+o%c4%9flu
IP Address    : 194.27.35.153
Username      : Unregistered User
Classname     : vB_Database
MySQL Version :
I think this is character problem. Because my forum is not using latin1_swedish_ci...

I am using UTF-8...
Can you help me ?
Reply With Quote
  #339  
Old 04-25-2010, 11:31 AM
J6488EEA8E90 J6488EEA8E90 is offline
 
Join Date: May 2009
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Tagged for future evaluation.
Reply With Quote
  #340  
Old 04-25-2010, 11:53 AM
gossone gossone is offline
 
Join Date: Apr 2010
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks for this mod
ihave install but i have one error message
Reply With Quote
  #341  
Old 04-26-2010, 05:52 PM
jiggle jiggle is offline
 
Join Date: Jan 2002
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, is this also working with vB 3.8x version or only for 4.x ?
If its not working does someone know a similiar plugin for 3.8x version like this one which generates keywords ?
Reply With Quote
Reply

Thread Tools

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:43 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.10854 seconds
  • Memory Usage 2,341KB
  • 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
  • (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
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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