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)

safakuygur 01-02-2009 07:18 AM

very good thanks

Goomzee 01-05-2009 07:59 AM

i did this below setting but it's not working

Installation Instructions

1-) Upload search_cloud.php to your forum root. (without edit)
2-) Import the product-vbgooglesearchcloud.xml.
3-) Put $searchcloud in any template you want to display your search cloud. e.g. footer

I put i footer template

webmastersitesi 01-06-2009 05:22 AM

nice mod but i dont think it has real value for seo unless customly coded like you did for yourself. This mod has a little use but well done :) Turkish handmade anyway.

Onurss 01-10-2009 10:27 AM

Very nice, thanks :)

Hackhell 01-14-2009 06:55 PM

Hello,
The turkish language the personality problem i've lived... i'm told. but empty page appers to be.
Can i help you?

RamisK 01-14-2009 07:54 PM

Thanks

pretke 01-15-2009 04:03 PM

I'm getting the same error:

Warning: mysql_real_escape_string() [/function.mysql-real-escape-string]: Access denied for user 'www-data'@'localhost' (using password: NO) in [path]/search_cloud.php on line 89

Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in [path]/search_cloud.php on line 89

Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user 'www-data'@'localhost' (using password: NO) in [path]/search_cloud.php on line 89

Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in [path]/search_cloud.php on line 89
/

:confused:

6oct 01-20-2009 11:09 AM

for arabic language please add this
$datas[kw]=iconv("utf-8","windows-1256",$datas[kw]);

above the :
if ($a > 0.8)

lnxtr 01-22-2009 10:36 AM

bu sistemi geliştirip para ile satıyorlar bunu engellemek için bu sistemi sistemi siz yapsanız hiç fena olmaz

lnxtr 01-29-2009 11:46 AM

mevcut olan sayfaya gelenleri nasıl gösterebiliriz?
Örnegin bu konudayken altta bu konuya hangi kelimerlle geldigini görmeyi nasıl saglaarız?

AshMagic 01-30-2009 12:33 PM

How do I clear the results back down to 0?! Is there an easier way than uninstalling and reinstalling again?

jmke 02-04-2009 06:35 PM

@AshMagic go into Mysql and empty the table "google_searches"
---

heads-up for those using or plan to use this mod; at first we received a huge traffic increase when we installed the search cloud, insane increase like 400% or so... but 2 months later all those same pages were added to Google's secondary index and no longer appear in the main index, so in short: banned. referring traffic from google is now lower than before this mod was installed... so beware.

https://vborg.vbsupport.ru/

Smitty 02-04-2009 07:21 PM

I can't say I use this mod, but I do have a tag cloud page and link to it in several of my site pages and the forum pages. I have seen some search results change, some to pages linked to through the tags that were linked through the 'archive' for example, but my traffic continues to rise.

Maybe there's another factor at work in your case.

PaLeRmO 02-12-2009 11:34 PM

B?yle Bir Hata Alıyorum Arkadaşım ?

Code:

Warning: require_once(./search_cloud.php) [function.require-once]: failed to open stream: No such file or directory in /global.php(360) : eval()'d code on line 232

Fatal error: require_once() [function.require]: Failed opening required './search_cloud.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/*****/public_html/global.php(360) : eval()'d code on line 232


Lithack 04-18-2009 02:15 PM

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


Health across

vithorius 04-19-2009 09:08 AM

HI! Great mod you have here! :up:

I have this question: Would it be possible to 'test' the hack without really installing it publically? I mean, I would like to know just how it would look like my board's Google Search Cloud BEFORE I have the Mod installed.

Is that possible? :confused: (some kind of preview relating just with my forum, if you know what I mean...) ;) :up:



Thank you so very much, and keep up the EXCELLENT work! :up: :up:

veyissen 04-22-2009 10:13 AM

Türkçe karakter kullanmak istiyorum. yani replace etmek istemiyorum. bunu nasıl yapabilirim?

weexto 05-07-2009 04:36 AM

The product works with VB 3.8.2?

GreasySpoon 05-07-2009 05:58 AM

Quote:

Originally Posted by jmke (Post 1734499)
but 2 months later all those same pages were added to Google's secondary index and no longer appear in the main index

You know why? Because on every page the same search cloud is shown :down:

shockx 05-09-2009 06:05 AM

I had to make this change for it to work on 3.8.2, probably needed on others as well:

PHP Code:

    function getMysqlReadyString($a)
    {
        global 
$vbulletin;

        if(
get_magic_quotes_gpc())
        {
            
$tmp stripslashes($a);
        }
        else
        {
            
$tmp $a;
        }
        return 
$vbulletin->db->escape_string($tmp);
    } 


Zi55 07-01-2009 05:28 PM

Any risks on this mod ?

aapkae 09-04-2009 07:09 PM

is this mod work with 3.8.3

GTX2 11-27-2009 05:52 PM

i'm always getting duplicate entry for key 1 error warnings, tried the fix above but not solved....

any hint?

Sadikb 12-29-2009 05:25 PM

Quote:

