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)

hdrmut 05-12-2008 01:53 PM

Quote:

Originally Posted by NeutralizeR (Post 1516981)
I see
Code:

Warning: mysql_connect() [function.mysql-connect]: Access denied for user ' hdrmut_mohammed'@'localhost' (using password: YES) in [path]/search_cloud.php on line 118
error in your site. It's a database connection issue. You should enter the correct database name, username, password and IP.


Iam sury

the problem same :)

Mesohu 05-12-2008 04:22 PM

Quote:

Originally Posted by Mesohu (Post 1517072)
how i can change the width of this template($searchcloud) b'coz i'm using a fixed skin .

???

Magnumutz 05-12-2008 04:27 PM

Nice hack and a VERY nice skin you got on your forum :)

TruthElixirX 05-12-2008 10:45 PM

I get this error:

Code:

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-dev.google_searches order by hits DESC limit 100' at line 1

glennybee 05-13-2008 12:45 AM

Nice hack, thanks.

Is it possible to integrate this into vBadvanced CMPS?

I have created a new adv_portal_search_cloud template with the following code:

Code:

<tr class="alt1"><td>$searchcloud</td></tr>
I've also included the search_cloud.php file in the Global Advanced settings page. I see the new module on my page but it's empty, whereas I have search criteria in the cloud on forum home.

Thanks :)

NeutralizeR 05-13-2008 01:13 AM

Quote:

Originally Posted by Mesohu (Post 1517072)
how i can change the width of this template($searchcloud) b'coz i'm using a fixed skin .

Edit "Search Templates > searchcloud".

Quote:

Originally Posted by TruthElixirX (Post 1517720)
I get this error:

Code:

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-dev.google_searches order by hits DESC limit 100' at line 1

This hack doesn't use table prefixes. The table name will always be "google_searches" for everybody. Check which table exists "-dev.google_searches" or "google_searches" and edit your search_cloud.php.

Quote:

Originally Posted by glennybee (Post 1517777)
Nice hack, thanks.

Is it possible to integrate this into vBadvanced CMPS?

I have created a new adv_portal_search_cloud template with the following code:

Code:

<tr class="alt1"><td>$searchcloud</td></tr>
I've also included the search_cloud.php file in the Global Advanced settings page. I see the new module on my page but it's empty, whereas I have search criteria in the cloud on forum home.

Thanks :)

I haven't tried adding it as a vbadvanced module yet but if you put $searchcloud to your footer template, it'll also work for vbadvanced pages. I'll check it soon...

NeutralizeR 05-13-2008 01:26 AM

glennybee, use $vbsearchcloud instead of $searchcloud.

glennybee 05-13-2008 03:17 AM

Thanks for the reply NeutralizeR but I don't really want it in the footer.

When you're in the vBa CMPS admincp settings > edit module, you have the option to preview the module. You can see that the module works and you see the search queries. But when you go to the actual portal page, the queries don't appear. I'll keep working on it.

