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)

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



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.01147 seconds
  • Memory Usage 1,745KB
  • 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
  • (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