vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Forum Display Enhancements - vB Enterprise Translator (https://vborg.vbsupport.ru/showthread.php?t=220886)

Kolbi 11-07-2009 11:22 AM

Quote:

Originally Posted by NLP-er (Post 1911114)
Yes - vBET is missing this slash, but I cannot reproduce it on my forum, so it is very good question about htaccess rules :)

I found the issue. It was my header template :)
HTML Code:

<a href="$vboptions[bburl]/">
just had to add the /
:)

Quote:

Originally Posted by NLP-er
About resources. It will take quite of space in your DB for cache, but hard drive is not an issue in this time and all data are indexed so access is immediate

So it does not influence the normal Pageload time (if it isn?t translated)? Only the flags are causing a little bit more loading time?

Are there statistics how much traffic you can get? And also splitted up in the languages?


Another little bug, I?m using Cyb - Advanced Forum Statistics and the links within the Statistics aren?t redirecting to the translated page, it redirects to the normal language.

Kolbi 11-07-2009 11:28 AM

Since adding the new languages to vbseo sitemap I can?t run sitemap generator because it breaks down after a while. And it does not finish work.

Quote:

[SECTION START] showthread [7,956.1Kb mem used] [84,918s (+83,959s)]
[SECTION START] blogs [8,181.7Kb mem used] [84,920s (+2s)]
[SECTION START] tags [8,184.4Kb mem used] [84,920s (+0s)]
Than it stopps working....

jaderollie 11-07-2009 12:31 PM

Bought my version, and will review it in afew days for you all ;)
especially for those still on the fence wondering weather to buy it, or not ;)
im also going with a paid install, as im not to clever with computers, or servers :(

Ruler68jg 11-08-2009 08:53 AM

I have installed it but as soon as i choose a different language I get this error !

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, support@myprovider.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

OMNIX 11-08-2009 12:12 PM

welcome
I have a configuration file. htaccess
someone give me the sea as it is to look where is the mistake?

Code:

# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On

# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /

#RewriteCond %{HTTP_HOST} !^www\.kronos-sat\.pl
#RewriteRule (.*) http://www.kronos-sat.pl/$1 [L,R=301]

RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]


Ruler68jg 11-08-2009 02:02 PM

if you have asked for my .htaccess, its as following :
#rules for SEO translation links without vbSEO

RewriteEngine On

RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is |id|ga|it|ja|ko|lv|lt|mk|ms|mt |no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|sq|ca|et|tl|gl|hi|id|lv|lt|mt|sl|uk |vi|cy|yi)/$ index.php?language=$1 [L,QSA]
RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is |id|ga|it|ja|ko|lv|lt|mk|ms|mt |no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|sq|ca|et|tl|gl|hi|id|lv|lt|mt|sl|uk |vi|cy|yi)/(.*)?$ $2?language=$1 [L,QSA]

#rules for SEO translation links with vbSEO (have to be included before all rules to vbseo.php)

#RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is |id|ga|it|ja|ko|lv|lt|mk|ms|mt |no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|sq|ca|et|tl|gl|hi|id|lv|lt|mt|sl|uk |vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redire cted=/index.php [L,QSA]
#RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is |id|ga|it|ja|ko|lv|lt|mk|ms|mt |no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|sq|ca|et|tl|gl|hi|id|lv|lt|mt|sl|uk |vi|cy|yi)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redire cted=/$2 [L,QSA]

#RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
#RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]

hope I can get a solution

dai-kun 11-08-2009 03:15 PM

Quote:

Originally Posted by Ruler68jg (Post 1911566)
I have installed it but as soon as i choose a different language I get this error !

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, support@myprovider.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Do you have Mod Security installed? Go to your WHM and scroll down to the Plugins section and see if Mod Security is listed under it. Then click on it and see if there are blocked logs.

Quote:

Originally Posted by Ruler68jg (Post 1911629)
if you have asked for my .htaccess, its as following :
#rules for SEO translation links without vbSEO

