vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Integration with vBulletin - vB Google Search Cloud - SEO (https://vborg.vbsupport.ru/showthread.php?t=178714)

needaltuna 07-12-2008 12:21 PM

I know that this has been touched on before, but it'd be really handy if there was a way to remove unwanted words from the search cloud.

maidos 07-13-2008 01:37 PM

this mod is not visible on a certain forum skin while other is..

bezibaerchen 07-15-2008 10:15 AM

Installed and customized.

If there is any need of Demo, here are mine (one in CMPS and one in search template):

http://www.mobil-talk.de/cmps_index.php

http://www.mobil-talk.de/search.php

ahmedeldeep 07-22-2008 03:42 AM

Quote:

Originally Posted by NeutralizeR (Post 1514679)
I fixed this problem with iconv support.

Open search_cloud.php and find:
PHP Code:

if ($a 0.8

Add above:
PHP Code:

$datas[kw]=iconv("utf-8","iso-8859-9",$datas[kw]); 


thank you very much
ie. for Arabic boards
aad
PHP Code:

$datas[kw]=iconv("utf-8","windows-1256",$datas[kw]); 


needaltuna 07-23-2008 02:46 AM

HOW TO DELETE UNWANTED TERMS FROM THE SEARCH CLOUD


I found a way to do it.

1. Log-in to PhpMyAdmin

2. Click on your forum's database.

3. Click on vbgoogle_searches in the left-hand column

4. Click on the BROWSE tab in the page that opens up.

5. Check the box of each search term you wish to delete and then click on the red X.

That's it.

habilonline 07-29-2008 02:42 PM

working nice.. Thanks.

x-death 07-29-2008 09:13 PM

thanks

imported_silkroad 08-01-2008 05:22 AM

This plugin is a performance killer on a site with many Google keywords searches. We get over 600,000 Google searches each month. This mod just kills our SQL database performance unless we constantly trim the tables.

Can the developer fix this?

Perhaps offering an option to trim the table after it grows to some number in the database?

Also, I think there may be other problems, but this one obviously ruined our site performance recently, including (we think maybe) causing a crash, many hours of debugging etc.

Did I miss a warning somewhere about sites with many keyword searches every day?

NeutralizeR 08-02-2008 06:05 AM

Quote:

Originally Posted by imported_silkroad (Post 1588936)
This plugin is a performance killer on a site with many Google keywords searches. We get over 600,000 Google searches each month. This mod just kills our SQL database performance unless we constantly trim the tables.

Can the developer fix this?

Perhaps offering an option to trim the table after it grows to some number in the database?

Also, I think there may be other problems, but this one obviously ruined our site performance recently, including (we think maybe) causing a crash, many hours of debugging etc.

Did I miss a warning somewhere about sites with many keyword searches every day?

I'm using a custom coded version of this mod on my site which has caching support. You're right, if you're getting too many hits from Google it'll kill your SQL database performance in time. You may delete the search terms with only 1 hit. Another thing you can do is wrapping the main plugin with if conditionals so it'll only be executed @ forumdisplay, showthread. Sorry, the core script is "Simple Search Cloud"...

imported_silkroad 08-02-2008 11:16 AM

Thanks.

We had to disable this plugin because we get more than 600,000 Google keywords searches a month and this plugin kills our database performance.

I hope you will add more options in the future so it can be used with "bigger boards" .


All times are GMT. The time now is 09:11 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.01280 seconds
  • Memory Usage 1,746KB
  • 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
  • (3)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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