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" .

CheeseFrog 08-08-2008 11:11 PM

Any tips on best placement for an average vB forum? I placed it in the footer but it's a little too far down the page. Where could I place the $searchcloud if I wanted it right below or above the list of users who are currently browsing the forums?

What about vBadvanced? How would I implement it within a block? As BBcode or a template? I tried BBcode but it just displayed the "$searchcloud" string heh. Funny stuff.

Edit: Nevermind. I feel like a complete moron. Please, nobody look at me. I'm an idiot. Someone throw a tarp over me.

needaltuna 08-11-2008 03:24 AM

Words that I have disallowed keep reappearing in the search cloud, even though I have entered the words correctly in the php file. Why is this happening?

NeutralizeR 08-11-2008 04:46 AM

Quote:

Originally Posted by needaltuna (Post 1595942)
Words that I have disallowed keep reappearing in the search cloud, even though I have entered the words correctly in the php file. Why is this happening?

You need to enter those words using the correct text encoding.

needaltuna 08-12-2008 04:06 AM

This is how I've entered them. The text encoding looks correct to me.

Code:

("elitistic","warmever","ellekappa","fbberotic","1234","cheatz","chacho_world","gxianfranko")

Cust0ms 08-16-2008 09:38 AM

Hello,
How to disable specific words in Search Cloud?

ABDALWAHID 10-03-2008 06:09 AM

Hello Neutralizer,

I have a question?

Can this man to hack a CronJob create examples I empty every week google_searches table.

That's why I always want the latest word searches to see.

I'm sorry my english is very bad here but I think turkish write not allowed.

lnxtr 10-04-2008 02:39 PM

selam her 2 dosyayıda yükledim ama sayfamda cıkmadı nasıl cıkmasını saglıyabilirim?

Krico 10-18-2008 06:28 PM

Quote:

Originally Posted by NeutralizeR (Post 1589697)
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"...


So... is there any possibility that you will release your custom coded version that wouldn't kill the SQL database at many google keyword searches?

NeutralizeR 10-20-2008 11:14 AM

Sorry for not being able to give support for this add-on.

trstudent 10-20-2008 09:56 PM

thanks for the mod but i had a little problem about the turkish spells. If a word includes a turkish spell and if it is shown in the search cloud it shows different characters How can i fix it ?

lnxtr 10-23-2008 11:59 AM

i want to new version :)

swissknife 10-25-2008 06:33 AM

Quote:

Originally Posted by trstudent (Post 1649278)
thanks for the mod but i had a little problem about the turkish spells. If a word includes a turkish spell and if it is shown in the search cloud it shows different characters How can i fix it ?

German too.

"recycling ordner löschen" instead of "recycling ordner l?schen"

?, ?,?,? and so on are making problems... :(

ABDALWAHID 10-27-2008 01:16 PM

Quote:

Originally Posted by swissknife (Post 1652257)
German too.

"recycling ordner löschen" instead of "recycling ordner l?schen"

?, ?,?,? and so on are making problems... :(


https://vborg.vbsupport.ru/showpost....79&postcount=9

change with german meta...

Goomzee 11-04-2008 03:57 AM

plz check my forums footer http://www.mknexusonline.com/forums/index.php and i don;t know hwy attachment is working last few days

intospain 11-04-2008 10:45 AM

Have installed but nothing coming up as yet, maybe has to have a bit of search before it kicks in.

Will keep an eye on it, thanks for the mod by the way.

ABDALWAHID 11-05-2008 10:53 AM

Hello

is that possible search-cloud templates can be seen only when there is file

Eğer veritabanında hiç kelime yoksa templates altta gözükmese?

Chadi 11-06-2008 04:55 AM

How do I remove the all bold formatting? All the words are bold.

ABDALWAHID 11-06-2008 07:05 PM

Quote:

Originally Posted by chadi (Post 1660300)
How do I remove the all bold formatting? All the words are bold.

find

HTML Code:


echo " <b><a href='$datas[url]' style='font-size:$fontSize%'>$datas[kw]</a></b> $countText \n";

replace with

HTML Code:


echo " <a href='$datas[url]' style='font-size:$fontSize%'>$datas[kw]</a> $countText \n";


Osm@N 11-20-2008 12:50 PM

kullanmakta olduğumuz temaya nasıl uygulayabiliriz defult tema kullanmayanlar için biraz sorun olduğuna eminim.

leitel 11-26-2008 12:59 AM

sure would love to use this but nothing is being loaded to $vbsearchcloud variable. I looked at the google_searches table and although there is one record. kw and url fields are empty but it shows 27 hits.
Any ideas?
Thank you :)

colochris 11-27-2008 11:02 PM

I must say that this is a nice find. As I am no coder, this was very easy and I thank you

Chris

BowlingBoards.com

Duslerforum.ORG 12-07-2008 10:39 PM

Why at the end of the link something like a hash appears what do i have to do to get rid off it ?

my forums tag cloud
exampLe :

tag : siirli slayt kodlari

tag link :

http://www.xxxxxxx.com/slayt-siir-t38674.html?s =02bcf5cf088184eacf3d05e5da7d31f2&

exampLe 2 :

tag : bayram mesajları

tag link :

http://www.xxx.com/bayram-mesajlari-t27263.html?s =350921f5bc7fbd2c4dcf79f107e756a9&


why hash appears at the end ?


NeutralizeR 12-07-2008 11:17 PM

Quote:

Originally Posted by Duslerforum.ORG (Post 1680566)
Why at the end of the link something like a hash appears what do i have to do to get rid off it ?

my forums tag cloud
exampLe :

tag : siirli slayt kodlari

tag link :

http://www.xxxxxxx.com/slayt-siir-t38674.html?s =02bcf5cf088184eacf3d05e5da7d31f2&

exampLe 2 :

tag : bayram mesajları

tag link :

http://www.xxx.com/bayram-mesajlari-t27263.html?s =350921f5bc7fbd2c4dcf79f107e756a9&


why hash appears at the end ?


It's not related to this hack.

Duslerforum.ORG 12-07-2008 11:54 PM

What is a solution ?

momo2 12-08-2008 11:17 AM

some letters are larger than other, why ?

7amza 12-08-2008 01:56 PM

GR8 ,,
it well worked in 3.8?

atakanson 12-10-2008 03:49 PM

Thank you for the mod..
I got two question..
First is about turkish characters..

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]);

I did this but this time forum gives erorr...

The second question is i banned some words but they ara still in the forum..
How can i delete the words....
I opened tables but there is no table names as google tag etc

Thanks...

atakanson 12-10-2008 08:05 PM

SO any idea about this subject?
Insted of this ("utf-8","iso-8859-9", what can i write so that ther will be no error...



Quote:

Originally Posted by atakanson (Post 1682495)
Thank you for the mod..
I got two question..
First is about turkish characters..

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]);


I did this but this time forum gives erorr...


The second question is i banned some words but they ara still in the forum..
How can i delete the words....
I opened tables but there is no table names as google tag etc

Thanks...


atakanson 12-10-2008 10:09 PM

Ok i talked with my host and they added iconv support now it works...

6piston 12-12-2008 08:47 AM

hi neutralizer

how long does the cloud refreshes once?
my search tags has been there for weeks and hasn't added or removed any new or old tags?

http://www.zerotohundred.com/newforums/

Thanks!
Tom


All times are GMT. The time now is 09:25 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.01563 seconds
  • Memory Usage 1,830KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_html_printable
  • (3)bbcode_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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