vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
vBSEO Total Support Team Launches DeskPro New vBSEO Discount Level for Network Builders vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

Usernames with special characters linking to wrong user profile.

This is a discussion on Usernames with special characters linking to wrong user profile. within the Bug Reporting forums, part of the vBSEO SEO Plugin category; I have a user with a name "~rebecca~" and another user with only "rebecca" as the username. If you click ...

Go Back   vBulletin SEO Forums > vBSEO SEO Plugin > Bug Reporting

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 10-24-2005, 04:20 AM
Senior Member
Big Board Administrator
 
Real Name: vissa
Join Date: Aug 2005
Location: CA, USA
Posts: 133
Usernames with special characters linking to wrong user profile.

I have a user with a name "~rebecca~" and another user with only "rebecca" as the username. If you click on "~rebecca~" anywhere (from postbit or memberlist), it takes you to the wrong profile (the other rebecca).

I've also noticed other problems clicking on usernames with strange characters. For example, a user with an ampersand (&) in the middle of the name gets linked to a profile with "and" instead and returns a profile not found error.

One big negative of the closed source is I can't fix this myself, and even if you fix it I have to wait until the next release instead of just applying a quick path.

-V
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
  #2  
Old 10-24-2005, 09:12 AM
Keith Cohen's Avatar
vBSEO Staff
vBSEO Total Customer SupportBig Board Administrator
 
Real Name: Keith Cohen
Join Date: Jul 2005
Location: Raleigh, NC USA
Posts: 6,266
Re: Usernames with special characters linking to wrong user profile.

For the first problem, you probably need to change the same setting I did:
http://www.vbseo.com/f77/member-list-1299

For the second problem, it may be related to this: http://www.vbseo.com/f77/error-a-member-1524
__________________
Keith Cohen / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.


My Personal Sites: My Blog | GPS Discussion Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
  #3  
Old 10-24-2005, 01:50 PM
Juan Muriente's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Juan Carlos Muriente
Join Date: Jun 2005
Location: Puerto Rico
Posts: 12,721
Re: Usernames with special characters linking to wrong user profile.

V,

The issue with special characters in usernames can be corrected by enabling the following option via your config_vbseo.php:
Code:
 
define('VBSEO_REWRITE_MEMBER_MORECHARS', 1);
The 'and' issue in member profiles has been corrected and the fix will be distributed in 2.1.1 (to be released today)

Juan
__________________
Juan Muriente / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
  #4  
Old 10-27-2005, 12:06 AM
Juan Muriente's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Juan Carlos Muriente
Join Date: Jun 2005
Location: Puerto Rico
Posts: 12,721
Re: Usernames with special characters linking to wrong user profile.

Did 2.1.1 resolved your issue? Please let me know so that I can close this one.
__________________
Juan Muriente / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
  #5  
Old 10-27-2005, 10:19 PM
Junior Member
 
Real Name: Elmer Hernandez
Join Date: Oct 2005
Posts: 29
Send a message via MSN to Elmer
Re: Usernames with special characters linking to wrong user profile.

Quote:
Originally Posted by Juan Muriente
V,

The issue with special characters in usernames can be corrected by enabling the following option via your config_vbseo.php:
Code:
 
define('VBSEO_REWRITE_MEMBER_MORECHARS', 1);
The 'and' issue in member profiles has been corrected and the fix will be distributed in 2.1.1 (to be released today)

Juan
I have the same problem with special characters.
I have enabled this option but didn't make any effect.

edited: I noted that this just happen with usernames starting with the character -
so I had to change the format to members/[user_name]-[user_id].html

Last edited by Elmer; 10-27-2005 at 10:34 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
  #6  
Old 10-28-2005, 03:59 AM
Senior Member
Big Board Administrator
 
Real Name: vissa
Join Date: Aug 2005
Location: CA, USA
Posts: 133
Re: Usernames with special characters linking to wrong user profile.

I switched to encoded special characters, which is ugly but works. I haven't tried going back to regular characters to see if it fixed the problem in general, but I will.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
  #7  
Old 10-30-2005, 06:41 AM
Senior Member
Big Board Administrator
 
Real Name: vissa
Join Date: Aug 2005
Location: CA, USA
Posts: 133
Re: Usernames with special characters linking to wrong user profile.

I am still having problems with a few member profiles (though most are fixed). Try clicking on a member profile that ends in a 2, for example. I have a member "crazi4horses2" and when I click their profile, I get the following error.

Fatal error: Call to a member function on a non-object in XXXXXX/forum/includes/functions_gallery.php on line 1082

-vissa
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
  #8  
Old 10-30-2005, 06:46 AM
Senior Member
Big Board Administrator
 
Real Name: vissa
Join Date: Aug 2005
Location: CA, USA
Posts: 133
Re: Usernames with special characters linking to wrong user profile.

Actually this latest error seems to have something to do with a plugin that shows pictures in a user profile from VBA Gallery. I don't know for sure if it is vbseo related or not.

-vissa
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
  #9  
Old 10-30-2005, 11:17 AM
Juan Muriente's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Juan Carlos Muriente
Join Date: Jun 2005
Location: Puerto Rico
Posts: 12,721
Re: Usernames with special characters linking to wrong user profile.

Quote:
I have the same problem with special characters.
I have enabled this option but didn't make any effect.

edited: I noted that this just happen with usernames starting with the character -
so I had to change the format to members/[user_name]-[user_id].html
Can you please PM me the exact URL of the member profile that you had problems with?

Quote:
I am still having problems with a few member profiles (though most are fixed). Try clicking on a member profile that ends in a 2, for example. I have a member "crazi4horses2" and when I click their profile, I get the following error.
I see that you have renamed the profiles to end with '204' instead:
crazy4horses204
crazy4horses205

Were you able to confirm if the issue was related to the vBGallery?
__________________
Juan Muriente / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
  #10  
Old 11-17-2005, 08:54 PM
Juan Muriente's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Juan Carlos Muriente
Join Date: Jun 2005
Location: Puerto Rico
Posts: 12,721
Re: Usernames with special characters linking to wrong user profile.

Hello vissa, any updates on this issue?
__________________
Juan Muriente / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
  #11  
Old 11-17-2005, 09:01 PM
Senior Member
Big Board Administrator
 
Real Name: vissa
Join Date: Aug 2005
Location: CA, USA
Posts: 133
Re: Usernames with special characters linking to wrong user profile.

The second problem (error) was indeed related to a vbGallery mod. I haven't tried switching back to normal character encoding, but will likely do so soon.

-vissa
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
  #12  
Old 11-17-2005, 10:04 PM
Juan Muriente's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Juan Carlos Muriente
Join Date: Jun 2005
Location: Puerto Rico
Posts: 12,721
Re: Usernames with special characters linking to wrong user profile.

Ok, no probs. Closing this thread in preparation for the 2.2.1 release. Please open a new one if you find issues with the feature.

Cheers
__________________
Juan Muriente / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Closed Thread

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


Similar Threads

Thread Thread Starter Forum Replies Last Post
Usernames with special characters linking to wrong user profile zylstra Troubleshooting 5 03-02-2006 06:16 PM
Usernames with special characters linking to wrong user profile PART 2 vissa Bug Reporting 3 12-02-2005 07:19 PM
username, special characters, wrong link - Additional Ghostsuit Bug Reporting 12 10-07-2005 01:59 PM
username, special characters, wrong link MMAFan Bug Reporting 3 09-18-2005 12:41 AM


All times are GMT -4. The time now is 09:41 PM.


Powered by vBulletin Version 3.8.0 Beta 4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.