RewriteEngine On

RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is |id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|s r|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|sq|ca|et|tl|gl|hi|id|lv|lt|mt|sl|uk |vi|cy|yi)/$ index.php?language=$1 [L,QSA]
RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is |id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|s r|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|sq|ca|et|tl|gl|hi|id|lv|lt|mt|sl|uk |vi|cy|yi)/(.*)?$ $2?language=$1 [L,QSA]




#rules for SEO translation links with vbSEO (have to be included before all rules to vbseo.php)

#RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is |id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|s r|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|sq|ca|et|tl|gl|hi|id|lv|lt|mt|sl|uk |vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redire cted=/index.php [L,QSA]
#RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is |id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|s r|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|sq|ca|et|tl|gl|hi|id|lv|lt|mt|sl|uk |vi|cy|yi)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redire cted=/$2 [L,QSA]

#RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
#RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]

hope I can get a solution

You use the first set of code for without vbseo, and the 2nd set with vbseo..

dai-kun 11-08-2009 03:22 PM

Quote:

Originally Posted by OMNIX (Post 1911605)
welcome
I have a configuration file. htaccess
someone give me the sea as it is to look where is the mistake?

Code:

# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On

# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /

#RewriteCond %{HTTP_HOST} !^www\.kronos-sat\.pl
#RewriteRule (.*) http://www.kronos-sat.pl/$1 [L,R=301]

RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]


Use
Quote:

RewriteEngine On
##########vBET
RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is |id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|s r|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redire cted=/index.php [L,QSA]
RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is |id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|s r|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redire cted=/$2 [L,QSA]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule $ vbenterprisetranslator_seo.php [L,QSA]
##########

##########vBSEO
#RewriteBase /

#RewriteCond %{HTTP_HOST} !^www\.kronos-sat\.pl
#RewriteRule (.*) http://www.kronos-sat.pl/$1 [L,R=301]

RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
##########

Blacura 11-08-2009 03:57 PM

I added the update but now when i click on a flag the language will not change. what did i do wrong?

OMNIX 11-08-2009 04:13 PM

Quote:

Originally Posted by dai-kun (Post 1911664)
Use


when you paste. htaccess file perish the entire text from the forum after you select a language

https://vborg.vbsupport.ru/

dai-kun 11-08-2009 04:51 PM

Quote:

Originally Posted by OMNIX (Post 1911685)
when you paste. htaccess file perish the entire text from the forum after you select a language

https://vborg.vbsupport.ru/


Do you have iconv and curl installed? Check your php.info if the extension is installed.

OMNIX 11-08-2009 05:00 PM

Quote:

Originally Posted by dai-kun (Post 1911697)
Do you have iconv and curl installed? Check your php.info if the extension is installed.


so yesterday I explained I was home at the forums are no longer
So looking for what is wrong

Blacura 11-08-2009 06:50 PM

ok i got this working but how do i add this to my VBcmps page?

NLP-er 11-08-2009 07:53 PM

Quote:

Originally Posted by Kolbi (Post 1911286)
I found the issue. It was my header template :)
HTML Code:

<a href="$vboptions[bburl]/">
just had to add the /
:)


So it does not influence the normal Pageload time (if it isn?t translated)? Only the flags are causing a little bit more loading time?

Are there statistics how much traffic you can get? And also splitted up in the languages?


Another little bug, I?m using Cyb - Advanced Forum Statistics and the links within the Statistics aren?t redirecting to the translated page, it redirects to the normal language.

In next release it will work also for those who don't have this / :)

About flags and loading time - no those are not causing more loading time, since after first time most browsers just cache images.

About Cyb statistic. It is not a bug - page is translated well. Statistics are just not part of the page - those are taken by AJAX beside page generation process. vBET can be of course integrated with AJAX - 3.x is fully integrated with vBulletin AJAX editors. And vBET 3.x will be integrated wit most used mods in its time.

