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)

NLP-er 03-10-2010 07:14 PM

Quote:

Originally Posted by badawidollah (Post 2000198)
tonop 4219 32.0 6.0 140256 31920 ? S 23:42 0:00 /usr/bin/php /home/xxxxx/public_html/forum/vbenterprisetranslator_seo.php
tonop 4224 0.0 4.7 131916 24992 ? R 23:42 0:00 /usr/bin/php /home/xxxxx/public_html/forum/vbenterprisetranslator_seo.php


before i install this vbet
i not need to upgrade my share hosting to vps hosting

This is not how many resources are taken by vBET - this is how many resources are taken by whole your vBulletin. vbenterprisetranslator_seo.php acts only like Front Controller (more specifically like filter and then vbseo.php acts like front controller). If you open vbenterprisetranslator_seo.php you will see that it only makes few changes in server variables and then includes vbseo.php
Change your link type to language= and remove vBET .htaccess rules, and then you will see that vbenterprisetranslator_seo.php takes no resources at all. Because it doesn't - it is just a filter which grabs all requests by .htaccess that is why you see there ersources used by your whole vBulletin

Also - many of our users use shared hosting without any issues. It all depends on your needs. Please look here for optimization hints.
http://www.vbenterprisetranslator.co...rformance.html

wraggster 03-10-2010 10:26 PM

hi went through a few pages and this mod does interest me lots, could i ask, does this mod help forums become more visible in other languages, ie my forum is an english forum, will google pick up the different language versions and give me a bump up from all the other languages ?

so say a spanish user looks for something in spanish will the spanish translation show up in google ?

badawidollah 03-11-2010 07:56 PM

Quote:

Originally Posted by NLP-er (Post 2001104)
This is not how many resources are taken by vBET - this is how many resources are taken by whole your vBulletin. vbenterprisetranslator_seo.php acts only like Front Controller (more specifically like filter and then vbseo.php acts like front controller). If you open vbenterprisetranslator_seo.php you will see that it only makes few changes in server variables and then includes vbseo.php
Change your link type to language= and remove vBET .htaccess rules, and then you will see that vbenterprisetranslator_seo.php takes no resources at all. Because it doesn't - it is just a filter which grabs all requests by .htaccess that is why you see there ersources used by your whole vBulletin

Also - many of our users use shared hosting without any issues. It all depends on your needs. Please look here for optimization hints (for paid version, but some can be applied to free version also):
http://www.vbenterprisetranslator.co...rformance.html

hello nlp-er
you right
vbet uninstalled but when i install ajax- advance, it show overload too

my vps ram 512MB
my visitors more than 8000/day

thanks for your help
vbet still the best
:up::D

NLP-er 03-12-2010 12:13 AM

Quote:

Originally Posted by wraggster (Post 2001194)
hi went through a few pages and this mod does interest me lots, could i ask, does this mod help forums become more visible in other languages, ie my forum is an english forum, will google pick up the different language versions and give me a bump up from all the other languages ?

so say a spanish user looks for something in spanish will the spanish translation show up in google ?

In short words: yes

In webmaster tools I see that my forum is found by words which I do not understand (or often even cannot read it because have strange letters) ;)

demonfatal 03-15-2010 02:21 AM

I get a big problem with your plugin: User can not register using the translation.

Why please?

NLP-er 03-18-2010 10:40 PM

Hi :)

I just improved integration code for vBET3.x and vBSEO Sitemap Generator

Old code was given by vBSEO staff and unfortunately it was very weak. There was lot of performance issues. I moved some code outside of the loop and now it is much faster and taking less resources :) Please note that if you already had integrated Sitemap Generator and want to made changes then you have to remove old code added for integration. You will find it between comments:
PHP Code:

//additional code 
HERE_IS_OUR_INTEGRATION_CODE
//end additional code 

Also please note that by default to sitemap will be added translated pages only for first thread pages. Previous solution was adding it to all thread pages (if thread had several pages) - there is note below how do to this if you still prefer this solutions :)

You will find integration instructions in this thread first post :)

badawidollah 03-19-2010 07:39 AM

Quote:

Originally Posted by NLP-er (Post 2006131)
Hi :)

I just improved integration code for vBET3.x and vBSEO Sitemap Generator

Old code was given by vBSEO staff and unfortunately it was very weak. There was lot of performance issues. I moved some code outside of the loop and now it is much faster and taking less resources :) Please note that if you already had integrated Sitemap Generator and want to made changes then you have to remove old code added for integration. You will find it between comments:
PHP Code:

//additional code 
HERE_IS_OUR_INTEGRATION_CODE
//end additional code 

Also please note that by default to sitemap will be added translated pages only for first thread pages. Previous solution was adding it to all thread pages (if thread had several pages) - there is note below how do to this if you still prefer this solutions :)

You will find integration instructions in this thread first post :)

better and better
:up:

NLP-er 04-08-2010 12:14 PM

Integration with sitemap generator was optimized again - please see first post for optimized integration code.

xony 04-14-2010 01:00 PM

1 Attachment(s)
Hello, now in version 3.8.x installed a mod, the enterprise translator or something, and the truth is that the operation did not like, I uninstalled as indicated by the author of the mod, but since then I have a problem in the sitemaps and her former URL packages sent 20,000 to 20,000, as a result of installing and uninstalling the mod, he appeared a funny thing, like this:

https://vborg.vbsupport.ru/external/2010/04/30.jpg

As you can see something wrong, he believed that moving to the vb 4, all this would be solved, but not, as usual, several times and deleted the complete sitemap of both the forum and google, and have been recreated and up from zero, but still the same.

Clarified that although he says there are 79 xitemaps, all you see are what is in the imgagen, such as no 1, 2, 3, 4 etc ... I guess they are all in the wrong, who has sent 3736723 URL, but of course does not work well.

Let's see if someone could help me out, thanks.

theparentpack 04-15-2010 08:53 AM

I don't think I made myself clear. For the forums that require you to be registered adn logged in, will the translator translate these private members only areas?

Quote:

Originally Posted by NLP-er (Post 2001099)
Just block not relevant pages by robots.txt. Here you will find example of such file for SEO translated links:
http://www.vbenterprisetranslator.co....html#post1178



All times are GMT. The time now is 08:13 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.02390 seconds
  • Memory Usage 1,758KB
  • 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
  • (2)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
  • (4)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