vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now!
vBSEO 2.0 Style Released vBSEO 3.3.0 GOLD Launched vBSEO's "LiveStats" for Google Analytics vB Sitemap Generator, Version 2.5 Success with vBSEO = 600ore Web Visitors + $1400 in a Day!

double bytes toggle switch

This is a discussion on double bytes toggle switch within the Feature Requests forums, part of the vBSEO SEO Plugin category; Since vbseo is not fully functional with 2 bytes characters, I still can not get it work with 2 bytes ...

Go Back   vBulletin SEO Forums > vBSEO SEO Plugin > Feature Requests

Enhancing 80 million pages.

  #1  
Old 09-21-2006, 10:07 PM
Member
 
Real Name: Tako
Join Date: Jul 2006
Posts: 41
double bytes toggle switch

Since vbseo is not fully functional with 2 bytes characters, I still can not get it work with 2 bytes characters for linkbacks etc. I could modify vb itself to work with 2 bytes code but I can not modify vbseo because it is encrypted.

I request you guys to make a toggle switch to turn vbseo into multi-language mode. It is fairly easy. all you have to do is replace several functions into mb ones.

PHP: Multibyte String Functions - Manual

Once you make this, I could use your great software fully functional on my site!

Regards

Tako
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 09-21-2006, 10:28 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer Support
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 23,637
Hello Tako,

in vBSEO3.0.0RC5 there is a new feature implemented to support multibyte charset (UTF8), you should manually modify your config_vbseo.php for this:
Code:
	define('VBSEO_UTF8_SUPPORT',        1);
__________________
Oleg Ignatiuk / Crawlability Inc.
vBSEO Styles: Version 1.0 PRO For Everyone Version 2.0 For vBSEO Customers

vBSEO 3.3.0 Gold Released with New "Virtual HTML Display" Feature Available for Download Now

6X Traffic - $1400 in One Day with vBSEO! Max Out Your SEO

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #3  
Old 10-15-2006, 03:06 PM
Member
 
Real Name: Tako
Join Date: Jul 2006
Posts: 41
thanks, but it is not enough.

When you store linkback info into each variable, you have to do this.

1. At first, you detect if function exists,
PHP Code:
if (function_exists('mb_convert_encoding')) 
2. then, detect what encoding is used from one of the variables,
PHP Code:
$original_encoding mb_detect_encoding($original_string"auto"); 
3. and apply encoding change to each item like this.
PHP Code:
$final_string mb_convert_encoding($original_string"UTF-8"$original_encoding); 
4. repeat 3 for each variable.

I did this for other vb applications and works good. by adding 1, you wont have any effect to existing users.

I am happy to test it once you have this addition to your vbseo. So far this is the only major issue I have with your VBSEO on my Japanese forum.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 11-14-2006, 02:27 AM
Member
 
Real Name: Tako
Join Date: Jul 2006
Posts: 41
I hope you guys implement this feature that way I can fully use your features.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #5  
Old 11-14-2006, 07:26 AM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer Support
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 23,637
Hello,

what is an example linkback that doesn't work correctly for you (you can provide more details via support ticket if you wish)?
__________________
Oleg Ignatiuk / Crawlability Inc.
vBSEO Styles: Version 1.0 PRO For Everyone Version 2.0 For vBSEO Customers

vBSEO 3.3.0 Gold Released with New "Virtual HTML Display" Feature Available for Download Now

6X Traffic - $1400 in One Day with vBSEO! Max Out Your SEO

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 05:47 PM.


Powered by vBulletin Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 ©2009, Crawlability, Inc.