I do not plan new features for vBET 2.x (only maintenance) so added integration for vBET 2.x to Cyb statistic will not be directly supported by my side.

But I will gladly help to any author of any mod who wants make it compatible with vBET. So you can aways ask author of the other mod will he make integration with vBET and give him integration that he will get help from me in this task. It can be really very simple :)

NLP-er 11-08-2009 07:56 PM

Quote:

Originally Posted by Kolbi (Post 1911290)
Since adding the new languages to vbseo sitemap I can?t run sitemap generator because it breaks down after a while. And it does not finish work.


Than it stopps working....

Please make sure you made integration alright. After that go to configuration options. Change settings for number of links in one sitemap to lower one, and make longer time space between each one. Most probably generator was stopped by your server because too big server load.

NLP-er 11-08-2009 08:01 PM

Quote:

Originally Posted by OMNIX (Post 1911605)
welcome
I have a configuration file. htaccess
someone give me the sea as it is to look where is the mistake?

Code:

# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On

# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /

#RewriteCond %{HTTP_HOST} !^www\.kronos-sat\.pl
#RewriteRule (.*) http://www.kronos-sat.pl/$1 [L,R=301]

RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]


You do not have here vBET rules at all. Also for just vBSEO it is too short. There should be more rules. Which version of vBSEO are you using?

NLP-er 11-08-2009 08:05 PM

Quote:

Originally Posted by Ruler68jg (Post 1911629)
if you have asked for my .htaccess, its as following :
#rules for SEO translation links without vbSEO

RewriteEngine On

RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is |id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|s r|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|sq|ca|et|tl|gl|hi|id|lv|lt|mt|sl|uk |vi|cy|yi)/$ index.php?language=$1 [L,QSA]
RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is |id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|s r|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|sq|ca|et|tl|gl|hi|id|lv|lt|mt|sl|uk |vi|cy|yi)/(.*)?$ $2?language=$1 [L,QSA]




#rules for SEO translation links with vbSEO (have to be included before all rules to vbseo.php)

#RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is |id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|s r|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|sq|ca|et|tl|gl|hi|id|lv|lt|mt|sl|uk |vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redire cted=/index.php [L,QSA]
#RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is |id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|s r|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|sq|ca|et|tl|gl|hi|id|lv|lt|mt|sl|uk |vi|cy|yi)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redire cted=/$2 [L,QSA]

#RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
#RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]

hope I can get a solution

Do you use vBSEO?

OMNIX 11-08-2009 08:07 PM

VB 3.8.4 I VBSEO 3.3.2

Powered by vBulletin® Version -=KS=-
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2
Licensed to kronos-sat.pl - Kronos-Sat vBulletin
vBulletin Skin developed by: kronos-sat

NLP-er 11-08-2009 08:07 PM

Quote:

Originally Posted by Blacura (Post 1911678)
I added the update but now when i click on a flag the language will not change. what did i do wrong?

And what happens? Can you give me your forum link?

NLP-er 11-08-2009 08:08 PM

Quote:

Originally Posted by OMNIX (Post 1911685)
when you paste. htaccess file perish the entire text from the forum after you select a language

http://img527.imageshack.us/img527/2236/ks2.png

Please just see the FAQ in first post. You have wrong Google API key or you didn't configured appropriately the mod - details in first post :)

NLP-er 11-08-2009 08:10 PM

Quote:

Originally Posted by Blacura (Post 1911723)
ok i got this working but how do i add this to my VBcmps page?

Great to hear :) Mod is well tested by hundreds of forums, so if some issues comes it mostly means that it was wrong installed or configured ;)

What is VBcmps page?

OMNIX 11-08-2009 08:24 PM

so actually the wine key, now the main forum for translators to 100% for many of the interpreters do not?

Blacura 11-08-2009 08:38 PM

Quote:

Originally Posted by NLP-er (Post 1911752)
Great to hear :) Mod is well tested by hundreds of forums, so if some issues comes it mostly means that it was wrong installed or configured ;)

What is VBcmps page?

this is vb cmps

http://www.vbadvanced.com/products.p...fo&productid=4

Ruler68jg 11-09-2009 08:28 AM

Quote:

Originally Posted by dai-kun (Post 1911660)
Do you have Mod Security installed? Go to your WHM and scroll down to the Plugins section and see if Mod Security is listed under it. Then click on it and see if there are blocked logs.



You use the first set of code for without vbseo, and the 2nd set with vbseo..

May I ask what is "Go to your WHM and scroll down to the Plugins section " or where is WHM ??

and my forum is Powered by vBulletin? Version 3.8.4 so I guess I am not useing vBSEO?
Please help me , I had this idea that it was going to be a very easy modification but it seems to be very complicated !!!

OK I got it NOW its not free one has to buy the software to make it work ???

albramj 11-09-2009 12:53 PM

Thank you very much
installed

Kolbi 11-09-2009 03:28 PM

Quote:

Originally Posted by NLP-er (Post 1911741)
Please make sure you made integration alright.

Integration is checked and alright. Currently I only added en language to sitemap and it works.

Quote:

Originally Posted by NLP-er (Post 1911741)
After that go to configuration options. Change settings for number of links in one sitemap to lower one, and make longer time space between each one. Most probably generator was stopped by your server because too big server load.

How to make a longer time space? The number of urls is decreased now.

NLP-er 11-11-2009 02:13 PM

Quote:

Originally Posted by OMNIX (Post 1911760)
so actually the wine key, now the main forum for translators to 100% for many of the interpreters do not?

I don't understand the question :) Can you ask it again in other words? :)

NLP-er 11-11-2009 02:15 PM

Quote:

Originally Posted by Blacura (Post 1911765)

vBET 3.x will be completly integrated with vB Advanced Dynamics in next release. You can make suggestions about next mods which you want be integrated on this thread:
http://www.vbenterprisetranslator.co...t.html#post274

NLP-er 11-11-2009 02:19 PM

Quote:

Originally Posted by Ruler68jg (Post 1911899)
May I ask what is "Go to your WHM and scroll down to the Plugins section " or where is WHM ??

and my forum is Powered by vBulletin? Version 3.8.4 so I guess I am not useing vBSEO?
Please help me , I had this idea that it was going to be a very easy modification but it seems to be very complicated !!!

OK I got it NOW its not free one has to buy the software to make it work ???

NO! You are on free mod side. And to be clear vBET 2.x is completely free and it translates your forum to 52 languages. vBET 3.x is paid and it has lot of additional features in translation area.

So you can use it free. It is working and if you have some issues then most probably you did something wrong during installation/configuration process. Please PM me all details about what is going on, but FIRST install mod again FOLLOWING installation instructions in mod description and go to FAQ in first post of this mod. When you do everything how it is described and you will still get some issues, then PM me with details.

NLP-er 11-11-2009 02:21 PM

Quote:

Originally Posted by Kolbi (Post 1912021)
How to make a longer time space? The number of urls is decreased now.

Set "Delay Execution After Each Sitemap File"

Kolbi 11-11-2009 06:11 PM

Quote:

Originally Posted by NLP-er (Post 1912733)
Set "Delay Execution After Each Sitemap File"

Still interrups creating a sitemap.
Set 10000 links per sitemap and delay execution to 60 seconds...

How long does it take to index the new sites? :)

CThiessen 11-11-2009 06:33 PM

Quote:

Originally Posted by Kolbi (Post 1912792)
How long does it take to index the new sites? :)

well, Google is very gently, the spider will not stress your Server.
On my old Server Google read between 3000 an 40.000 Pages per Day.
Now on the new Server up to 75.200 Pages per Day even without translations in the sitemap.