P.S. I tried $vbsearchcloud and that was the same. :(

vmacedonia 05-13-2008 07:04 AM

How to clean up the database with the referral links?

I have made some changes to the PHP file like the number of displayed links, and now I need the info to be cleaned up and showed all over again.

swissknife 05-13-2008 11:09 AM

ich got a little problem: when the product is active, then this error appears:

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-united.google_searches order by hits DESC limit 100' at line 1


Quote:

This hack doesn't use table prefixes. The table name will always be "google_searches" for everybody. Check which table exists "-dev.google_searches" or "google_searches" and edit your search_cloud.php.
but i dont use prefixes?!?!?

Marco van Herwaarden 05-13-2008 11:31 AM

Cleaned thread from all non-english posts.

vBulletin.org is an international community where the only language allowed is english.

NeutralizeR 05-15-2008 10:59 AM

Please upgrade to the latest version.

v1.0.2 - May 15 2008
-Fixed security issue
-Added option to disable/enable hit counts
-Added blacklist option to disallow specific words

unitedpunjab 05-15-2008 11:12 AM

got this error
' Table 'forum.searches' doesn't exist'

NeutralizeR 05-15-2008 11:17 AM

Quote:

Originally Posted by unitedpunjab (Post 1520347)
got this error
' Table 'forum.searches' doesn't exist'

Sorry, my mistake. Re-download the ZIP please.

onnenkolikko 05-15-2008 11:35 AM

I get:

Fatal error: Call to undefined method SearchCloud::getMysqlReadyString() in /home/content/o/n/n/onnenkolikko/html/search_cloud.php on line 130

Any idea whats wrong?

alhindasi 05-15-2008 11:38 AM

did you update to Version: 1.0.2 & tell me what is the Deffrent Version: 1.0.1 and Version: 1.0.2

NeutralizeR 05-15-2008 11:39 AM

Quote:

Originally Posted by onnenkolikko (Post 1520364)
I get:

Fatal error: Call to undefined method SearchCloud::getMysqlReadyString() in /home/content/o/n/n/onnenkolikko/html/search_cloud.php on line 130

Any idea whats wrong?

Open search_cloud.php.

Change:
PHP Code:

_getMysqlReadyString($a

to

PHP Code:

getMysqlReadyString($a


alhindasi 05-15-2008 11:40 AM

Dear i get error

' Table 'hindasi_vb' doesn't exist'

NeutralizeR 05-15-2008 11:41 AM

Quote:

Originally Posted by alhindasi (Post 1520366)
did you update to Version: 1.0.2 & tell me what is the Deffrent Version: 1.0.1 and Version: 1.0.2

I've already posted what's new and fixed. I'll work on %100 vb integration so you won't have to enter the db details again.

Quote:

Originally Posted by alhindasi (Post 1520371)
Dear i get error


' Table 'hindasi_vb' doesn't exist'

The only table is being used by this hack is "google_searches".

Sorry for the troubles.

onnenkolikko 05-15-2008 11:44 AM

Thanks NeutralizeR, working now :)

swissknife 05-15-2008 12:33 PM

I am sorry, i reinstalled it again and got the some error:

Quote:

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-united.google_searches order by hits DESC limit 100' at line 1
i dont use prefixes...

NeutralizeR 05-15-2008 12:42 PM

Quote:

Originally Posted by swissknife (Post 1520425)
I am sorry, i reinstalled it again and got the some error:



i dont use prefixes...

Open your search_cloud.php file and change all instances of google_searches with -united.google_searches.

I'm currently working on the new version which won't ask you the db details.

swissknife 05-15-2008 12:53 PM

There are two of them, right?

my database name is boards-united. i dont know, why the error is "for the right syntax to use near '-united.google_searches order by h"

ok, i changed it into boards-united.google_searches -> still error

second try changing it to -united.google_searches -> error again.

:(

NeutralizeR 05-15-2008 01:21 PM

Quote:

Originally Posted by swissknife (Post 1520442)
There are two of them, right?

my database name is boards-united. i dont know, why the error is "for the right syntax to use near '-united.google_searches order by h"

ok, i changed it into boards-united.google_searches -> still error

second try changing it to -united.google_searches -> error again.

:(

Okay... please disable the product now and wait for the next version. I hope it'll work for you.

swissknife 05-15-2008 01:30 PM

never mind , thank you for your time and your help.

gibby540 05-15-2008 01:51 PM

I am getting this error:

Code:

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

Mesohu 05-15-2008 03:54 PM

Quote:

Originally Posted by gibby540 (Post 1520503)
I am getting this error:

Code:

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

check your database info ...
if you have a password for your database you must enter it b'coz actually you have not entered it .

(using password: NO)

gibby540 05-15-2008 03:57 PM

Quote:

Originally Posted by Mesohu (Post 1520663)
check your database info ...
if you have a password for your database you must enter it b'coz actually you have not entered it .

(using password: NO)

Actually, I did enter it. I checked the settings like 10 times to make sure I had all the settings right (and double-checked it with the config.php file)

tarzan22 05-15-2008 05:03 PM

I get the cloud in search but not in the index, that may be?

Thank you and pardon my English

is a translation of Google

NeutralizeR 05-15-2008 07:39 PM

v1.0.3 - May 15 2008
-Changed mySQL variables so you don't have to enter the db details

Uninstall the previous version first.

jacx 05-15-2008 07:53 PM

goes to try it

working fine..thank u!

swissknife 05-15-2008 08:33 PM

GREAT! Thanks a lot! U did a great AND fast job!!!!!!!!!!!!!!

T3G4Life 05-15-2008 09:10 PM

could you make this for 3.6 PLEASE!!!

NeutralizeR 05-15-2008 09:13 PM

Quote:

Originally Posted by T3G4Life (Post 1521056)
could you make this for 3.6 PLEASE!!!

It should work on 3.6.x with no problems.

dtv100 05-15-2008 09:57 PM

tested on 3.6.10 no problem.

thanks again for this addon .

jhamaican 05-16-2008 01:27 AM

I just made my website 2 days ago and installed this mod.

Will words start to show up after I get indexed in Google and people hit on my website through Google search?

NeutralizeR 05-16-2008 05:28 AM

Quote:

Originally Posted by jhamaican (Post 1521211)
I just made my website 2 days ago and installed this mod.

Will words start to show up after I get indexed in Google and people hit on my website through Google search?

Correct. Install the latest version.

NeutralizeR 05-16-2008 10:15 AM

v1.0.4 - May 16 2008
-Fixed bug: hit counts don't work

Just upload the new search_cloud.php and overwrite.

tarzan22 05-16-2008 11:27 AM

Quote:

Originally Posted by NeutralizeR (Post 1520952)
v1.0.3 - May 15 2008
-Changed mySQL variables so you don't have to enter the db details

Uninstall the previous version first.


I did not understand, the problem is that shown in the search but not in the index

Greetings and thanks

Fırtına 05-16-2008 12:37 PM

Thanks, İnstalled...

NutralizeR hocam v1.0.4 güncellemesi tümüyle düzeltilmiş. teşekkürler...

İyi çalışmalar...


All times are GMT. The time now is 01:01 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.01411 seconds
  • Memory Usage 1,829KB
  • 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
  • (7)bbcode_code_printable
  • (2)bbcode_php_printable
  • (18)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