Originally Posted by shockx (Post 1807341)
I had to make this change for it to work on 3.8.2, probably needed on others as well:

PHP Code:

    function getMysqlReadyString($a)
    {
        global 
$vbulletin;

        if(
get_magic_quotes_gpc())
        {
            
$tmp stripslashes($a);
        }
        else
        {
            
$tmp $a;
        }
        return 
$vbulletin->db->escape_string($tmp);
    } 


Thank you so much. You made my day! :)

appsfinder 02-21-2010 12:25 PM

Quote:

Originally Posted by AshMagic (Post 1729081)
How do I clear the results back down to 0?! Is there an easier way than uninstalling and reinstalling again?


HI I used Navicat mysql open forum DB google_searches then deleted all in that table :note takes a bit of time! and only does 0-1000 so keep refreshing and deleting till empty :)

hulkster 02-21-2010 08:30 PM

it will be working with vb4 ??
thx

final kaoss 02-22-2010 08:18 PM

I doubt that happened because of the search cloud.

Quote:

Originally Posted by jmke (Post 1734499)
@AshMagic go into Mysql and empty the table "google_searches"
---

heads-up for those using or plan to use this mod; at first we received a huge traffic increase when we installed the search cloud, insane increase like 400% or so... but 2 months later all those same pages were added to Google's secondary index and no longer appear in the main index, so in short: banned. referring traffic from google is now lower than before this mod was installed... so beware.

https://vborg.vbsupport.ru/


ZuFett 02-23-2010 08:19 AM

is a update for vB4 possible? I get a error if i installed it (vB4.0.1)

Cloud2 04-25-2010 08:42 PM

inst

Warning: mysql_real_escape_string() [http://moja-domena.pl/function.mysql...scape-string]: Access denied for user 'apache'@'localhost' (using password: NO) in [path]/search_cloud.php on line 89

Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in [path]/search_cloud.php on line 89

Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user 'apache'@'localhost' (using password: NO) in [path]/search_cloud.php on line 89

Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in [path]/search_cloud.php on line 89

Seba123 04-28-2010 10:38 PM

Quote:

Originally Posted by ZuFett (Post 1989476)
is a update for vB4 possible? I get a error if i installed it (vB4.0.1)

Here http://vbhelp.pl/vbulletin-google-se...html#post31230

Nasgoth 04-30-2010 08:11 PM

Quote:

Originally Posted by zmickzalois3 (Post 1547789)
Hello, I have a big problem with this hack, it appears! But look at the skin I've just write a message inside=> ... powered by Simple Search Cloud

http://img72.imageshack.us/img72/526...shot001jk8.jpg

thank you all aid

I have the same problem. Tags has not :/ Only these two how on small picture (up)

ver 3.8.5 help me.

ChaFF 08-24-2010 06:07 PM

is it suitable for 4.0.6?

swissknife 08-26-2010 06:22 PM

For some reasons, it stopped working .

Has anyone an idea ?

( vB 3.8. - when i first installed it, it worked perfekt. - after an while it stopped and didnt showed any keywords. )

swissknife 08-27-2010 02:21 PM

Quote:

Originally Posted by swissknife (Post 2089969)
For some reasons, it stopped working .

Has anyone an idea ?

( vB 3.8. - when i first installed it, it worked perfekt. - after an while it stopped and didnt showed any keywords. )

No idea ? :(

alhindasi 11-30-2010 06:03 AM

4.0.8 please

AshMagic 12-06-2010 12:04 PM

Please release for 4.1.0!! :)

valdet 03-21-2011 09:41 AM

Quote:

Originally Posted by jmke (Post 1734499)

heads-up for those using or plan to use this mod; at first we received a huge traffic increase when we installed the search cloud, insane increase like 400% or so... but 2 months later all those same pages were added to Google's secondary index and no longer appear in the main index, so in short: banned. referring traffic from google is now lower than before this mod was installed... so beware.

http://www.vbseo.com/attachments/f30...lipboard01.jpg

Can you confirm this plugin was the cause to lose all your search engine traffic.

Search engine referral keyword clouds are quite popular and I see no reason how this could have caused your site to get "de-indexed".

I am interested to install this plugin but I would like to hear feedback from other users.

Thanks.

swissknife 03-21-2011 06:08 PM

Hi!

Thank you valdet for your information. - But i cna't confirm this.

I am using a simular modifikation for vB 3.8. and it seems to work good...

matrex722 05-19-2011 03:28 PM

does this mod contain : " Search Cloud For This Thread "

like this site : http://www.travpl.com/forum/travel-i...italy-327.html

mnms 11-10-2011 11:04 PM

Hi All,

I installed Google Search cloud in VB 4.1.6

I tried to publish it inside the footer template using the line below.

{vb:raw searchcloud}
$searchcloud

But nothing appears except the variable name : $searchcloud

Do you think I'm wrong ?
Do I forgot something or is this an issue with this VB version ?


All times are GMT. The time now is 04:49 AM.

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.01708 seconds
  • Memory Usage 1,832KB
  • 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
  • (4)bbcode_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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