Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Results 1 to 4 of 4

Thread: vbetflag- issue not resolved

  1. #1
    Member
    Join Date
    Oct 2009
    Posts
    67

    Default vbetflag- issue not resolved

    Still getting lots of links like this in my serverlog:

    66.249.65.7 - - [20/Jan/2010:14:15:08 +0100] "GET /cs/sv/vbet_flag-/sv/showthread.php?t=13307 HTTP/1.1" 404 491 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"

  2. #2
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    So - hunting open again Lets hope this time we will blast it entirely

  3. #3
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Can you please remind me your forum URL?

  4. #4
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    GOT IT! I finally reproduced it! It happens when somebody adds to URL language code of forum default language. Now it will be easy to correct it Hope that i the last possibility of having this bug Anyway - this way of having it is corrected and will be included in 3.3.1

    Quick fix for this:
    1. open /includes/vbenterprisetranslator_functions_redirect.php
    2. find:
    PHP Code:
    if ($vbet_isActualIgnored) { 
    3. and replace it by:
    PHP Code:
    if ($vbet_isActualIgnored || $_GET['language'] == $vbulletin->options['vbenterprisetranslator_forumlanguage']) { 
    Important question - did you removed code of your forum language when integrated with sitemap generator??? Most probably that is why Google is trying to go to such links, because vBET never changes links for original language.

    We will take care about automatic redirection in case when somebody add forum language to URL and you take care about your sitemap generator integration - remove from there codes of not supported languages and your forum language.
    Last edited by vBET; 22-01-10 at 02:13.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •