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
  #192  
Old 02-02-2010, 05:08 PM
KissOfDeath KissOfDeath is offline
 
Join Date: Dec 2008
Posts: 158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bongwater View Post
I viewed a cached version of your site on google and it shows you are running 4.0 not 4.0.1 so perhaps that may be the cause of the problem
No i'm defiantly running the latest version, check the cached version of www.devils-shadow.com/forums/content/
Reply With Quote
  #193  
Old 02-02-2010, 05:11 PM
bongwater's Avatar
bongwater bongwater is offline
 
Join Date: Nov 2005
Location: south Florida
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try FTP'ing the contents of the includes folder that came with the latest version of vb. In particular, copy and overwrite the /includes/init.php file and restore to the original and see if that works
Reply With Quote
  #194  
Old 02-02-2010, 05:14 PM
KissOfDeath KissOfDeath is offline
 
Join Date: Dec 2008
Posts: 158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bongwater View Post
Try FTP'ing the contents of the includes folder that came with the latest version of vb. In particular, copy and overwrite the /includes/init.php file and restore to the original and see if that works
thats the first thing i tried, the only way i can think of fixing it now is to create a new forum on a different database, the switch the template database with my existing one
Reply With Quote
  #195  
Old 02-02-2010, 05:19 PM
bongwater's Avatar
bongwater bongwater is offline
 
Join Date: Nov 2005
Location: south Florida
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KissOfDeath View Post
thats the first thing i tried, the only way i can think of fixing it now is to create a new forum on a different database, the switch the template database with my existing one
Try globally disabling all your plugins in your includes/config.php file by adding the line
Code:
define('DISABLE_HOOKS', true)
and see if that gives you admincp access
Reply With Quote
  #196  
Old 02-02-2010, 05:26 PM
KissOfDeath KissOfDeath is offline
 
Join Date: Dec 2008
Posts: 158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bongwater View Post
Try globally disabling all your plugins in your includes/config.php file by adding the line
Code:
define('DISABLE_HOOKS', true)
and see if that gives you admincp access
That gives me:

Code:
Parse error: syntax error, unexpected $end in /home/wwwdevi/public_html/forums/includes/config.php on line 193
I'm getting sql error emails aswell:

Code:
Database error in vBulletin 4.0.1:

Invalid SQL:

                                               SELECT
                                                       st.*, sd.founded
                                               FROM
                                                       seoqueries_data sd
                                               LEFT JOIN
                                                       seoqueries_terms st
                                                       ON
                                                       sd.stid = st.stid
                                               WHERE
                                                       sd.page_type = 'index'
                                                       AND
                                                       sd.page_id = 0
                                               ORDER BY
                                                       sd.founded DESC LIMIT 25;

MySQL Error   : Table 'wwwdevi_*********.seoqueries_data' doesn't exist
Error Number  : 1146
Reply With Quote
  #197  
Old 02-02-2010, 05:32 PM
kall's Avatar
kall kall is offline
 
Join Date: Apr 2004
Location: New Zealand
Posts: 2,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KissOfDeath View Post
That gives me:

Code:
Parse error: syntax error, unexpected $end in /home/wwwdevi/public_html/forums/includes/config.php on line 193
What are you using to edit the php files?

Did you install the Product xml?
Reply With Quote
  #198  
Old 02-02-2010, 05:37 PM
bongwater's Avatar
bongwater bongwater is offline
 
Join Date: Nov 2005
Location: south Florida
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am not a coder or the author of this plugin, and I doubt that your database files were corrupted. Problem appears to be changes to your config files that are causing this. If you can isolate those config files and try restoring them (to the version before you added this plugin), you'll be in the right direction without having to do a full restore from backup
Reply With Quote
  #199  
Old 02-02-2010, 05:38 PM
KissOfDeath KissOfDeath is offline
 
Join Date: Dec 2008
Posts: 158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kall View Post
What are you using to edit the php files?

Did you install the Product xml?
i'm using notepad, have always used notepad and never had any problems.....

my site when down the second i installed the product xml, it said it was done for all styles, then when the page refreshed i got the error
Reply With Quote
  #200  
Old 02-02-2010, 05:41 PM
KissOfDeath KissOfDeath is offline
 
Join Date: Dec 2008
Posts: 158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bongwater View Post
I am not a coder or the author of this plugin, and I doubt that your database files were corrupted. Problem appears to be changes to your config files that are causing this. If you can isolate those config files and try restoring them (to the version before you added this plugin), you'll be in the right direction without having to do a full restore from backup
I don't think it's modified any of the files stored on my server, it's modified a global template, and without access to the admin cp i don't think i can revert the styles or uninstall the plugin
Reply With Quote
  #201  
Old 02-02-2010, 05:54 PM
kall's Avatar
kall kall is offline
 
Join Date: Apr 2004
Location: New Zealand
Posts: 2,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KissOfDeath View Post
i'm using notepad, have always used notepad and never had any problems.....

my site when down the second i installed the product xml, it said it was done for all styles, then when the page refreshed i got the error
Notepad for the win. If you had said wordpad or word, that would have explained the errors.

Sorry I can't be of any help.
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 01:02 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.10468 seconds
  • Memory Usage 2,354KB
  • 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
  • (5)bbcode_code
  • (8)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