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)

srssr 06-12-2008 03:44 PM

Its working now. Footer had $searchcloud instead of $vbsearchcloud. Replaced it and it worked immediately.

Thanks a million for this hack and thanks for helping me out. :D

zmickzalois3 06-12-2008 04:25 PM

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

https://vborg.vbsupport.ru/

thank you all aid

NeutralizeR 06-12-2008 05:52 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

https://vborg.vbsupport.ru/

thank you all aid

I really couldn't understand the problem from the screenshot. Try moving $searchcloud somewhere else in the template

zmickzalois3 06-12-2008 11:00 PM

bonsoir, I think it puts a little time a tagger, it must act with time .. I thank you now 2 tagg

maxicep 06-18-2008 11:51 AM

Thanks , great

But it adds a few queries to all pages :(

tpearl5 06-27-2008 05:30 PM

saving this for later :)

Mr.samy 07-01-2008 01:08 PM

I install it and works perfectly but

I receive and database error

about duplicate key for entry

NeutralizeR 07-01-2008 04:34 PM

Quote:

Originally Posted by Mr.samy (Post 1563947)
I install it and works perfectly but

I receive and database error

about duplicate key for entry

Apply this edit:
https://vborg.vbsupport.ru/showpost....&postcount=117

Mr.samy 07-01-2008 09:11 PM

thanks mr.NeutralizeR

but i already make this modification

see
PHP Code:

if (strlen($search)>0)
            {
                                                                
$search=substr($search,0,254);
                
$this->_logHit(strtolower($search),$pageURL);        
            }
        }
    } 

and i still receive the error message

PHP Code:

Database error in vBulletin 3.7.1:

Invalid SQL:
INSERT into google_searches VALUES ('ma3hd','http://www.ma3hd.net/vb/showthread.php?t=9165\',1);

MySQL Error   : Duplicate entry '' for key 1
Error Number  : 1062 

my board used UTF8 encoding

NeutralizeR 07-02-2008 03:53 AM

Hmm... alright. Revert the changes you made to search_cloud.php file.

Find:
PHP Code:

$search $this->getMysqlReadyString(trim($search)); 

Add below:
PHP Code:

        if (strlen($search) > 100 || strlen($pageURL) > 100)
        {
            return;
        } 



All times are GMT. The time now is 01:19 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.01221 seconds
  • Memory Usage 1,744KB
  • 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
  • (4)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
  • (2)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