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)

NeutralizeR 05-17-2008 11:25 AM

Quote:

Originally Posted by maidos (Post 1522466)
on the search cloud it jsut give me the search name links that lead me to the main site, is this normal behaviour

What's the url to test?

Support 05-17-2008 07:00 PM

shows strange leters

im from egypt

my dp sets on :

latin1

i need that line :

$datas[kw]=iconv("utf-8","iso-8859-9",$datas[kw]);


but with right code

NeutralizeR 05-17-2008 07:51 PM

Quote:

Originally Posted by Support (Post 1522846)
shows strange leters

im from egypt

my dp sets on :

latin1

i need that line :

$datas[kw]=iconv("utf-8","iso-8859-9",$datas[kw]);


but with right code

Try this one:

PHP Code:

$datas[kw]=iconv("utf-8","windows-1256",$datas[kw]); 


Magnumutz 05-18-2008 05:52 AM

I re-downloaded and re-installed the product but i get the same error... and i'm not using table prefixes.

NeutralizeR 05-18-2008 07:22 AM

Quote:

Originally Posted by Magnumutz (Post 1523176)
I re-downloaded and re-installed the product but i get the same error... and i'm not using table prefixes.

Your problem is not related to table prefixes. You need to change all instances of stripos to strpos in search_cloud.php or upgrade to PHP 5.

MetalORock 05-18-2008 07:48 AM

very great thanks :)

Magnumutz 05-18-2008 08:27 AM

Quote:

Originally Posted by NeutralizeR (Post 1523216)
Your problem is not related to table prefixes. You need to change all instances of stripos to strpos in search_cloud.php or upgrade to PHP 5.

Yup, changing all the "stripos" to "strpos" worked. But what's the difference anyways?

NeutralizeR 05-18-2008 10:08 AM

Quote:

Originally Posted by Magnumutz (Post 1523246)
Yup, changing all the "stripos" to "strpos" worked. But what's the difference anyways?

stripos is only a php5 function but strpos should be fine, too. I'll change it in the next version.

matrex722 05-18-2008 10:42 AM

Fatal error: Call to undefined function iconv() in /home/77elrrm31aber/public_html/vb/search_cloud.php on line 218

Andreas 05-18-2008 10:43 AM

Fix your PHP or tell your host to do so - iconv() is really necessary for a lot of things.


All times are GMT. The time now is 06:27 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.01329 seconds
  • Memory Usage 1,740KB
  • 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_php_printable
  • (5)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