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
  #692  
Old 12-06-2011, 09:18 PM
zeus_r6 zeus_r6 is offline
 
Join Date: Jun 2007
Posts: 184
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bosanci28 View Post
hi,
how did you fix the alignment?
thank you friend!
Take a look at the changes I made in my f_seo_plugin_home template...

Code:
				<style type="text/css">
				 #wgo_events div.inner *{background:none;display:inline;border:none;color:#89b7f3;padding:20px 0px 0px 0px;-webkit-border-top-right-radius:0px;-webkit-border-top-left-radius:0px;-webkit-box-shadow: none;font-weight:normal;}
				 #wgo_events div.inner h2{font-size: 130%;font-weight: bold;}
				 #wgo_events div.inner h3{font-size: 120%;font-weight: bold;}
				 #wgo_events div.inner h4{font-size: 120%;}
				 #wgo_events div.inner h5{font-size: 110%;}
				 #wgo_events div.inner strong{font-size: 100%;}
				 #wgo_events a.seoq{margin:5px 0px 0px 20px;}
				 </style>
	<div id="wgo_events" class="wgo_subblock" style="padding-left: 15px; padding-top: 10px;">
			<h3><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:rawphrase seofq_title}" />&nbsp;&nbsp;{vb:rawphrase seofq_title}</h3>
			<div class="inner" style="padding-left: 15px;">
				<vb:each from="keywords" key="wordid" value="word">
					{vb:var tag_fix}{vb:var word.tag}>{vb:var word.term_value}</{vb:var word.tag}><vb:if condition="$wordid != $tagscount">,&nbsp;</vb:if>
				</vb:each>
			</div>
		</div>
Add some padding to the wgo_events div and you should be fine
Reply With Quote
2 благодарности(ей) от:
bosanci28, Manoel J?nior
  #693  
Old 12-06-2011, 10:04 PM
bosanci28's Avatar
bosanci28 bosanci28 is offline
 
Join Date: Feb 2008
Location: USA - West Coast
Posts: 271
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank you friend for that info!,works fine...now.
Reply With Quote
  #694  
Old 12-10-2011, 03:02 PM
rr2000 rr2000 is offline
 
Join Date: Feb 2010
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Good try, but google indexes only the post content. so..
Reply With Quote
  #695  
Old 12-13-2011, 12:41 PM
sivaganeshk sivaganeshk is offline
 
Join Date: Oct 2010
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I still get MySQL errors few times a day !!!

Example:
Quote:
SELECT
st.*, sd.founded
FROM
seoqueries_data sd
LEFT JOIN
seoqueries_terms st
ON
sd.stid = st.stid
WHERE
st.ban = 0
AND
sd.page_type = 'showthread'
AND
sd.page_id = 308
ORDER BY
sd.founded DESC LIMIT 25;
Reply With Quote
  #696  
Old 12-13-2011, 02:59 PM
universosymbian's Avatar
universosymbian universosymbian is offline
 
Join Date: Jan 2009
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by StGaensler View Post
Above file is a standard unified diff used everywhere in the code development world. This mainly contains the changes to the original file. I can't and won't provide a edited version of the original Add-On, this would be inadequate and might conflict with some licencing terms.

You can apply this patch with patch < filename_of_the_patch.diff or you edit the xml file by your own. Basically lines starting with a + have to be added to the xml files, lines starting with - have to be removed. Look up the exaxt syntax in the article I linked above.
I do not understand what changed?

can make the correct xml to run vbulletin 4.1.8

thanks
Reply With Quote
  #697  
Old 12-20-2011, 04:50 PM
doobiefillin doobiefillin is offline
 
Join Date: Oct 2007
Posts: 127
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how do I collapse the list of SEO terms at the bottom of the WGO and Forum posts?
Reply With Quote
  #698  
Old 12-22-2011, 09:31 AM
MotMann MotMann is offline
 
Join Date: Jan 2006
Location: Germany
Posts: 333
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by StGaensler View Post
You need to do some changes, to get 1.5.0b running properly with vBulletin 4.1.8
Danke... das klappt.

But, how i can use that in CMS?
Reply With Quote
  #699  
Old 12-22-2011, 02:00 PM
final kaoss final kaoss is offline
 
Join Date: Apr 2006
Posts: 1,314
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I used winmerge on the two and it appears to have come out ok.
Quote:
Originally Posted by StGaensler View Post
Above file is a standard unified diff used everywhere in the code development world. This mainly contains the changes to the original file. I can't and won't provide a edited version of the original Add-On, this would be inadequate and might conflict with some licencing terms.

You can apply this patch with patch < filename_of_the_patch.diff or you edit the xml file by your own. Basically lines starting with a + have to be added to the xml files, lines starting with - have to be removed. Look up the exaxt syntax in the article I linked above.
Reply With Quote
  #700  
Old 12-31-2011, 08:06 AM
derbi derbi is offline
 
Join Date: Jun 2007
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works in vb4.1.9?
Reply With Quote
  #701  
Old 01-01-2012, 08:48 PM
chriswatson chriswatson is offline
 
Join Date: Aug 2004
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can anybody confirm if this is working with 4.1.9 please ?
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 04:14 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.10352 seconds
  • Memory Usage 2,330KB
  • 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
  • (1)bbcode_code
  • (5)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
  • (7)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)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