Christian

Kolbi 11-11-2009 06:49 PM

@CThiessen deutsch w?re auch gegangen :)

Well, since a week none of the translated pages is indexed? Seems that Google is a little bit laizy :)

imported_silkroad 11-12-2009 07:52 AM

Quote:

Originally Posted by CThiessen (Post 1912797)
well, Google is very gently, the spider will not stress your Server.
On my old Server Google read between 3000 an 40.000 Pages per Day.
Now on the new Server up to 75.200 Pages per Day even without translations in the sitemap.

Christian

Hahaha :D

GoogleBot is not always gentle, that is only in the default setting where GoogleBot determines the crawl rate and you are lucky. If you set the crawl rate faster in your Webmaster Tools, to index faster, GoogleBot is very aggressive and GoogleBot can easily stress your server, depending on your configuration and number of users etc. If you have no or few users, then no problem. If you have thousands of users on line, the GoogleBot can slow performance significantly, especially with a high crawl rate, like 8 to 10 URLS per second.

Also, if your sitemap settings are incorrectly configured, GoogleBot will recrawl links it has already indexed; so you must set your sitemap setting so the URLs do not need to be recrawled. I recommend, for most forums, an expire time (Update Frequency) of NEVER, or at the least 1 year for posts and threads.

If you have any questions, feel free to ask. We have been running translations for nearly 5 months and use sitemaps for each language. Our sitemaps with around 15 languages is around 8,000,000 URLs. I have seen millions of URLs that were already indexed dumped when the sitemap setting were set to refresh in one month. This is a very bad :D It takes a long time to rebuild your index after Google dumps millions (or thousands) of indexed URLs.

You must use Google Webmaster tools.

Furthermore, I strongly recommend creating a sitemap for each major language, i.e. EN, JP, ES, DE, FR, PT. etc.

Moreover, you must run Google Analytics to see how each language performs. You can set a custom report for the translated languages and easily graph how the site performs.

In other words, you must have a solid management plan to optimize performance, which includes sitemap management, Webmaster tools, and Google analytics.

Cheers.

sebil 11-12-2009 09:41 AM

is it possible to add more languages to it?

for example:- we are a community based in south india
and our mother tongue is malayalam..

is there any way to add our language...?

if yes... ! How?

Thank youuuuuuuuuu

btw... astonishing workkk

jaderollie 11-12-2009 09:15 PM

Quote:

Originally Posted by sebil (Post 1913032)
is it possible to add more languages to it?

for example:- we are a community based in south india
and our mother tongue is malayalam..

is there any way to add our language...?

if yes... ! How?

Thank youuuuuuuuuu

btw... astonishing workkk

i would be interested in adding this language too
i have afew india magicians on my site who would like this

jmpa 11-13-2009 03:22 AM

Anchor tags break the translation!

It works with seo links like /es/

But not with "faq.phpfaq=vb3_board_usage#faq_vb3_rating_threads ?language=es"

GTX2 11-13-2009 12:39 PM

Just a simple question, i've installed this hack and translation is done OK.
What i don't see is the URL being translated (just like DEMO), since i use VBSEO.

If i choose option "Create URL's according to SEO link consensus (i.e. '/en/address')", i see an internal server error, if i choose "Add language parameter to URL (i.e. 'address?language=en')" everything runs fine, except URL translation.

Any way to solve this out?

Thank you

Audax666 11-13-2009 02:18 PM

Awesome Addon!
Installed & donated

I'm using the english, french and spanish translation (home language is german).
My problem is, I'm using my brand name in title and at the french language translate it.

Any idea how to fix that? Maybe a blacklist for words not to translate?

reddyink 11-13-2009 02:30 PM

How to move the flags to the footer? Bottom of the forum.

Thanks


All times are GMT. The time now is 07:45 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.02486 seconds
  • Memory Usage 1,901KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_html_printable
  • (29)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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